Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Reverse the jobs order on the mini environments show page | Christopher Baines | 2018-06-22 |
| | | | | It's more useful to have the most recent jobs at the top. | ||
* | Give the jobs more descriptive titles on the show page | Christopher Baines | 2018-06-22 |
| | |||
* | Remove FinishedTerraformJob | Christopher Baines | 2018-06-21 |
| | | | | | This is no longer necessary, as Que now supports keeping the job entries around in the que_jobs table. | ||
* | Improve the handling of jobs | Christopher Baines | 2018-04-12 |
| | | | | | Move the display in to a partial and improve. Handle the finished and enqueued jobs in a more consistent way. | ||
* | Change mini_environment_id to model_id on FinishedTerraformJob | Christopher Baines | 2018-04-12 |
| | | | | In preparation of setting up backends through Terraform as well. | ||
* | License under the AGPLv3+ | Christopher Baines | 2018-04-12 |
| | |||
* | Fix the MiniEnvironmentJob destroy | Christopher Baines | 2018-04-03 |
| | |||
* | Remove some trailing whitespace | Christopher Baines | 2018-04-03 |
| | |||
* | Add backend controllers, models and views | Christopher Baines | 2018-03-29 |
Also annotate existing models. |