Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add a basic description method to GovukGuix::DataSnapshot | Christopher Baines | 2018-06-01 |
| | | | | This is for use when rendering these in a view. | ||
* | Add an optional association to backends for data snapshots | Christopher Baines | 2018-06-01 |
| | | | | | | | I'm a bit unsure about this, but it feels like generating snapshots remotely is useful, but if that is supported, then a remote snapshot won't be available locally to use. Adding the option of making them backend specific is one way of working around this. | ||
* | Add the GovukGuix::Revision commit_hash to the DataSnapshot model | Christopher Baines | 2018-06-01 |
| | | | | | This is to record the revision of govuk-guix used to create the snapshot. | ||
* | Add a new DataSnapshot model to store data snapshots | Christopher Baines | 2018-05-30 |
| | |||
* | Enable editing the services when creating a mini environment | Christopher Baines | 2018-05-30 |
| | |||
* | Update the govuk_guix_revision model description | Christopher Baines | 2018-05-28 |
| | |||
* | 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 |
| | |||
* | Add mini_environments association to GovukGuix::Revision | Christopher Baines | 2018-04-03 |
| | |||
* | 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. |