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-12 21:51:11 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
61f1469a204ba29489ebbe142e168ac72eaa8dfd
notifications-api
/
tests
/
app
/
dao
History
Chris Hill-Scott
d777cd8149
Merge pull request
#2682
from alphagov/search-by-reference
...
Allow searching notifications by reference as well as recipient
2019-12-17 10:04:37 +00:00
..
notification_dao
Stop guessing notification type
2019-12-16 13:43:38 +00:00
__init__.py
…
test_annual_billing_dao.py
…
test_api_key_dao.py
…
test_complaint_dao.py
…
test_daily_sorted_letter_dao.py
…
test_date_utils.py
…
test_email_branding_dao.py
…
test_events_dao.py
…
test_fact_notification_status_dao.py
Simplify failure rate by building separate query
2019-12-06 16:57:44 +00:00
test_ft_billing_dao.py
Remove duplicate test
2019-12-10 10:18:00 +00:00
test_inbound_numbers_dao.py
…
test_inbound_sms_dao.py
…
test_invited_user_dao.py
…
test_jobs_dao.py
Added a filter to restrict jobs older than a day from coming back.
2019-11-08 10:37:37 +00:00
test_letter_branding_dao.py
…
test_organisation_dao.py
…
test_permissions_dao.py
…
test_provider_details_dao.py
refactor shared functionality from provider priority logic
2019-12-13 10:03:23 +00:00
test_provider_rates_dao.py
…
test_returned_letters_dao.py
Changed reported_at to a date and included audit columns.
2019-12-12 14:11:54 +00:00
test_service_callback_api_dao.py
…
test_service_data_retention_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
Merge pull request
#2667
from alphagov/warn-team-about-high-failure-rates
2019-12-09 11:28:25 +00:00
test_template_folder_dao.py
…
test_templates_dao.py
…
test_uploads_dao.py
Add
type=int
to
request.args.get
, if the arg is an int it's returned else None. This means we ignore the arg if its the wrong data type and we don't need to handle the error.
2019-12-06 13:10:38 +00:00
test_users_dao.py
…