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-24 03:21:51 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
8541f6adcd7e5ba1d035dd314004f4fc3e9a35e0
notifications-api
/
app
/
dao
History
Martyn Inglis
8541f6adcd
Change DAO to return the notification from an update, not Boolean
...
- tests reflect this
2016-09-13 12:29:40 +01:00
..
__init__.py
…
api_key_dao.py
…
dao_utils.py
remove history-meta for templates, replace with hand-made history table
2016-08-09 16:56:43 +01:00
events_dao.py
…
invited_user_dao.py
…
jobs_dao.py
New jobs dao method to get jobs that are older than a certain number of days.
2016-09-07 15:36:07 +01:00
notifications_dao.py
Change DAO to return the notification from an update, not Boolean
2016-09-13 12:29:40 +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
pep8 fixes
2016-08-23 12:05:47 +01:00
services_dao.py
tests for detailed services
2016-08-24 15:00:51 +01: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
…