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-08-01 12:18:50 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
443691402f986a76530577fbf84c9270f12e128a
notifications-api
/
tests
/
app
/
dao
History
Martyn Inglis
443691402f
Slight tiny up of templates_dao
...
- 1 method per get query - logic around create/update removed
2016-02-22 09:46:16 +00:00
..
__init__.py
Work in progress, skeleton of the api created and testing started. Need to fix authentication tests.
2016-01-08 17:51:46 +00:00
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_jobs_dao.py
Endpoint and dao method for updating job status.
2016-02-04 20:55:09 +00:00
test_notification_dao.py
Fixed up the get_notitication endpoint
2016-02-16 11:22:44 +00:00
test_services_dao.py
Refactored the services dao to be a little cleaner
2016-02-19 15:53:15 +00:00
test_templates_dao.py
Slight tiny up of templates_dao
2016-02-22 09:46:16 +00:00
test_users_dao.py
If failed login count > 0 and user subsequently logs in sucessfully,
2016-01-28 11:58:33 +00:00