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-01-10 20:51:14 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
0cee176d8b06d13d0406d0ce015c8fcffa9b3ecb
notifications-api
/
tests
/
app
/
dao
History
Rebecca Law
03c6e74c46
Merge pull request
#1024
from alphagov/job-stats-for-dashboard
...
Change the job_statistics table structure
2017-06-08 13:19:15 +01:00
..
__init__.py
…
test_api_key_dao.py
…
test_date_utils.py
…
test_events_dao.py
…
test_inbound_sms_dao.py
Refactor:
2017-06-07 14:23:31 +01:00
test_invited_user_dao.py
…
test_jobs_dao.py
Add filter to get jobs to delete (sms, email, letter)
2017-06-06 16:01:27 +01:00
test_notification_dao.py
Don’t 500 when searching with bad email address
2017-05-30 14:50:48 +01:00
test_notification_usage_dao.py
- Fix up free tier on the service object, use it only on dump not create/update in marshmallow
2017-06-07 09:58:57 +01:00
test_permissions_dao.py
add inbound sms table
2017-05-30 10:47:01 +01:00
test_provider_details_dao.py
…
test_provider_rates_dao.py
…
test_provider_statistics_dao.py
…
test_service_permissions_dao.py
Refactored service_permissions data model
2017-05-22 17:25:58 +01:00
test_service_whitelist_dao.py
…
test_services_dao.py
add inbound sms table
2017-05-30 10:47:01 +01:00
test_statistics_dao.py
Add three new columns to job_statistics for sent, delivered and failed.
2017-06-07 11:15:05 +01:00
test_templates_dao.py
…
test_users_dao.py
…