summaryrefslogtreecommitdiff
path: root/lorrycontroller/statedb.py
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates for files I recently changedBen Hutchings2020-06-081-1/+1
* STATEDB: Generalise 'troves' table to allow more Upstream Host typesBen Hutchings2020-06-011-28/+33
* STATEDB: Comment why the original schema is here, not the current schemaBen Hutchings2020-06-011-0/+5
* Update terminology for hosts in internal APIs and web templatesBen Hutchings2020-06-011-36/+36
* lorrycontroller.statedb: Allow internal keys and column names to divergeBen Hutchings2020-06-011-13/+16
* Fix incorrect debug message on statedb removalBen Brown2018-05-201-2/+2
* Make migrations run only once per executionpedro/publish-failuresPedro Alvarez Piedehierro2017-07-131-15/+25
* jobupdate: Store job information in lorry if job failedPedro Alvarez Piedehierro2017-07-131-0/+10
* statedb: add columns for last failure informationPedro Alvarez Piedehierro2017-07-131-3/+8
* Remove unused version tableBen Brown2016-06-171-4/+0
* Migrations by yoyoBen Brown2016-06-171-9/+11
* Add support for lorrying from a Gitlab serverBen Brown2016-06-171-10/+19
* Remove trailing whitespaceBen Brown2015-12-151-5/+5
* Add lists of failed, all jobs to lorry spec infobaserock/liw/lc-list-failed-jobsLars Wirzenius2014-09-091-0/+13
* Implement /1.0/remove-ghost-jobsLars Wirzenius2014-09-041-10/+31
* Forget "kill_job" flag for future runs of a lorryliw/anti-exterminateLars Wirzenius2014-06-231-12/+31
* Make listjobs faster by getting all info in one querybaserock/liw/lc-list-all-jobs-optimisationLars Wirzenius2014-05-221-0/+20
* Add a version tableLars Wirzenius2014-04-221-0/+4
* Add new Lorry ControllerLars Wirzenius2014-04-151-0/+577