Commit Graph
156 Commits
Author SHA1 Message Date
Carlo Costino ec538dacda Merge pull request #1076 from GSA/notify-api-937
Need magic PII-free debugging method for API
2024-06-25 09:50:13 -04:00
Kenneth Kehl 2e4fd3b3ac fix tests 2024-06-20 13:30:43 -07:00
Kenneth Kehl d7279c7c38 revamp PII masking 2024-06-17 11:12:30 -07:00
Kenneth Kehl 76c34ffae6 Need magic PII-free debugging method for API 2024-06-11 10:34:57 -07:00
Kenneth Kehl 920d2c4539 debug for notify-admin-1588 2024-06-05 12:42:35 -07:00
Kenneth Kehl 905df17f65 remove datetime.utcnow() 2024-05-23 13:59:51 -07:00
Carlo Costino 99edc88197 Localize notification_utils to the API
This changeset pulls in all of the notification_utils code directly into the API and removes it as an external dependency.  We are doing this to cut down on operational maintenance of the project and will begin removing parts of it no longer needed for the API.

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
2024-05-16 10:17:45 -04:00
Andrew Shumway d3b895ddc6 PEP-257 changes 2024-03-27 10:32:40 -06:00
Andrew Shumway 6599c284cc Add docs/code comments for message-send-flow 2024-03-18 11:45:40 -06:00
Andrew Shumway 5f2508a975 Add docs/code comments for message send flow 2024-03-18 11:32:29 -06:00
Kenneth Kehl b777249b6f merge from main 2024-03-01 13:50:09 -08:00
Cliff Hill 43a8b6539f More fixes, removing literal "created" from code.
Signed-off-by: Cliff Hill <Clifford.hill@gsa.gov>
2024-02-28 12:58:22 -05:00
Cliff Hill bd705ed188 More cleanup.
Signed-off-by: Cliff Hill <Clifford.hill@gsa.gov>
2024-02-28 12:43:34 -05:00
Cliff Hill 8c6046b03b Cleaning up tests.
Signed-off-by: Cliff Hill <Clifford.hill@gsa.gov>
2024-02-28 12:43:33 -05:00
Cliff Hill 9523cc1d97 Cleaning up with black, isort, flake8.
Signed-off-by: Cliff Hill <Clifford.hill@gsa.gov>
2024-02-28 12:43:33 -05:00
Cliff Hill ab7387acd8 All string "constants" in app.models converted to app.enums.
Signed-off-by: Cliff Hill <Clifford.hill@gsa.gov>
2024-02-28 12:43:33 -05:00
Cliff Hill 7416de2a28 KeyType implemented.
Signed-off-by: Cliff Hill <Clifford.hill@gsa.gov>
2024-02-28 12:43:33 -05:00
Cliff Hill 69a9accfca Getting NotificationStatus implemented everywhere.
Signed-off-by: Cliff Hill <Clifford.hill@gsa.gov>
2024-02-28 12:43:32 -05:00
Cliff Hill 3982f061b6 Made enums.py for all the enums to avoid cyclic imports.
Signed-off-by: Cliff Hill <Clifford.hill@gsa.gov>
2024-02-28 12:43:31 -05:00
Cliff Hill 820ee5a942 Cleaning up a lot of things, getting Enums used everywhere.
Signed-off-by: Cliff Hill <Clifford.hill@gsa.gov>
2024-02-28 12:40:52 -05:00
Kenneth Kehl b5a0562077 fix tests 2024-01-24 07:55:14 -08:00
Kenneth Kehl 6dc9828663 fix tests 2024-01-22 10:55:09 -08:00
Carlo Costino 4efeb19d02 Update try/except block to catch Exception
This changeset updates a try/except block to catch Exception instead of BaseException.  Using BaseException is an anti-pattern and is not intended for user-defined code; it can also lead to other unintended side effects if not handled properly.

This is enough of a concern that the new release of flake8-bugbear now issues warnings when it sees BaseException being caught without an immediate re-raise.

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
2024-01-17 22:57:04 -05:00
Kenneth Kehl efe4cd589c more debugging messages 2024-01-11 13:22:13 -08:00
Kenneth Kehl ab0066589c fix registration and mock tests for redis 2024-01-11 11:51:00 -08:00
Kenneth Kehl c3cb60f3b0 fix registration so email gets sent 2024-01-11 11:11:12 -08:00
Kenneth Kehl ea8caf1ad9 remove debugging for 2fa issue 2024-01-11 09:38:00 -08:00
Kenneth Kehl 7b2e59dede switch to raw_get and raw_set to see exceptions 2024-01-10 10:30:44 -08:00
Kenneth Kehl 572c8ebb84 reformat 2024-01-09 14:45:11 -08:00
Kenneth Kehl 2f9b98c07e debug messages 2024-01-09 14:28:24 -08:00
Kenneth Kehl 5366992d1a format 2024-01-09 14:01:03 -08:00
Kenneth Kehl d3ca06fec2 fix 2024-01-09 13:36:57 -08:00
Kenneth Kehl 726e0b15fa code review feedback 2024-01-08 14:31:28 -08:00
Kenneth Kehl a5f78224b2 remove print statements 2024-01-05 10:39:07 -08:00
Kenneth Kehl 88379c9e46 final 2024-01-05 10:35:14 -08:00
Kenneth Kehl 065009bb7a merge from main and reformat 2023-08-29 16:21:18 -07:00
Kenneth Kehl 1ecb747c6d reformat 2023-08-29 14:54:30 -07:00
Kenneth Kehl 5a350560d7 notify-api-433b remove research mode 2023-08-25 12:09:00 -07:00
Kenneth Kehl 00fd3a72bb code review feedback, fix setup.cfg and reformat 2023-08-25 08:10:33 -07:00
Kenneth Kehl ccf6f75df9 fix static scan 2023-08-23 11:27:28 -07:00
Kenneth Kehl 026dc14021 notify-api-412 use black to enforce python style standards 2023-08-23 10:35:43 -07:00
Kenneth Kehl f2f0e5a0f1 code review feedback 2023-08-15 14:50:41 -07:00
Kenneth Kehl 008c3a8d68 initial 2023-06-13 12:57:51 -07:00
Kenneth Kehl ebb4a37f8d fix more skips 2023-05-22 09:12:12 -07:00
Kenneth Kehl 3fb113a83e notify-152 sms delivery receipts 2023-05-04 07:56:24 -07:00
Kenneth Kehl 001954538e notify-243 remove statsd 2023-04-25 07:50:56 -07:00
Ryan Ahearn 041cd08097 Clean up more mmg and firetext references 2022-12-22 09:31:12 -05:00
stvnrlly e9fdfd59f4 clean flake8 except provider code 2022-10-19 16:16:26 +00:00
jimmoffet f1aec54665 clean up comments and method dupes 2022-09-15 15:48:37 -07:00
jimmoffet b0f819dbd9 canada UK ses callbacks monster mash 2022-09-15 14:59:13 -07:00