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-24 09:21:39 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
d981abf18ea65cea8a4dd6772bb003e6499c93c0
notifications-api
/
tests
/
app
/
service
History
Rebecca Law
331414d379
Merge pull request
#2357
from alphagov/remove-edit-folder-permission
...
Remove the need for the edit_folders service permission.
2019-02-15 13:19:48 +00:00
..
__init__.py
…
test_api_key_endpoints.py
…
test_archived_service.py
remove some pytest warnings
2018-10-26 17:54:53 +01:00
test_callback_rest.py
add delete functions for inbound and callback api objects
2018-07-05 11:09:17 +01:00
test_rest.py
Merge pull request
#2357
from alphagov/remove-edit-folder-permission
2019-02-15 13:19:48 +00:00
test_schema.py
…
test_send_one_off_notification.py
Avoid call to database to get template in persist_notifications
2019-01-14 17:53:06 +00:00
test_sender.py
…
test_service_data_retention_rest.py
Add an endpoint to fetch service data retention by type
2018-08-13 16:45:57 +01:00
test_service_whitelist.py
…
test_statistics_rest.py
There is no need to have a separate table to store template monthly statistics. It's easy enough to aggregate the stats from ft_notification_status.
2019-01-14 16:30:36 +00:00
test_statistics.py
Remove cancelled from requested statuses in service statistics
2019-01-11 14:27:54 +00:00
test_suspend_resume_service.py
…
test_url_for.py
…
test_utils.py
…