aboutsummaryrefslogtreecommitdiff
path: root/app/jobs/mini_environment_job.rb
Commit message (Collapse)AuthorAge
* Reverse the jobs order on the mini environments show pageChristopher Baines2018-06-22
| | | | It's more useful to have the most recent jobs at the top.
* Give the jobs more descriptive titles on the show pageChristopher Baines2018-06-22
|
* Remove FinishedTerraformJobChristopher Baines2018-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 jobsChristopher Baines2018-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 FinishedTerraformJobChristopher Baines2018-04-12
| | | | In preparation of setting up backends through Terraform as well.
* License under the AGPLv3+Christopher Baines2018-04-12
|
* Fix the MiniEnvironmentJob destroyChristopher Baines2018-04-03
|
* Remove some trailing whitespaceChristopher Baines2018-04-03
|
* Add backend controllers, models and viewsChristopher Baines2018-03-29
Also annotate existing models.