This website requires JavaScript.
Explore
Help
Sign In
darkhelm
/
notifications-api
Watch
1
Star
0
Fork
0
You've already forked notifications-api
mirror of
https://github.com/GSA/notifications-api.git
synced
2026-08-29 10:43:58 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
7a4f5a4bffdd99e7532c50fce1acbbf51dc37463
notifications-api
/
app
/
notifications
History
Pea Tyczynska
7a4f5a4bff
Refactor crown dependency check
2020-06-22 18:14:22 +01:00
..
__init__.py
…
notifications_letter_callback.py
Split the update letter statuses from counting the daily sorted/unsorted numbers.
2019-03-25 15:30:48 +00:00
notifications_ses_callback.py
Rename function for clarity
2020-03-27 15:48:54 +00:00
notifications_sms_callback.py
Change function and variable names for readability and consistency
2020-06-01 12:44:49 +01:00
process_letter_notifications.py
In the effort to reduce the number of database connections I introduced a small bug. This only affected the test templated letter flow, a None type error would happen when trying to creathe
completed_at
timestamp for a
delivered
message.
2020-06-18 08:30:19 +01:00
process_notifications.py
In the effort to reduce the number of database connections I introduced a small bug. This only affected the test templated letter flow, a None type error would happen when trying to creathe
completed_at
timestamp for a
delivered
message.
2020-06-18 08:30:19 +01:00
receive_notifications.py
This morning we raise a ParseError for a bad date format for the DateReceived attribute on the /notifications/receive/mmg request.
2020-05-13 10:37:41 +01:00
rest.py
Make sure we check if a service can send to number harmoniously
2020-06-19 15:59:15 +01:00
utils.py
As Notify matures we probably need less logging, especially to report happy path events.
2018-02-02 15:55:25 +00:00
validators.py
Refactor crown dependency check
2020-06-22 18:14:22 +01:00