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-18 00:21:16 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
d4a300ec7a7fd3af08a67c7e035d4aca253d72cd
notifications-api
/
app
/
dao
History
Leo Hemsted
d4a300ec7a
add only_active flag to GET /services/
...
does what it says on the tin
2016-11-09 11:45:39 +00:00
..
__init__.py
…
api_key_dao.py
…
dao_utils.py
improved service whitelist endpoints
2016-09-23 12:21:00 +01:00
events_dao.py
…
invited_user_dao.py
…
jobs_dao.py
filter out test jobs from the GET /service/{}/job endpoint
2016-10-11 14:30:40 +01:00
notifications_dao.py
- Refactor version 1 of post notificaitons to use the common persist_notificaiton and send_notification_to_queue methods.
2016-10-28 17:10:00 +01:00
organisation_dao.py
add GET /organisation and GET /organisation/id endpoints
2016-08-09 15:59:22 +01:00
permissions_dao.py
…
provider_details_dao.py
…
provider_rates_dao.py
…
provider_statistics_dao.py
Remove provider_statistics_dao.get_provider_statistics
2016-09-19 17:24:26 +01:00
service_whitelist_dao.py
Update ServiceWhitelist dao to conform to new data model
2016-09-27 13:45:36 +01:00
services_dao.py
add only_active flag to GET /services/
2016-11-09 11:45:39 +00:00
templates_dao.py
remove history-meta for templates, replace with hand-made history table
2016-08-09 16:56:43 +01:00
users_dao.py
…