aboutsummaryrefslogtreecommitdiff
path: root/app/controllers/govuk_guix/revisions_controller.rb
Commit message (Collapse)AuthorAge
* WIPami-backendChristopher Baines2019-05-24
|
* Support archiving govuk-guix revisionsChristopher Baines2019-01-06
|
* Fix the FetchRevisionJob to better handle remote hostsChristopher Baines2018-07-01
|
* Neaten up SSH handlingChristopher Baines2018-06-24
| | | | | Explicitly use the specified private key where possible. Also, use a struct for the user, address and private key.
* Switch to using the public AWS domain of the build machineChristopher Baines2018-06-23
| | | | | | Rather than the configured domain, as the corresponding SSH key shouldn't change for the AWS domain (whereas it does for the configured domain, if the machine changes).
* Add a Guix moduleChristopher Baines2018-06-23
| | | | Which contains an available_locally? function.
* Add initial support for fetching govuk-guix revisions on remote hostsChristopher Baines2018-06-23
| | | | | This begins to remote the restriction of having to have Guix installed locally.
* License under the AGPLv3+Christopher Baines2018-04-12
|
* Remove unused methodChristopher Baines2018-04-03
| | | | This has been moved to the SetupController.
* 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.