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
2025-12-25 09:51:42 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
218fc5e14da3fb2e489fc2f7342a43ccea4a4e28
notifications-api
/
tests
/
app
/
dao
History
Rebecca Law
03deb804b0
-Fix typo
...
- return template from dao not the history
2018-01-10 13:32:54 +00:00
..
notification_dao
Add get_count_of_letters_to_process to notifications_dao
2017-12-19 13:23:55 +00:00
__init__.py
…
test_annual_billing_dao.py
don't update current year twice
2017-12-06 14:45:44 +00:00
test_api_key_dao.py
more flake8. lots of unused imports and variables that didn't get used. i tried to preserve old variable names as comments when it looked like they were useful (eg when they were describing timestamps)
2017-11-28 17:23:09 +00:00
test_date_utils.py
…
test_events_dao.py
…
test_inbound_numbers_dao.py
more flake8. lots of unused imports and variables that didn't get used. i tried to preserve old variable names as comments when it looked like they were useful (eg when they were describing timestamps)
2017-11-28 17:23:09 +00:00
test_inbound_sms_dao.py
A little clean up
2017-12-28 10:58:15 +00:00
test_invited_user_dao.py
…
test_jobs_dao.py
more flake8. lots of unused imports and variables that didn't get used. i tried to preserve old variable names as comments when it looked like they were useful (eg when they were describing timestamps)
2017-11-28 17:23:09 +00:00
test_letter_rate_dao.py
Insert initial letter rates.
2017-12-06 16:40:38 +00:00
test_monthly_billing.py
Update test
2017-12-15 10:47:55 +00:00
test_notification_usage_dao.py
Update montly billing with letters
2017-12-14 17:17:05 +00:00
test_organisations_dao.py
more flake8. lots of unused imports and variables that didn't get used. i tried to preserve old variable names as comments when it looked like they were useful (eg when they were describing timestamps)
2017-11-28 17:23:09 +00:00
test_permissions_dao.py
…
test_provider_details_dao.py
more flake8. lots of unused imports and variables that didn't get used. i tried to preserve old variable names as comments when it looked like they were useful (eg when they were describing timestamps)
2017-11-28 17:23:09 +00:00
test_provider_rates_dao.py
more flake8. lots of unused imports and variables that didn't get used. i tried to preserve old variable names as comments when it looked like they were useful (eg when they were describing timestamps)
2017-11-28 17:23:09 +00:00
test_provider_statistics_dao.py
Remove NotificationHistory.template relationship
2017-11-10 15:13:55 +00:00
test_service_callback_api_dao.py
CodeStyle correction
2017-11-30 09:38:57 +00:00
test_service_email_reply_to_dao.py
more flake8. lots of unused imports and variables that didn't get used. i tried to preserve old variable names as comments when it looked like they were useful (eg when they were describing timestamps)
2017-11-28 17:23:09 +00:00
test_service_inbound_api_dao.py
…
test_service_letter_contact_dao.py
Remove create_or_update_email_reply_to and create_or_update_letter_contact - no longer needed.
2017-11-20 14:33:15 +00:00
test_service_permissions_dao.py
…
test_service_sms_sender_dao.py
more flake8. lots of unused imports and variables that didn't get used. i tried to preserve old variable names as comments when it looked like they were useful (eg when they were describing timestamps)
2017-11-28 17:23:09 +00:00
test_service_whitelist_dao.py
more flake8. lots of unused imports and variables that didn't get used. i tried to preserve old variable names as comments when it looked like they were useful (eg when they were describing timestamps)
2017-11-28 17:23:09 +00:00
test_services_dao.py
no longer add an annual billing entry creating a service
2017-12-06 14:45:44 +00:00
test_statistics_dao.py
more flake8. lots of unused imports and variables that didn't get used. i tried to preserve old variable names as comments when it looked like they were useful (eg when they were describing timestamps)
2017-11-28 17:23:09 +00:00
test_stats_template_usage_by_month_dao.py
Return financial year not calendar and ensure double precision values
2017-11-20 10:01:45 +00:00
test_templates_dao.py
-Fix typo
2018-01-10 13:32:54 +00:00
test_users_dao.py
…