aboutsummaryrefslogtreecommitdiff
path: root/app/jobs/govuk_guix/generate_start_command_job.rb
Commit message (Collapse)AuthorAge
* Add domains to backends, and rework build jobsChristopher Baines2018-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.
* 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.
* Remove unnecessary requiresChristopher Baines2018-04-03
|
* Add backend controllers, models and viewsChristopher Baines2018-03-29
Also annotate existing models.