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-04 09:43:33 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
c9761cd58a1a6d32d851f26df6fb50aaa88c8dc4
notifications-api
/
app
/
dao
History
Rebecca Law
cf883ed339
Merge pull request
#217
from alphagov/update_uuid_all_db_models
...
Update uuid all db models
2016-04-13 11:59:40 +01:00
..
__init__.py
…
api_key_dao.py
…
invited_user_dao.py
Replaced first queries with one queries, which throws a NoResultFound.
2016-03-11 15:34:20 +00:00
jobs_dao.py
Order jobs by service
2016-03-14 16:15:39 +00:00
notifications_dao.py
Update limit to message_limit.
2016-04-11 16:53:40 +01:00
permissions_dao.py
Added functionality to allow filtering by multiple arguments.
2016-04-04 13:21:51 +01:00
services_dao.py
Transaction management added for one example. All tests passing.
2016-03-23 16:30:47 +00:00
templates_dao.py
Order templates by last updated date
2016-04-11 17:39:49 +01:00
users_dao.py
Changed db queries to use one, which throws NoResultFound exception, this exception is dealt with in our error handlers.
2016-03-11 12:39:55 +00:00