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
2025-12-27 19:01:32 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
bbd5274000e8a7aa87f013fbdd393f4dc9ea37d0
notifications-api
/
tests
/
app
/
dao
History
Rebecca Law
bd26c4740c
Merge branch 'master' into default-stats-to-zero
2016-03-17 11:40:49 +00:00
..
__init__.py
…
test_api_key_dao.py
Add unique constraint for api_key on service_id and name
2016-01-21 16:53:53 +00:00
test_invited_user_dao.py
Replaced first queries with one queries, which throws a NoResultFound.
2016-03-11 15:34:20 +00:00
test_jobs_dao.py
Fixed pep8
2016-03-14 16:37:51 +00:00
test_notification_dao.py
Set default to 0 for the notification_statistics table.
2016-03-17 11:32:55 +00:00
test_services_dao.py
Replaced first queries with one queries, which throws a NoResultFound.
2016-03-11 15:34:20 +00:00
test_templates_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
test_users_dao.py
Add platform_admin boolean on the User data model.
2016-03-17 10:37:24 +00:00