summaryrefslogtreecommitdiff
path: root/yarns.webapp
Commit message (Collapse)AuthorAgeFilesLines
* Forget "kill_job" flag for future runs of a lorryliw/anti-exterminateLars Wirzenius2014-06-231-7/+6
| | | | | | | | | 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.
* Add scenario for testing that loading broken lorries is OKbaserock/liw/new-lc-2Lars Wirzenius2014-04-221-0/+47
|
* Fix copyright yearLars Wirzenius2014-04-221-1/+1
|
* Remove extra space from method callLars Wirzenius2014-04-221-1/+1
|
* Fix an AND to be THEN for clarityLars Wirzenius2014-04-221-1/+1
|
* Fix wording of titleLars Wirzenius2014-04-221-2/+2
|
* Replace second WHEN in a row with ANDLars Wirzenius2014-04-221-1/+1
|
* Fix spelloLars Wirzenius2014-04-221-1/+1
|
* Provie step to pdo a a body-less POST requestLars Wirzenius2014-04-226-44/+57
|
* Add a "WHEN" variant of "GIVEN a running WEBAPP"Lars Wirzenius2014-04-223-35/+46
|
* Add new Lorry ControllerLars Wirzenius2014-04-158-0/+1276