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-31 21:01:39 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
53c2bb985580cf7838b445a0d9f9cfedf522a152
notifications-api
/
tests
/
app
/
dao
History
Chris Waszczuk
cc6e4fabe1
Merge pull request
#1839
from alphagov/make-service-stats-7-days-max
...
Adjust get_service_stats to get counts for a maximum of 7 days ago
2018-04-26 15:10:40 +01:00
..
notification_dao
Now that we are in British Summer Time the delete notification scheduled tasks were running at 23:40, but the code expects that the task runs the following day.
2018-04-04 12:20:36 +01:00
__init__.py
…
test_annual_billing_dao.py
…
test_api_key_dao.py
filter revoked api keys older than 7 days
2018-03-13 17:24:14 +00:00
test_daily_sorted_letter_dao.py
As it turns out the s3ftp used to mount the s3 bucket to our ftp server puts the file on s3 more than once. So the SNS topic is triggered more than once.
2018-03-14 17:04:58 +00:00
test_date_utils.py
…
test_email_branding_dao.py
create, edit and use email branding instead of organisation
2018-02-06 11:23:34 +00:00
test_events_dao.py
…
test_ft_billing_dao.py
Update name of method to clarify the meaning.
2018-04-25 17:00:19 +01:00
test_inbound_numbers_dao.py
…
test_inbound_sms_dao.py
added new paginated inbound endpoint
2018-04-04 17:10:41 +01:00
test_invited_user_dao.py
…
test_jobs_dao.py
Stop populating job-statistics table when creating a job
2018-03-12 10:48:46 +00:00
test_letter_rate_dao.py
…
test_monthly_billing.py
…
test_notification_usage_dao.py
…
test_organisation_dao.py
Removed the check for active user when adding a user to an organisation
2018-02-23 10:45:18 +00:00
test_permissions_dao.py
…
test_provider_details_dao.py
…
test_provider_rates_dao.py
…
test_provider_statistics_dao.py
…
test_service_callback_api_dao.py
…
test_service_email_reply_to_dao.py
…
test_service_inbound_api_dao.py
…
test_service_letter_contact_dao.py
…
test_service_permissions_dao.py
…
test_service_sms_sender_dao.py
…
test_service_whitelist_dao.py
…
test_services_dao.py
Adjust get_service_stats to get counts for a maximum of 7 days ago
2018-04-24 16:05:43 +01:00
test_stats_template_usage_by_month_dao.py
Refactor is_precompiled_letter to model
2018-03-07 23:03:03 +00:00
test_templates_dao.py
Refactor is_precompiled_letter to model
2018-03-07 23:03:03 +00:00
test_users_dao.py
…