aboutsummaryrefslogtreecommitdiff
path: root/config
Commit message (Collapse)AuthorAge
* Enable editing the services when creating a mini environmentChristopher Baines2018-05-30
|
* Display the style guide during developmentChristopher Baines2018-05-03
|
* Switch to using SQL as the schema formatChristopher Baines2018-04-12
| | | | | This is recommended by the Que library, but may come in useful elsewhere for PostgreSQL specific stuff.
* Change mini_environment_id to state_id on TerraformStateChristopher Baines2018-04-12
| | | | | To allow supporting tracking related TerraformStates for backends as well.
* Move the terraform utilities to lib/Christopher Baines2018-04-12
| | | | | | | | | Change the module to a class, which is used to represent a terraform working directory. Change the routing for the terraform http backends, to remove any connection with mini environments, and remove this concern from the new TerraformWorkingDirectory class also.
* Fix the strong params configChristopher Baines2018-04-03
| | | | Raise everywhere, instead of log, as this is more explicit.
* Rework the gem situationChristopher Baines2018-04-03
| | | | | | Use gem rather than require in config/boot.rb. This is better, as it only sets up the $LOAD_PATH, and doesn't actually require the gem. This prevents Rails getting loaded early, and getting confused.
* Remove some unnecessary asserts related code/commentsChristopher Baines2018-04-03
|
* Improve the database.ymlChristopher Baines2018-04-03
| | | | Uncomment the test and production sections.
* Remove lots of unnecessary filesChristopher Baines2018-04-03
| | | | | Using the Rails generator seems to generate quite a lot of unnecessary files...
* Error on unpermitted strong parametersChristopher Baines2018-04-03
| | | | | Unless running in the production environment. This helps with development as errors are caught earlier.
* Add backend controllers, models and viewsChristopher Baines2018-03-29
| | | | Also annotate existing models.
* Add some govuk-guix related jobsChristopher Baines2018-03-29
| | | | And various other views and routes.
* Add terraform backend and initial guix configurationChristopher Baines2018-03-29
|
* Initial commitChristopher Baines2018-03-29