Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Add a new model to track services | Christopher Baines | 2018-05-30 | |
| | | | | | Associated with a mini environment. This can also be used to store customisations over the chosen revision of govuk-guix. | |||
* | Update the govuk_guix_revision model description | Christopher Baines | 2018-05-28 | |
| | ||||
* | Remove duplicated build option | Christopher Baines | 2018-05-28 | |
| | ||||
* | Improve the AWS backend | Christopher Baines | 2018-05-03 | |
| | | | | | | This gets the AWS backend to the point where you can deploy the backend, and then a mini environment without any actions outside of the govuk-mini-environment-admin. | |||
* | Add extra fields to the Terraform AWS backend | Christopher Baines | 2018-05-03 | |
| | ||||
* | Improve the support for Libvirt | Christopher Baines | 2018-04-12 | |
| | | | | | | | | | Separate out the backend things, like the virtual network, from the mini environment. This makes it easier to have resources shared between mini environments. Also handle the deployment of this new backend related Terraform configuration. | |||
* | Add a QueJob model | Christopher Baines | 2018-04-12 | |
| | ||||
* | Change mini_environment_id to state_id on TerraformState | Christopher Baines | 2018-04-12 | |
| | | | | | To allow supporting tracking related TerraformStates for backends as well. | |||
* | Change mini_environment_id to model_id on FinishedTerraformJob | Christopher Baines | 2018-04-12 | |
| | | | | In preparation of setting up backends through Terraform as well. | |||
* | Move the terraform utilities to lib/ | Christopher Baines | 2018-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 a couple of linting issues | Christopher Baines | 2018-04-12 | |
| | ||||
* | License under the AGPLv3+ | Christopher Baines | 2018-04-12 | |
| | ||||
* | Specify the ordering for revisions | Christopher Baines | 2018-04-03 | |
| | | | | And update the show page to use the default scope. | |||
* | Add an archived column to GovukGuix::Revision | Christopher Baines | 2018-04-03 | |
| | ||||
* | Provide the AWS access key and secret as variables | Christopher Baines | 2018-04-03 | |
| | | | | To terraform. | |||
* | Add mini_environments association to GovukGuix::Revision | Christopher Baines | 2018-04-03 | |
| | ||||
* | Add domains to backends, and rework build jobs | Christopher Baines | 2018-04-03 | |
| | | | | | | | Add a domain to the libvirt and AWS Terraform backends. Along the way, improve the backend controllers and views, and rework the build jobs, simplifying them in to a single new class GovukGuix::BuildJob, which uses configuration from the respective backend. | |||
* | Add missing imports | Christopher Baines | 2018-04-03 | |
| | ||||
* | Fix plugin_dir in Backends::Terraform | Christopher Baines | 2018-04-03 | |
| | ||||
* | Add support for specifying Signon users | Christopher Baines | 2018-04-03 | |
| | | | | When creating mini environments. | |||
* | Add a new signon_users field to MiniEnvironment | Christopher Baines | 2018-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 trailing whitespace | Christopher Baines | 2018-04-03 | |
| | ||||
* | Refactor the backends | Christopher Baines | 2018-04-03 | |
| | | | | Add a with_terraform helper, which simplifies both backends. | |||
* | Remove a redundant method | Christopher Baines | 2018-04-03 | |
| | | | | This is only used in the AWS backend. | |||
* | Appease Rubocop | Christopher Baines | 2018-04-03 | |
| | ||||
* | Remove unnecessary requires | Christopher Baines | 2018-04-03 | |
| | ||||
* | Improve AWS backend support | Christopher Baines | 2018-03-29 | |
| | ||||
* | Add backend controllers, models and views | Christopher Baines | 2018-03-29 | |
| | | | | Also annotate existing models. | |||
* | Add some govuk-guix related jobs | Christopher Baines | 2018-03-29 | |
| | | | | And various other views and routes. | |||
* | Add terraform backend and initial guix configuration | Christopher Baines | 2018-03-29 | |
| | ||||
* | Initial commit | Christopher Baines | 2018-03-29 | |