Martyn Inglis
|
2591d3a1df
|
This massive set of changes uses the new queue names object throughout the app and tests.
Lots of changes, all changing the line of code that puts things into queues, and the code that tests that.
|
2017-05-25 10:51:49 +01:00 |
|
Ken Tsang
|
c1ae3369a6
|
Update test for 201 response from send_letter_jobs
|
2017-04-11 16:53:30 +01:00 |
|
Ken Tsang
|
155e173363
|
Update send letter jobs to return json
|
2017-04-11 15:44:33 +01:00 |
|
Rebecca Law
|
5a810a47ac
|
Fix type with status
|
2017-04-07 13:38:30 +01:00 |
|
Rebecca Law
|
22fc9e3c81
|
Fix dependency issue. When you import schemas in a test you need to do it locally in the method.
I've just taked it out all together.
|
2017-04-07 12:29:53 +01:00 |
|
Rebecca Law
|
f7ab49246a
|
Added an endpoint that returns all letter jobs, ordered by created_at desc.
|
2017-04-07 11:50:56 +01:00 |
|
Rebecca Law
|
a9e429b09f
|
Fix task name, should have dashes not underscores
|
2017-04-06 15:26:50 +01:00 |
|
Rebecca Law
|
1d46dd0be1
|
Remove bucket-name from the task.
|
2017-04-06 15:03:06 +01:00 |
|
Rebecca Law
|
7bd0a07f0d
|
Added bucket name to task arguments.
|
2017-04-06 12:18:34 +01:00 |
|
Rebecca Law
|
970a4e7b4e
|
New endpoint to send a list of job ids to a queue.
The task will be picked up by the FTP app. Given the list of job ids the tasks will get all the files from s3, aggregate them then send to dvla
|
2017-04-06 12:14:17 +01:00 |
|