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-17 08:01:24 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
236d111c2299ad5ea4dfa411689dd8d3bc39739c
notifications-api
/
app
/
dao
History
Rebecca Law
236d111c22
Update queries for data model change (removal of organisation_to_service)
...
New query to get letter breakdown.
2019-08-30 12:17:59 +01: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
Update queries for data model change (removal of organisation_to_service)
2019-08-30 12:17:59 +01:00
email_branding_dao.py
…
events_dao.py
…
fact_billing_dao.py
Update queries for data model change (removal of organisation_to_service)
2019-08-30 12:17:59 +01:00
fact_notification_status_dao.py
split up reporting tasks in to separate tasks per day
2019-08-19 16:06:25 +01:00
inbound_numbers_dao.py
…
inbound_sms_dao.py
…
invited_org_user_dao.py
…
invited_user_dao.py
…
jobs_dao.py
If a job was created 7 days ago but scheduled to send 2 days later, the csv file will be deleted from S3 two days early.
2019-08-07 16:54:04 +01:00
letter_branding_dao.py
…
notifications_dao.py
Change the query to get the notifications for the
check_templated_letter_state
.
2019-08-16 10:37:51 +01:00
organisation_dao.py
Add organisation_id to Service.
2019-08-13 17:25:30 +01:00
permissions_dao.py
…
provider_details_dao.py
…
provider_rates_dao.py
…
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
Let services have no default letter contact blocks
2019-07-22 10:40:18 +01:00
service_permissions_dao.py
…
service_sms_sender_dao.py
…
service_user_dao.py
…
service_whitelist_dao.py
…
services_dao.py
Merge pull request
#2587
from alphagov/find_services_by_partial_name
2019-08-16 11:21:19 +01:00
template_folder_dao.py
…
templates_dao.py
…
users_dao.py
…