Chris Hill-Scott
4a7267be8b
Add an endpoint to cancel a job
...
If you schedule a job you might change your mind or circumstances might
change. So you need to be able to cancel it. This commit adds a `POST`
endpoint for individual jobs which sets their status to `cancelled`.
This also means adding a new status of `cancelled`, so there’s a
migration…
2016-09-02 12:27:02 +01:00
..
2016-04-15 16:31:13 +01:00
2016-04-20 15:38:06 +01:00
2016-05-06 09:09:47 +01:00
2016-04-21 14:47:58 +01:00
2016-04-25 13:57:55 +01:00
2016-04-26 10:11:18 +01:00
2016-04-26 16:15:34 +01:00
2016-04-27 11:48:46 +01:00
2016-05-11 14:15:53 +01:00
2016-05-11 15:25:45 +01:00
2016-05-12 10:46:35 +01:00
2016-05-16 09:55:11 +01:00
2016-05-16 16:16:14 +01:00
2016-05-17 10:56:02 +01:00
2016-05-17 13:06:08 +01:00
2016-05-18 10:00:09 +01:00
2016-05-19 10:46:03 +01:00
2016-05-20 15:56:07 +01:00
2016-05-25 09:13:32 +01:00
2016-05-26 16:46:00 +01:00
2016-05-31 11:29:20 +01:00
2016-06-01 16:57:57 +01:00
2016-06-03 10:51:34 +01:00
2016-06-07 09:55:10 +01:00
2016-06-08 10:34:09 +01:00
2016-06-13 14:57:59 +01:00
2016-06-14 09:22:07 +01:00
2016-06-15 16:32:52 +01:00
2016-06-20 16:49:17 +01:00
2016-06-24 15:56:54 +01:00
2016-06-24 15:56:54 +01:00
2016-06-28 14:45:12 +01:00
2016-06-29 11:50:54 +01:00
2016-07-01 16:36:11 +01:00
2016-07-04 10:45:56 +01:00
2016-07-05 16:20:02 +01:00
2016-07-07 16:01:04 +01:00
2016-07-07 14:31:50 +01:00
2016-07-07 17:23:07 +01:00
2016-07-12 13:45:19 +01:00
2016-08-01 11:34:20 +01:00
2016-08-24 14:04:52 +01:00
2016-08-04 12:00:26 +01:00
2016-08-09 16:03:04 +01:00
2016-08-22 16:12:09 +01:00
2016-08-24 13:34:42 +01:00
2016-08-31 16:24:18 +01:00
2016-09-02 12:27:02 +01:00