Martyn Inglis
|
ae395b490e
|
Fixed bug where I forgot to update only the right job :-(
|
2016-03-04 15:54:43 +00:00 |
|
Martyn Inglis
|
c44aaf0fdc
|
Capture the count of sent notifications for a job
|
2016-03-04 14:25:28 +00:00 |
|
Martyn Inglis
|
dd67b84f6d
|
Merge branch 'fetch-notifications-endpoints' of github.com:alphagov/notifications-api into fetch-notifications-endpoints
Conflicts:
app/dao/notifications_dao.py
|
2016-03-01 14:59:21 +00:00 |
|
Martyn Inglis
|
6d345c1dfc
|
Fixed ordering of the notifications test
- was backwards
|
2016-03-01 14:58:27 +00:00 |
|
minglis
|
57d8aa2bfd
|
Removed print statement
|
2016-03-01 14:38:54 +00:00 |
|
Martyn Inglis
|
c5a993ead1
|
Fetch endpoints for notifications
- includes check on token type to ensure clients can perform admin style fetches
|
2016-03-01 13:30:10 +00:00 |
|
Martyn Inglis
|
10a764a2c1
|
Renamed the header of the CSV to 'to' from 'number' to allow for email jobs
- added new columns to Job and Notification to capture the start/end dates accurately
|
2016-02-25 09:59:50 +00:00 |
|
Martyn Inglis
|
655beddba6
|
Fixed up the get_notitication endpoint
- returns a notification
|
2016-02-16 11:22:44 +00:00 |
|
Adam Shimali
|
17e5e70f6c
|
[WIP] Added endpoints under /job for creating, updating and reading
notification status.
|
2016-02-09 14:17:42 +00:00 |
|
Adam Shimali
|
e5e049d735
|
Added service and template relationship to notification model.
This makes it more consistent with other model classes with respect
to marhmallow serialisation/deserialisation.
|
2016-02-09 12:48:27 +00:00 |
|
Adam Shimali
|
c7121be5a2
|
[WIP] New model class and dao for notification. This will be used for
recording status and outcome of sending notifications.
|
2016-02-09 12:03:40 +00:00 |
|