aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Add a new signon_users field to MiniEnvironmentChristopher Baines2018-04-03
| | | | | | | To store the data regarding the Signon users seeded in the database. Store this as JSON, rather than data in different tables to simplify the schema, as I don't expect it to change at all once the MiniEnvironment is created.
* Remove redundant loggingChristopher Baines2018-04-03
|
* Fix Rubocop issuesChristopher Baines2018-04-03
|
* Remove trailing whitespaceChristopher Baines2018-04-03
|
* Refactor the backendsChristopher Baines2018-04-03
| | | | Add a with_terraform helper, which simplifies both backends.
* Remove a redundant methodChristopher Baines2018-04-03
| | | | This is only used in the AWS backend.
* Appease RubocopChristopher Baines2018-04-03
|
* Only build systems with Whitehall and Government FrontendChristopher Baines2018-04-03
| | | | | | If nothing is specified, then govuk-system builds everything. This takes a while, and requires lots of resources to run, so until this is configurable, just hardcode these two services.
* Switch --output to --type when calling govuk-systemChristopher Baines2018-04-03
| | | | As the argument has changed in govuk-guix.
* Add missing import to GovukGuix::JobChristopher Baines2018-04-03
|
* Add ruby-pry to the development environmentChristopher Baines2018-04-03
|
* Add information on dependencies to the READMEChristopher Baines2018-04-03
|
* Ignore the Metrics/AbcSize checkChristopher Baines2018-04-03
| | | | I prefer to let people make this call.
* Remove some trailing whitespaceChristopher Baines2018-04-03
|
* Refactor the EnqueuedJobs classChristopher Baines2018-04-03
| | | | Neaten it up with the help of Rubocop.
* Remove unnecessary requiresChristopher Baines2018-04-03
|
* Refactor the .envrcChristopher Baines2018-04-03
| | | | | Remove out the specific details in to .local.envrc, to remove the system specific filenames from the file.
* Add Emacs configurationChristopher Baines2018-03-29
|
* Add Coala configurationChristopher Baines2018-03-29
|
* Add Rubocop configurationChristopher Baines2018-03-29
|
* Add static analysis tools to guix.scmChristopher Baines2018-03-29
| | | | Add coala and rubocop, as they might be useful for doing linting.
* Improve AWS backend supportChristopher Baines2018-03-29
|
* Update .envrcChristopher Baines2018-03-29
|
* Add backend controllers, models and viewsChristopher Baines2018-03-29
| | | | Also annotate existing models.
* Create tables for the backendsChristopher Baines2018-03-29
|
* Add some govuk-guix related jobsChristopher Baines2018-03-29
| | | | And various other views and routes.
* AWS related tweaksChristopher Baines2018-03-29
|
* Add a README, and make some guix tweaksChristopher Baines2018-03-29
|
* Add form for creating a mini environmentChristopher Baines2018-03-29
|
* Add .envrcChristopher Baines2018-03-29
|
* Add terraform backend and initial guix configurationChristopher Baines2018-03-29
|
* Initial commitChristopher Baines2018-03-29