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-01-01 21:31:58 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
7acea653e8788dcfbb3a2d4025601eb8a6c75b22
notifications-api
/
tests
/
app
/
dao
History
Rebecca Law
1ab4654396
Fix codestyle
2018-06-20 16:54:12 +01:00
..
notification_dao
Search for emails or texts, depending on term
2018-06-14 10:32:04 +01:00
__init__.py
…
test_annual_billing_dao.py
…
test_api_key_dao.py
…
test_complaint_dao.py
New endpoint to return data for complaints.
2018-06-05 14:25:24 +01: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
…
test_events_dao.py
…
test_fact_notification_status_dao.py
Fix codestyle
2018-06-20 16:54:12 +01:00
test_ft_billing_dao.py
In order to correctly select the rate for letters you need the billable_unit or page count to use to match on the letter_rates.
2018-05-22 17:35:21 +01:00
test_inbound_numbers_dao.py
…
test_inbound_sms_dao.py
Only get inbound messages that are a maximum of 7 days old
2018-05-10 14:00:55 +01:00
test_invited_user_dao.py
…
test_jobs_dao.py
…
test_letter_rate_dao.py
…
test_monthly_billing.py
- Only rebuild current month for monthly_billing if today is in the current year.
2018-05-16 12:21:59 +01:00
test_notification_usage_dao.py
…
test_organisation_dao.py
…
test_permissions_dao.py
…
test_provider_details_dao.py
…
test_provider_rates_dao.py
…
test_service_callback_api_dao.py
…
test_service_email_reply_to_dao.py
Add DAO function and endpoint for archiving email reply_to addresses
2018-04-30 15:25:17 +01:00
test_service_inbound_api_dao.py
…
test_service_letter_contact_dao.py
Add DAO function and endpoint for archiving letter contact blocks
2018-04-30 15:25:17 +01:00
test_service_permissions_dao.py
…
test_service_sms_sender_dao.py
Add DAO function and endpoint for archiving SMS senders
2018-04-30 15:25:17 +01:00
test_service_whitelist_dao.py
…
test_services_dao.py
Delete ProviderStatistics model
2018-05-21 15:03:39 +01:00
test_stats_template_usage_by_month_dao.py
…
test_templates_dao.py
refactor template stats endpoint to read from new redis keys
2018-04-30 11:13:21 +01:00
test_users_dao.py
…