cfpb / ccdb5-api

An API that provides an interface to search complaint data.
Creative Commons Zero v1.0 Universal
14 stars 16 forks source link

Merge `dev` to `master` #156

Closed JeffreyMFarley closed 4 years ago

JeffreyMFarley commented 4 years ago

Here's how the merge was accomplished

# start at a common ancestor before the trends work
git checkout aef630d
git switch -c reconcile
git cherry-pick 76642d3  # master:State aggregation applies filters to itself properly
git cherry-pick 88ed102  # master:Added back for loop
git cherry-pick d3e09c2  # master:Don't apply state filter to /states/ aggregation
git cherry-pick da28b1e  # master:Don't apply state filter to state aggregation, but apply to other aggregations
# Everything else is cherry-picked/done in dev
git merge dev
git merge master -s ours. # merge to master selecting only our tree (gets rid of initial revert merge)