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-23 09:29:43 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
18b30de452522d9ec0af6ec4d3ae0893907efe78
notifications-api
/
app
/
dao
History
Rebecca Law
1ce3495fc7
Remove reference to template.template_type for the stats update query.
...
Removes a query during the stats update.
2016-06-29 12:12:35 +01:00
..
__init__.py
Updated date query so that the created_at date is truncated so that we get all jobs created number of days requested.
2016-05-25 11:13:49 +01:00
api_key_dao.py
Refactor the api_key_dao.
2016-06-22 15:27:28 +01:00
dao_utils.py
Make update notification status transcational.
2016-05-27 12:09:36 +01:00
events_dao.py
…
invited_user_dao.py
…
jobs_dao.py
Updated date query so that the created_at date is truncated so that we get all jobs created number of days requested.
2016-05-25 11:13:49 +01:00
notifications_dao.py
Remove reference to template.template_type for the stats update query.
2016-06-29 12:12:35 +01:00
permissions_dao.py
Refactor permissions dao - removed custom query filter
2016-06-15 16:32:52 +01:00
provider_details_dao.py
…
provider_rates_dao.py
…
provider_statistics_dao.py
…
services_dao.py
Added some tests around creating and updated services
2016-05-31 12:49:06 +01:00
templates_dao.py
Order templates by newest created first
2016-06-06 10:44:40 +01:00
users_dao.py
…