aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* WIPgcChristopher Baines2018-12-31
|
* WIPChristopher Baines2018-12-31
|
* Up AWS root volume sizesChristopher Baines2018-08-07
| | | | | The PostgreSQL data takes over 70GB now, so up the overall root filesystem size to 150GB.
* Don't say "Plus 0 services" ... as that doesn't make senseChristopher Baines2018-07-06
|
* Display some basic details about data snapshotsChristopher Baines2018-07-06
|
* Install openssl and nss-certs on the build machineChristopher Baines2018-07-05
| | | | In AWS. This fixes downloading custom revisions of packages.
* Use the jobs partial on the setup pageChristopher Baines2018-07-05
| | | | For the fetch revision jobs.
* Tweak the job partial textChristopher Baines2018-07-05
|
* Don't show the danger styling for new jobsChristopher Baines2018-07-05
|
* More jobs partial improvementsChristopher Baines2018-07-05
| | | | | Change the padding and margins to make the panel headings smaller. Also support the running state better.
* Have enqueued_jobs return instances of QueJobChristopher Baines2018-07-05
|
* Show the most recent mini environments at the topChristopher Baines2018-07-05
|
* Customise the services message on the show pageChristopher Baines2018-07-05
| | | | For mini environments.
* Fix pluralising failuresChristopher Baines2018-07-05
|
* Use alerts rather than contextual panel classesChristopher Baines2018-07-05
| | | | As the alerts are a bit less overpowering visually.
* Use contextual classes for the job panelsChristopher Baines2018-07-05
|
* Ensure all the job panels start closed.Christopher Baines2018-07-05
|
* Remove the "Job:" prefix from the panel titleChristopher Baines2018-07-05
| | | | As it wasn't adding anything.
* Fix the accordion behaviour of the jobs partialChristopher Baines2018-07-05
|
* Add Jobs and Terraform States to the nav barChristopher Baines2018-07-05
|
* Add a title to the jobs index pageChristopher Baines2018-07-05
|
* Only show available backends on the setup pageChristopher Baines2018-07-05
|
* Improve the public ip address handlingChristopher Baines2018-07-05
| | | | | Support multiple addresses to handle the GOV.UK PaaS, which has multiple egress points.
* Increase the number of build usersChristopher Baines2018-07-04
| | | | | For some reason, having more build users than allowed max-jobs isn't sufficient in some cases. So, add some more.
* Shorten the guix builder user nameChristopher Baines2018-07-04
| | | | | This makes it easier to see in tools like htop, top and ps, as they truncate the user name.
* Use info for command output loggingChristopher Baines2018-07-04
| | | | | As this is useful to see, and not currently appearing in the log file when running in the Rails production environment.
* Disable the Refresh button if there is no state to refreshChristopher Baines2018-07-04
|
* Add a simple title back to the index pageChristopher Baines2018-07-04
| | | | To fix the styling.
* Use database locking to prevent concurrent Terraform jobsChristopher Baines2018-07-04
| | | | | | | | | | | | Currently, the Terraform code uses chdir in the Ruby process to change to the right working directory. This affects all threads in the process, and thus means that all Terraform jobs conflict with each other. It would be good to fix this somehow, e.g. not changing directory, and just specifying the directory in which to run Terraform when starting it, but for now, use the advisory locks to force the jobs to run sequentially.
* Remove the titles from the mini environment index pageChristopher Baines2018-07-04
| | | | | Ownership isn't implemented yet, so just remove the titles that suggest it is.
* Pass the terraform credentials to the remote state configurationChristopher Baines2018-07-04
| | | | | This fixes the mini environment Terraform working, now that the backend is protected by basic authentication.
* Use finish in the govuk-guix related Que jobsChristopher Baines2018-07-04
| | | | So that the entries are kept in the jobs table.
* Specify titles for the govuk-guix related jobsChristopher Baines2018-07-04
|
* Support looking for available services on remote hostsChristopher Baines2018-07-04
|
* Don't try to use guix copy if Guix isn't availableChristopher Baines2018-07-04
| | | | If this is the case, it should only be used on the remote host anyway.
* Use bash from Guix when fetching revisions remotelyChristopher Baines2018-07-04
|
* Change the backend instance to a t2.xlargerelease_10Christopher Baines2018-07-03
| | | | The builds can be quite expensive, so the extra resource is useful.
* Increase the resources for AWS mini environmentsChristopher Baines2018-07-03
| | | | | From a t2.large to a t2.xlarge. Running every service requires close to 16GB of memory.
* Set GDS_GUIX_GOVUK_PUPPET_BACKUPS_DIRECTORYChristopher Baines2018-07-03
| | | | On the AWS build machine.
* Copy the root profile when provisioningChristopher Baines2018-07-03
| | | | | | Then switch to just installing guile. Also, always create the ~/.guix-profile symlink, as this isn't stored on EFS and thus needs creating everytime the machine is created.
* Make the ~/.config directory during provisioningChristopher Baines2018-07-03
| | | | This ensures that it's owned by the ubuntu user.
* Change the spot_type of the spot requests to one-timeChristopher Baines2018-07-03
| | | | | | The setup for these machines is dependant on the Terraform provisioners, so make the spot requests one time rather than persistent.
* Handle the Guix signing-key not existingrelease_9Christopher Baines2018-07-03
| | | | | Other parts of the code handle not having Guix locally, so add support here also.
* Fix the Terraform HTTP backend in productionrelease_8Christopher Baines2018-07-03
| | | | | Skip the authenticate_user! before action for the Terraform controller methods, and refactor the code to improve readability.
* Use Plek for finding the GOV.UK Mini Environment Adminrelease_7Christopher Baines2018-07-03
| | | | Rather than hardcoding localhost.
* Add lib to the eager_load_pathsrelease_6Christopher Baines2018-07-03
| | | | | To make accessing classes and modules in lib work in the production environment.
* Use Plek to find Signonrelease_5Christopher Baines2018-07-02
|
* Move the gds-sso requirerelease_4Christopher Baines2018-07-02
| | | | | There is a problem with starting the app in the Rails production environment, moving the require seems to fix the issue.
* Add a really basic que_jobs index pagerelease_3Christopher Baines2018-07-01
|
* Use the remote host struct in read_json_fileChristopher Baines2018-07-01
|