summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add systemd units to trigger old job removalbaserock/pedroalvarez/old-jobs-removalLars Wirzenius2014-10-232-0/+20
|
* Install new scriptLars Wirzenius2014-10-231-1/+2
|
* Add helper for removing old jobsLars Wirzenius2014-10-231-0/+153
|
* Add scenario for automatically removing old jobsLars Wirzenius2014-10-222-0/+69
|
* Handle case when there is no disk usage infoLars Wirzenius2014-10-221-1/+1
| | | | | | | Use 0 instead. This was exposed by a test suite change: test suite creates a dummy job, but doesn't fill in all the fields. With this change, WEBAPP doesn't crash when it tries to report a job's information when not all fields are filled in.
* Document how old job removal is to workLars Wirzenius2014-10-221-0/+11
|
* Fix job listing HTTP queries in ARCHLars Wirzenius2014-10-221-1/+4
|
* Merge branch 'baserock/richardipsum/merge_liw_docs'Richard Ipsum2014-10-134-170/+324
|\ | | | | | | | | | | | | Reviewed by: Sam Thursfield Richard Maw Richard Ipsum
| * Add a chapter on code structurebaserock/richardipsum/merge_liw_docsLars Wirzenius2014-10-131-0/+84
| |
| * Restructure and clarify ARCH textLars Wirzenius2014-10-131-67/+103
| |
| * Expand and reformat lorry-controller.conf descriptionLars Wirzenius2014-10-131-67/+116
| |
| * Add an overview section to READMELars Wirzenius2014-10-131-4/+21
| |
| * Remove now-obsolete lorry-controller.morphLars Wirzenius2014-10-131-10/+0
| | | | | | | | The copy in definitions.git is used now.
| * Remove now-obsolete ghost job removal scriptLars Wirzenius2014-10-131-22/+0
|/ | | | Lorry Controller now deals with these automatically.
* Merge branch 'baserock/liw/remove-buttons'Richard Maw2014-10-131-19/+29
|\ | | | | | | | | Reviewed-by: Pedro Alvarez Reviewde-by: Richard Maw
| * Remove buttons from static status pageLars Wirzenius2014-10-131-19/+29
|/
* Merge commit '6dfe465242a7c06517cab569c8095be9744f3aa9'Lars Wirzenius2014-09-091-1/+0
|\ | | | | | | | | Reviewed-by: Daniel Silverstone (irc) Reviewed-by: Pedro Alvarez (irc)
| * Remove After= from remote ghost jobs .timer unitLars Wirzenius2014-09-091-1/+0
|/ | | | It caused a dependency loop.
* Merge branch 'baserock/liw/de-ghost'Lars Wirzenius2014-09-089-11/+224
|\
| * Add [Install] sections to systemd unitsLars Wirzenius2014-09-082-0/+6
| | | | | | | | Suggested by Pedro Alvarez.
| * Add systemd units to remove ghost jobs automaticallyLars Wirzenius2014-09-042-0/+15
| |
| * Implement /1.0/remove-ghost-jobsLars Wirzenius2014-09-044-11/+100
| |
| * Add --ghost-timeout option to WEBAPPLars Wirzenius2014-09-041-0/+19
| |
| * Add yarn tests for removing ghost jobsLars Wirzenius2014-09-031-0/+79
| |
| * Update ARCH about new API call (remove-ghost-jobs)Lars Wirzenius2014-09-031-0/+5
|/
* Merge branch 'liw/ARCH-ls-troves'Lars Wirzenius2014-07-171-0/+7
|\ | | | | | | | | Reviewed-by: Richard Maw Reviewed-by: Daniel Silverstone
| * Add ls-troves and force-ls-troves to ARCHLars Wirzenius2014-07-171-0/+7
|/
* Merge branch 'baserock/pedroalvarez/trove-ansible3'Pedro Alvarez2014-07-149-7/+24
|\ | | | | | | | | Reviewed-by: Richard Maw Reviewed-by: Lars Wirzenius
| * Remove dependency of lighttpd-lorry-controller-webappbaserock/pedroalvarez/trove-ansible3Pedro Alvarez2014-07-113-3/+0
| |
| * Add 'Install' information to the unitsPedro Alvarez2014-07-098-0/+24
| |
| * Do not enable the services and timersPedro Alvarez2014-07-091-4/+0
|/ | | | trove-setup will enable them on the first boot.
* Merge branch 'liw/move-error-msgs'Lars Wirzenius2014-07-072-22/+46
|\ | | | | | | | | Reviewed-by: Sam Thursfield Reviewed-by: Richard Maw
| * Improve move-to-top/bottom API call error messagesliw/move-error-msgsLars Wirzenius2014-06-232-0/+24
| |
| * Move shared code to a base class, less code duplicationLars Wirzenius2014-06-231-22/+22
| |
* | Fix: use kill not kill_jobbaserock/richardipsum/fix_kill_attr_bugRichard Ipsum2014-06-261-1/+1
| | | | | | | | The kill_job attribute was recently renamed to kill.
* | Also catch IOErrorRichard Ipsum2014-06-231-1/+1
| | | | | | | | | | Failure to remove the temp file due to full disk or other IO error is acceptable.
* | Write static status HTML page via temporary fileLars Wirzenius2014-06-231-1/+26
| | | | | | | | This will avoid the file being truncated if the disk fills up.
* | Merge branch 'liw/anti-exterminate'Richard Ipsum2014-06-234-22/+63
|\ \ | |/ |/| | | | | | | Reviewed by: Richard Ipsum Sam Thursfield
| * Forget "kill_job" flag for future runs of a lorryliw/anti-exterminateLars Wirzenius2014-06-234-24/+42
| | | | | | | | | | | | | | | | | | 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.
| * Add test cases for running killed jobs againLars Wirzenius2014-06-231-0/+23
|/ | | | | | | These tests expose a bug: when a job is killed, the flag that Lorry Controller keeps (kill_job in the lorries table) to remember that a job is to be killed is never reset, so all future attempts at running a job for the lorry kill the job at once.
* Fix job showerbaserock/richardipsum/fix_job_showerRichard Ipsum2014-06-191-1/+1
| | | | | | | | | | If our job hasn't ended then our query for (started, ended) returns the start time and NULL for the end time. With sqlite3 NULL maps to None. time.gmtime(None) returns the current time, so instead of displaying nothing a job that hasn't ended will display the current time as its ended time.
* Merge branch 'baserock/liw/lc-list-all-jobs-optimisation'Lars Wirzenius2014-05-222-3/+22
|\ | | | | | | | | Reviewed-by: Sam Thursfield Reviewed-by: Daniel Silverstone
| * Make listjobs faster by getting all info in one querybaserock/liw/lc-list-all-jobs-optimisationLars Wirzenius2014-05-222-3/+22
| |
* | Merge branch 'master' of ↵Lars Wirzenius2014-05-221-3/+3
|\ \ | | | | | | | | | git://git.baserock.org/baserock/baserock/lorry-controller
| * \ Merge branch 'baserock/pedroalvarez/fix-readconf'Pedro Alvarez2014-05-221-3/+3
| |\ \ | | |/ | |/| | | | | | | Reviewed-by: Sam Thursfield Reviewed-by: Adam Coldrick
| | * Fix over-indentation in readconf.pybaserock/pedroalvarez/fix-readconfPedro Alvarez2014-05-211-3/+3
| |/ | | | | | | | | | | The bottle.redirect method raises an HTTP Response. With the over-indentation it was being called inside a 'with' block, making the entire block fail.
* | Merge remote-tracking branch 'origin/baserock/liw/lc-static-html-without-links'Lars Wirzenius2014-05-222-2/+18
|\ \ | |/ |/| | | | | Reviewed-by: Daniel Silverstone Reviewed-by: Sam Thursfield
| * Render static HTML page without linksbaserock/liw/lc-static-html-without-linksLars Wirzenius2014-05-092-2/+18
| | | | | | | | The links won't work, so there's no point in having them.
* | Add script to terminate jobs (stopgap)Lars Wirzenius2014-05-141-0/+22
| |
* | Fix API call descriptions in ARCHLars Wirzenius2014-05-141-21/+26
|/