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-03 09:30:48 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
5aaf109ae1d5368cb741bda286b98103d1a764f2
notifications-api
/
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
..
__init__.py
…
annual_billing_dao.py
…
api_key_dao.py
…
complaint_dao.py
…
daily_sorted_letter_dao.py
…
dao_utils.py
…
date_util.py
…
email_branding_dao.py
…
events_dao.py
…
fact_billing_dao.py
…
fact_notification_status_dao.py
…
inbound_numbers_dao.py
…
inbound_sms_dao.py
…
invited_org_user_dao.py
…
invited_user_dao.py
…
jobs_dao.py
…
letter_branding_dao.py
…
notifications_dao.py
Stop guessing notification type
2019-12-16 13:43:38 +00:00
organisation_dao.py
…
permissions_dao.py
…
provider_details_dao.py
refactor shared functionality from provider priority logic
2019-12-13 10:03:23 +00:00
provider_rates_dao.py
…
returned_letters_dao.py
Changed reported_at to a date and included audit columns.
2019-12-12 14:11:54 +00:00
service_callback_api_dao.py
…
service_data_retention_dao.py
…
service_email_reply_to_dao.py
…
service_inbound_api_dao.py
…
service_letter_contact_dao.py
…
service_permissions_dao.py
…
service_sms_sender_dao.py
…
service_user_dao.py
…
service_whitelist_dao.py
…
services_dao.py
Query directly for services with high failure rate
2019-12-06 16:57:56 +00:00
template_folder_dao.py
…
templates_dao.py
…
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
users_dao.py
…