aboutsummaryrefslogtreecommitdiff
path: root/guix.scm
Commit message (Collapse)AuthorAge
* Add ruby-sass as an inputChristopher Baines2019-04-27
| | | | This seems to be required. Hopefully, sassc can be used instead soon.
* Fix build for ruby-terraformChristopher Baines2018-12-31
|
* Add locking around all Terraform actionsChristopher Baines2018-06-24
| | | | | To prevent them conflicting. Terraform itself has a locking mechanism, which isn't being used, but this should be sufficient.
* Use a custom branch of ruby_terraformChristopher Baines2018-06-23
| | | | Which supports the -target option to the destroy command.
* Add the web-console gemChristopher Baines2018-06-21
| | | | For easier debugging.
* Add the local Terraform providerChristopher Baines2018-04-12
|
* Use a specific branch for the libvirt Terraform providerChristopher Baines2018-04-12
|
* Add mocha as a test dependencyChristopher Baines2018-04-03
| | | | This is more useful than the stub support in minitest.
* Replace ruby-byebug with ruby-pryChristopher Baines2018-04-03
| | | | | Byebug is better, it can do navigation without any additional packages.
* Add the requirements for the Terraform AWS providerChristopher Baines2018-04-03
|
* Add ruby-pry to the development environmentChristopher Baines2018-04-03
|
* Add static analysis tools to guix.scmChristopher Baines2018-03-29
| | | | Add coala and rubocop, as they might be useful for doing linting.
* 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.
* Add a README, and make some guix tweaksChristopher Baines2018-03-29
|
* Add terraform backend and initial guix configurationChristopher Baines2018-03-29