Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Remove sass-rails from boot.rb | Christopher Baines | 2019-04-27 |
| | | | | This looks to be unnecessary, and the gem is no longer present. | ||
* | Use create! in the tests | Christopher Baines | 2019-04-27 |
| | | | | As this should make finding out about validation errors easier. | ||
* | Fix the MiniEnvironmentsControllerTest | Christopher Baines | 2019-04-27 |
| | | | | There were validation failiures causing the test to fail. | ||
* | Remove redundant environment variable | Christopher Baines | 2019-01-08 |
| | | | | From the CreateDataSnapshotJob. | ||
* | Set the ServerAliveInterval for SSH | Christopher Baines | 2019-01-08 |
| | | | | To help keep connections alive. | ||
* | Set environment variables when creating data snapshots | Christopher Baines | 2019-01-07 |
| | | | | This means that govuk data can access the data from S3. | ||
* | Add support for environment variables in run_command | Christopher Baines | 2019-01-07 |
| | |||
* | Don't allow using archived revisions | Christopher Baines | 2019-01-06 |
| | |||
* | Add support for archiving mini environments | Christopher Baines | 2019-01-06 |
| | |||
* | Support archiving govuk-guix revisions | Christopher Baines | 2019-01-06 |
| | |||
* | Change how revisions are described | Christopher Baines | 2019-01-06 |
| | | | | | "using" suggests a current use, whereas the past tense would be more accurate, as it's not currently using this revision. | ||
* | Add Terraform configuration for the gcroot directories | Christopher Baines | 2019-01-06 |
| | | | | On the AWS backend. | ||
* | Disable apparmor on the AWS backend | Christopher Baines | 2019-01-06 |
| | |||
* | Start tracking which store paths are in use | Christopher Baines | 2019-01-01 |
| | | | | | This will enable garbage collection of the Guix store, without removing things that are still in use. | ||
* | Fix build for ruby-terraform | Christopher Baines | 2018-12-31 |
| | |||
* | Fix libvirts to libvirt | Christopher Baines | 2018-12-31 |
| | |||
* | Move towards using the S3 bucket data | Christopher Baines | 2018-12-31 |
| | | | | Rather than the govuk-puppet backup source on the machine. | ||
* | Add guile-sqlite3 to the profile on the AWS backend machine | Christopher Baines | 2018-12-31 |
| | |||
* | Up AWS root volume sizes | Christopher Baines | 2018-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 sense | Christopher Baines | 2018-07-06 |
| | |||
* | Display some basic details about data snapshots | Christopher Baines | 2018-07-06 |
| | |||
* | Install openssl and nss-certs on the build machine | Christopher Baines | 2018-07-05 |
| | | | | In AWS. This fixes downloading custom revisions of packages. | ||
* | Use the jobs partial on the setup page | Christopher Baines | 2018-07-05 |
| | | | | For the fetch revision jobs. | ||
* | Tweak the job partial text | Christopher Baines | 2018-07-05 |
| | |||
* | Don't show the danger styling for new jobs | Christopher Baines | 2018-07-05 |
| | |||
* | More jobs partial improvements | Christopher Baines | 2018-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 QueJob | Christopher Baines | 2018-07-05 |
| | |||
* | Show the most recent mini environments at the top | Christopher Baines | 2018-07-05 |
| | |||
* | Customise the services message on the show page | Christopher Baines | 2018-07-05 |
| | | | | For mini environments. | ||
* | Fix pluralising failures | Christopher Baines | 2018-07-05 |
| | |||
* | Use alerts rather than contextual panel classes | Christopher Baines | 2018-07-05 |
| | | | | As the alerts are a bit less overpowering visually. | ||
* | Use contextual classes for the job panels | Christopher Baines | 2018-07-05 |
| | |||
* | Ensure all the job panels start closed. | Christopher Baines | 2018-07-05 |
| | |||
* | Remove the "Job:" prefix from the panel title | Christopher Baines | 2018-07-05 |
| | | | | As it wasn't adding anything. | ||
* | Fix the accordion behaviour of the jobs partial | Christopher Baines | 2018-07-05 |
| | |||
* | Add Jobs and Terraform States to the nav bar | Christopher Baines | 2018-07-05 |
| | |||
* | Add a title to the jobs index page | Christopher Baines | 2018-07-05 |
| | |||
* | Only show available backends on the setup page | Christopher Baines | 2018-07-05 |
| | |||
* | Improve the public ip address handling | Christopher Baines | 2018-07-05 |
| | | | | | Support multiple addresses to handle the GOV.UK PaaS, which has multiple egress points. | ||
* | Increase the number of build users | Christopher Baines | 2018-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 name | Christopher Baines | 2018-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 logging | Christopher Baines | 2018-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 refresh | Christopher Baines | 2018-07-04 |
| | |||
* | Add a simple title back to the index page | Christopher Baines | 2018-07-04 |
| | | | | To fix the styling. | ||
* | Use database locking to prevent concurrent Terraform jobs | Christopher Baines | 2018-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 page | Christopher Baines | 2018-07-04 |
| | | | | | Ownership isn't implemented yet, so just remove the titles that suggest it is. | ||
* | Pass the terraform credentials to the remote state configuration | Christopher Baines | 2018-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 jobs | Christopher Baines | 2018-07-04 |
| | | | | So that the entries are kept in the jobs table. | ||
* | Specify titles for the govuk-guix related jobs | Christopher Baines | 2018-07-04 |
| | |||
* | Support looking for available services on remote hosts | Christopher Baines | 2018-07-04 |
| |