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-06-20 05:00:42 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
0cee176d8b06d13d0406d0ce015c8fcffa9b3ecb
notifications-api
/
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
…
api_key_dao.py
…
dao_utils.py
…
date_util.py
…
dvla_organisation_dao.py
…
events_dao.py
…
inbound_sms_dao.py
Refactor:
2017-06-07 14:23:31 +01:00
invited_user_dao.py
…
jobs_dao.py
Add filter to get jobs to delete (sms, email, letter)
2017-06-06 16:01:27 +01:00
notification_usage_dao.py
Ensure that the bill includes whatever free allowance is applicable.
2017-06-06 16:21:05 +01:00
notifications_dao.py
Add dao to delete inbound sms after seven days
2017-06-02 16:10:27 +01:00
organisation_dao.py
…
permissions_dao.py
…
provider_details_dao.py
…
provider_rates_dao.py
…
provider_statistics_dao.py
…
service_permissions_dao.py
Add default permissions when creating a service
2017-05-17 14:18:12 +01:00
service_whitelist_dao.py
…
services_dao.py
Merge branch 'master' into inbound-sms
2017-06-01 15:56:33 +01:00
statistics_dao.py
Add three new columns to job_statistics for sent, delivered and failed.
2017-06-07 11:15:05 +01:00
templates_dao.py
…
users_dao.py
…