Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make migrations run only once per executionpedro/publish-failures | Pedro Alvarez Piedehierro | 2017-07-13 | 1 | -15/+25 |
| | | | | | | | | Yoyo migration libraries were failing in some cases due to "database is locked" errors. It was difficult to track down what parallel operations were causing the problems, so I dediced it was better to run the migrations once per execution instead of executing them everytime we opened a connection with the database (for every request). | ||||
* | jobupdate: Store job information in lorry if job failed | Pedro Alvarez Piedehierro | 2017-07-13 | 1 | -0/+10 |
| | |||||
* | statedb: add columns for last failure information | Pedro Alvarez Piedehierro | 2017-07-13 | 1 | -3/+8 |
| | |||||
* | Remove unused version table | Ben Brown | 2016-06-17 | 1 | -4/+0 |
| | | | | Change-Id: Id79d4d05a5cabd7f7a634dd0decdee6bd4005f29 | ||||
* | Migrations by yoyo | Ben Brown | 2016-06-17 | 1 | -9/+11 |
| | | | | Change-Id: I6d06353462badac114c685a2f655bc41c6820aff | ||||
* | Add support for lorrying from a Gitlab server | Ben Brown | 2016-06-17 | 1 | -10/+19 |
| | | | | Change-Id: I2bb0aaf428e331a0bcd5a1e3111d4c7bca4afede | ||||
* | Remove trailing whitespace | Ben Brown | 2015-12-15 | 1 | -5/+5 |
| | | | | | | While we're here, seeing as Adam mentioned it. Change-Id: I5ddb86c70d76a84cf12fbd4eb91f3802e490d745 | ||||
* | Add lists of failed, all jobs to lorry spec infobaserock/liw/lc-list-failed-jobs | Lars Wirzenius | 2014-09-09 | 1 | -0/+13 |
| | | | | This adds them to both the JSON and HTML outputs. | ||||
* | Implement /1.0/remove-ghost-jobs | Lars Wirzenius | 2014-09-04 | 1 | -10/+31 |
| | |||||
* | Forget "kill_job" flag for future runs of a lorryliw/anti-exterminate | Lars Wirzenius | 2014-06-23 | 1 | -12/+31 |
| | | | | | | | | | We do this by moving the "kill_job" column from the lorries table to the jobs table, renaming it to "kill" in the process. It makes no sense to have the flag to kill a specific job in the lorries table. This avoids the need to reset the flag, since it affects only a specific job, instead of all jobs of a lorry. | ||||
* | Make listjobs faster by getting all info in one querybaserock/liw/lc-list-all-jobs-optimisation | Lars Wirzenius | 2014-05-22 | 1 | -0/+20 |
| | |||||
* | Add a version table | Lars Wirzenius | 2014-04-22 | 1 | -0/+4 |
| | |||||
* | Add new Lorry Controller | Lars Wirzenius | 2014-04-15 | 1 | -0/+577 |