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-05-26 08:08:17 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
bd898a4526def5188f0fdcab663c4b8d594119db
notifications-api
/
tests
/
app
/
dao
History
Adam Shimali
9fe08d480c
Merge pull request
#114
from alphagov/cancel-invited-user
...
New endpoint to update invited user.
2016-03-01 15:17:03 +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_invited_user_dao.py
New endpoint to update invited user.
2016-03-01 13:33:20 +00:00
test_jobs_dao.py
Move job processing into celery
2016-02-24 17:12:30 +00:00
test_notification_dao.py
Fetch endpoints for notifications
2016-03-01 13:30:10 +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
Updates to template endpoints:
2016-02-22 12:55:18 +00:00
test_users_dao.py
Add endpoint for getting user by email address
2016-02-23 11:03:59 +00:00