aboutsummaryrefslogtreecommitdiff
path: root/app/models/govuk_guix
Commit message (Collapse)AuthorAge
* Add a basic description method to GovukGuix::DataSnapshotChristopher Baines2018-06-01
| | | | This is for use when rendering these in a view.
* Add an optional association to backends for data snapshotsChristopher Baines2018-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 modelChristopher Baines2018-06-01
| | | | | This is to record the revision of govuk-guix used to create the snapshot.
* Add a new DataSnapshot model to store data snapshotsChristopher Baines2018-05-30
|
* Enable editing the services when creating a mini environmentChristopher Baines2018-05-30
|
* Update the govuk_guix_revision model descriptionChristopher Baines2018-05-28
|
* License under the AGPLv3+Christopher Baines2018-04-12
|
* Specify the ordering for revisionsChristopher Baines2018-04-03
| | | | And update the show page to use the default scope.
* Add an archived column to GovukGuix::RevisionChristopher Baines2018-04-03
|
* Add mini_environments association to GovukGuix::RevisionChristopher Baines2018-04-03
|
* 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.