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-18 16:41:56 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ebd12d7e769cae05550a760b5ee56c1ecd58c2ca
notifications-api
/
app
/
dao
History
Chris Hill-Scott
6bfd999de2
Add method to count of live services and orgs
...
So that we don’t have to update the home page manually any more.
2019-04-11 13:54:43 +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
…
email_branding_dao.py
…
events_dao.py
…
fact_billing_dao.py
update fact_billing_dao::get_rate to use dates not datetimes
2019-04-03 14:52:41 +01:00
fact_notification_status_dao.py
fix nightly ft stats tables task to respect BST
2019-04-02 15:15:07 +01:00
inbound_numbers_dao.py
…
inbound_sms_dao.py
combine post + get inbound, and make them respect data retention
2019-03-28 15:38:26 +00:00
invited_org_user_dao.py
…
invited_user_dao.py
…
jobs_dao.py
use ft_notification_status and notifications for job statistics
2018-12-12 13:27:19 +00:00
letter_branding_dao.py
fix new services being assigned to wrong letter branding
2019-02-11 11:46:33 +00:00
notifications_dao.py
Update the query that gets the number of notifications that have been sent under 10 seconds to use Notifications rather than NotificationHistory.
2019-04-10 10:06:27 +01:00
organisation_dao.py
Add method to count of live services and orgs
2019-04-11 13:54:43 +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
…
service_permissions_dao.py
…
service_sms_sender_dao.py
…
service_user_dao.py
Set user permissions when creating a folder
2019-03-12 16:11:20 +00:00
service_whitelist_dao.py
…
services_dao.py
Add method to count of live services and orgs
2019-04-11 13:54:43 +01:00
template_folder_dao.py
Set folder permissions when adding a user to a service
2019-03-22 09:30:39 +00:00
templates_dao.py
Fix dao_update_template_reply_to so it maintains postage in TemplateHistory
2019-02-12 10:41:44 +00:00
users_dao.py
…