Commit Graph

9295 Commits

Author SHA1 Message Date
Steven Reilly
036a511e12 update sandbox teardown steps 2022-12-23 10:13:28 -05:00
Ryan Ahearn
579aa0a564 Merge pull request #155 from GSA/versioned-terraform-modules
Use versioned terraform modules
2022-12-22 09:25:00 -05:00
Ryan Ahearn
f967d2a478 Update terraform module to v0.2.0 2022-12-22 09:09:12 -05:00
Ryan Ahearn
469e2a2fc0 Specify terraform module versions 2022-12-22 08:51:15 -05:00
Ryan Ahearn
79bf27f988 Merge pull request #149 from GSA/graceful-encryption-errors
Gracefully handle decryption errors in past-7-days notification reports
2022-12-13 14:50:32 -05:00
Ryan Ahearn
431f7aeb3c Gracefully handle decryption errors in past-7-days notification reports 2022-12-13 14:18:34 -05:00
Ryan Ahearn
e639ce2fba Merge pull request #145 from GSA/cryptography
Update Cryptography in api db
2022-12-13 12:08:32 -05:00
Ryan Ahearn
7860ab9bb0 Update notifications-utils repo address 2022-12-13 11:53:07 -05:00
Ryan Ahearn
6aa46da916 Create fixture that just calls create_app 2022-12-13 08:53:41 -05:00
Ryan Ahearn
0d0db5f6f6 Document potential PII and data storage policies 2022-12-12 16:46:31 -05:00
Ryan Ahearn
17ee4c3f2b Use encrypt/decrypt methods in place of signing 2022-12-12 16:41:04 -05:00
Ryan Ahearn
1f183b96b9 Add migration to expand api_keys.secret column max length 2022-12-09 16:34:18 -05:00
Ryan Ahearn
c1c6fec28f Get utils version with updated certifi 2022-12-08 15:46:39 -05:00
Ryan Ahearn
9f4b628f0d Merge branch 'main' into cryptography
* main:
  Track notifications_utils main instead of specific commit
  Update certifi
  Update notifications_utils
2022-12-08 15:30:11 -05:00
Ryan Ahearn
1801a7a459 Merge pull request #139 from GSA/certifi-update
Dependency updates
2022-12-08 15:02:03 -05:00
Ryan Ahearn
79ac21c2df Track notifications_utils main instead of specific commit 2022-12-08 14:31:20 -05:00
Ryan Ahearn
d7cd23b562 Update certifi 2022-12-08 13:46:07 -05:00
Ryan Ahearn
9969bd5304 Update notifications_utils 2022-12-08 12:53:20 -05:00
Ryan Ahearn
b553ea4c77 Update uses of encryption.encrypt to more accurate encryption.sign 2022-12-07 14:55:05 -05:00
Ryan Ahearn
52ce391405 Merge pull request #134 from GSA/api-documents
Update API documentation
2022-12-02 12:02:02 -05:00
Ryan Ahearn
b32dbdf199 Add links to postman documentation and other additions to api docs 2022-12-02 11:44:56 -05:00
Ryan Ahearn
34def50f69 Add template list and show API methods to openapi 2022-12-02 11:43:53 -05:00
Ryan Ahearn
38692c5c6e Merge pull request #132 from GSA/exec-startup-command
Exec web startup command
2022-12-01 15:59:39 -05:00
Ryan Ahearn
861e8839aa Use 2 web instances in staging and demo
this seems to be more resilient to `cf restart` false failures
2022-12-01 14:28:52 -05:00
Ryan Ahearn
d0b2d58b4a Exec web startup command
This allows for app to receive process signals from cloud foundry
2022-12-01 11:23:49 -05:00
Ryan Ahearn
a2d459c5e6 Merge pull request #129 from GSA/queue-investigation
SMS provider cleanup
2022-11-30 15:25:44 -05:00
Ryan Ahearn
45c3e3c277 Remove unused is_delivery_slow_for_providers method 2022-11-30 13:50:49 -05:00
Ryan Ahearn
0ed7a31765 Merge pull request #126 from GSA/open-api
Add OpenAPI spec for selected api endpoints
2022-11-30 13:30:26 -05:00
Steven Reilly
185091b883 Merge pull request #131 from GSA/stvnrlly-queue-docs
Add some docs about queues
2022-11-30 13:17:44 -05:00
stvnrlly
9a1df7cf06 link to new doc in readme 2022-11-30 11:59:04 -05:00
stvnrlly
ae25998e52 add some docs about queues, esp what priority is 2022-11-30 11:56:49 -05:00
Ryan Ahearn
01cf3dfb9d Completely remove code to switch sms providers on slow delivery 2022-11-30 11:08:55 -05:00
Ryan Ahearn
865471efb5 SMS provider fixes to config
Disable the method that could accidentally set sms to go to non-sns provider
until they are completely removed
2022-11-29 16:38:32 -05:00
Ryan Ahearn
5a93e7fb1e Update notifications-utils version 2022-11-29 16:38:22 -05:00
Ryan Ahearn
01a432c86e Merge pull request #127 from GSA/stdout-logging
Use only stdout logging in cloud.gov
2022-11-29 14:26:06 -05:00
Ryan Ahearn
fa8707f802 Remove run_app_paas script 2022-11-29 14:19:32 -05:00
Ryan Ahearn
286400aa18 Use only stdout logging in cloud.gov 2022-11-22 12:11:11 -05:00
Steven Reilly
8ae134f31c Merge pull request #121 from GSA/stvnrlly-timezones
Move to America/New_York as default timezone
2022-11-22 10:07:47 -05:00
stvnrlly
49f58aaaff make notifications-utils install editable 2022-11-21 14:55:03 -05:00
Ryan Ahearn
e0764a588f Add link to vscode extension for editing openapi 2022-11-21 14:27:10 -05:00
Ryan Ahearn
f9bb5cbb9a Expand docs for external-api call, include link to .gov.uk docs 2022-11-21 12:40:54 -05:00
stvnrlly
9faff5940e wait don't do that 2022-11-21 12:19:58 -05:00
stvnrlly
7f5c3c785e est_date to local_date, too 2022-11-21 12:05:23 -05:00
stvnrlly
a7d747cc98 include the migration for the migration 2022-11-21 11:52:27 -05:00
stvnrlly
9e7ee1c0f8 migrate bst_date to local_date 2022-11-21 11:49:59 -05:00
stvnrlly
99de747a36 fix formatting 2022-11-21 11:29:38 -05:00
stvnrlly
e6ec4bf6c5 replace original timezone in migration 2022-11-21 11:13:23 -05:00
Ryan Ahearn
1e7d99e853 Fix flake8 and isort findings 2022-11-18 12:39:50 -05:00
Ryan Ahearn
2efed403b1 Add external API for sending SMS to openapi 2022-11-18 12:25:45 -05:00
Ryan Ahearn
f71df236b7 Add more admin api endpoints 2022-11-18 11:43:46 -05:00