From f134e8218578a4480aaff7ff5317b13e36501aa6 Mon Sep 17 00:00:00 2001 From: Henry Doupe Date: Thu, 22 Mar 2018 10:39:05 -0400 Subject: [PATCH 1/2] Fix section formatting for DATABASE.md --- DATABASE.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/DATABASE.md b/DATABASE.md index aca53ece..45a0f309 100644 --- a/DATABASE.md +++ b/DATABASE.md @@ -1,4 +1,5 @@ -** Database Setup ** +Database Setup +--------------------- Due to our reliance on the Postgres JSON field, a local Postgres installation is required to run the app and its tests locally. We recommend that you follow @@ -24,7 +25,8 @@ to point to other Postgres databases such as some other database named want to run some tests on the production or test app database, for example. -** Database Migrations ** +Database Migrations +--------------------- - Be very careful with data related to the results column - Do a monthly database back up and keep the previous two months of production @@ -37,7 +39,8 @@ want to run some tests on the production or test app database, for example. quick) -** Database Backup Policy ** +Database Backup Policy +------------------------- Heroku keeps a back up of our databases for up to five days. We should be able to roll back further if needed. Below is the procedure that we should use to maintain at least one From ab8fe500017e80a2475650df1fa15b1504d27c4d Mon Sep 17 00:00:00 2001 From: Henry Doupe Date: Thu, 22 Mar 2018 10:44:05 -0400 Subject: [PATCH 2/2] Update RELEASES for v150_rc6 --- RELEASES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/RELEASES.md b/RELEASES.md index 9e542849..9610974d 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -10,11 +10,15 @@ Release 1.5.0 on 2018-03-2? - None **Minor Changes** +- [#830](https://github.com/OpenSourcePolicyCenter/PolicyBrain/pull/830) - Add database docs - Hank Doupe - [#835](https://github.com/OpenSourcePolicyCenter/PolicyBrain/pull/835) - Add button to allow CPS as input data source - Sean Wang, Anderson Frailey, and Hank Doupe - [#842](https://github.com/OpenSourcePolicyCenter/PolicyBrain/pull/842) - Gray out fields based on data-source selection - Hank Doupe and Sean Wang - [#847](https://github.com/OpenSourcePolicyCenter/PolicyBrain/pull/847) - Adds data source to file input page, refactors reform submission, and improves tests - Hank Doupe - [#848](https://github.com/OpenSourcePolicyCenter/PolicyBrain/pull/848) - Add missing variables to distribution table (with update to TC 0.17.0) - Sean Wang and Hank Doupe - [#849](https://github.com/OpenSourcePolicyCenter/PolicyBrain/pull/849) - Add CCC start year drop-down - Hank Doupe +- [#854](https://github.com/OpenSourcePolicyCenter/PolicyBrain/pull/854) - Change "About _ remaining" to "Estimated time remaining: _" - Max Ghenis +- [#856](https://github.com/OpenSourcePolicyCenter/PolicyBrain/pull/856) - Add link to data document - Anderson Frailey +- [#857](https://github.com/OpenSourcePolicyCenter/PolicyBrain/pull/857) - Update link to CCC guide - Jason DeBacker **Bug Fixes** - [#844](https://github.com/OpenSourcePolicyCenter/PolicyBrain/pull/842) - Pass start year to dynamic behavioral - Hank Doupe