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-12 09:58:04 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
6e888260fcc66d83ba81c19576646747f7e536cc
notifications-api
/
app
/
notifications
History
Martyn Inglis
6e888260fc
Fix import
2017-05-08 16:46:44 +01:00
..
__init__.py
Now that we have discovered that the catch all Exception handler doesn't work, I've created a custom exception (SendNotificationQueueError) that handles this case and an error handler for it.
2016-11-21 15:11:19 +00:00
notifications_letter_callback.py
Wired in a simple callback to handle SNS notifications from S3
2017-04-25 14:56:16 +01:00
notifications_ses_callback.py
Make code a bit more defensive and add som logging
2017-04-28 16:10:41 +01:00
notifications_sms_callback.py
Added a test to ensure that all blueprints have a registered before_request method.
2017-03-17 16:21:41 +00:00
process_client_response.py
Update info log to waring.
2017-01-27 12:20:54 +00:00
process_notifications.py
Changes to how we log to avoid unneeded DB calls.
2017-05-05 15:21:13 +01:00
receive_notifications.py
Register a before_request event for all blueprints, that defines the authentication requirement.
2017-03-16 18:15:49 +00:00
rest.py
Remove all DAO get service calls, replaced with reference to new service object in context.
2017-05-05 15:23:06 +01:00
utils.py
Make code a bit more defensive and add som logging
2017-04-28 16:10:41 +01:00
validators.py
Fix import
2017-05-08 16:46:44 +01:00