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-07-27 19:29:24 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
368da49469a0ee72a25903f4ccf6b8d1ace1c961
notifications-api
/
app
/
notifications
History
Athanasios Voutsadakis
368da49469
Temporary test fix
...
This should be removed when the SES endpoint is removed
2017-10-24 15:11:07 +01:00
..
__init__.py
celery test cleanup
2017-06-20 12:06:49 +01:00
notifications_letter_callback.py
Revert celery4
2017-07-19 15:17:19 +01:00
notifications_ses_callback.py
Temporary test fix
2017-10-24 15:11:07 +01:00
notifications_sms_callback.py
Fix code style
2017-07-12 15:49:43 +01:00
process_client_response.py
Call the task wrapper outcome function in the statistics_tasks file. This wraps the logic around which tasks to creates and simplifies the logic in the Callback classes.
2017-05-09 22:03:57 +01:00
process_letter_notifications.py
remove jobs from letter api calls
2017-09-26 09:57:36 +01:00
process_notifications.py
Added the mapping between notification and reply to email to the database and persisted the mapping when the request is received by the end point. the end point also checks if the reply to email id exists and if not returns an error. Also added tests to test the functionality.
2017-10-05 16:50:17 +01:00
receive_notifications.py
Refactored code to use inbound_number.number
2017-08-23 14:14:32 +01:00
rest.py
Added a proper error response if the notification type is not supported.
2017-08-23 14:56:03 +01:00
utils.py
Add DVLA callback:
2017-05-15 11:12:31 +01:00
validators.py
Insert a row for the mapping of notification to email_reply_to for one off notifications.
2017-10-11 16:23:31 +01:00