Carlo Costino
a555bd429e
Merge pull request #1022 from GSA/notify-api-951
...
replace utcnow with timezone naive utc call
2024-05-31 11:18:29 -04:00
Kenneth Kehl
bbeb602224
fix query
2024-05-28 14:01:37 -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
Aditi Anand
ad55eef5e9
Changes for sqlalchemy 2.0
2024-04-24 16:27:20 -04:00
Aditi Anand
420291ffee
sqlalchemy 2.0 changes
2024-03-25 10:55:14 -04:00
Kenneth Kehl
b777249b6f
merge from main
2024-03-01 13:50:09 -08: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
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
43f18eed6a
More changes for enums.
...
Signed-off-by: Cliff Hill <Clifford.hill@gsa.gov >
2024-02-28 12:41:57 -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
0010a431a6
merge from main again
2024-02-06 12:31:32 -08:00
Kenneth Kehl
ddad4e409e
update send_at when status resolves
2024-02-02 12:51:11 -08:00
Kenneth Kehl
c45e74a74b
update sent_at
2024-02-02 09:03:54 -08:00
Kenneth Kehl
6dc9828663
fix tests
2024-01-22 10:55:09 -08:00
Kenneth Kehl
ed3a356ad1
merge from main and fix some tests
2024-01-19 08:58:24 -08:00
Kenneth Kehl
567dd390b4
fix personalisation
2024-01-18 10:03:35 -08:00
Kenneth Kehl
f9f1013f5b
notify-api-742 don't write phone numbers to db
2024-01-16 11:21:24 -08:00
Kenneth Kehl
d710cdefd6
notify-api-634
2023-11-28 12:30:53 -08:00
Kenneth Kehl
9c841320ca
fix tests
2023-11-03 08:28:21 -07:00
Kenneth Kehl
7d2dc776b9
merge from main
2023-11-03 07:10:06 -07:00
Andrew Shumway
948bb17a6c
Removed history count from total count
2023-11-02 16:21:02 -04:00
Andrew Shumway
32dca0f5e0
Add notification history and notification to count
2023-11-02 16:21:02 -04:00
Andrew Shumway
db7aa969cd
Added api endpoint for count
2023-11-02 16:21:00 -04:00
Andrew Shumway
c247891c97
Add initial steps to call api for count
2023-11-02 16:18:02 -04:00
Andrew Shumway
a346a734fc
Removed/replaced retention redis count with notification count from db call
2023-11-02 16:16:08 -04:00
Kenneth Kehl
6d84ec64e5
notify-api-522
2023-10-24 11:35:00 -07:00
Kenneth Kehl
8af7a5552f
notify-api-520 persist the provider response even for successful sms messages
2023-09-29 13:39:10 -07:00
Kenneth Kehl
00fd3a72bb
code review feedback, fix setup.cfg and reformat
2023-08-25 08:10:33 -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
2075d2821b
try using vanilla sql for problematic query
2023-06-28 06:59:28 -07:00
Kenneth Kehl
6474e0ffa8
code review feedback
2023-06-27 14:45:48 -07:00
Kenneth Kehl
7105cf6ed8
try without weird SQLAlchemy flag
2023-06-27 14:39:17 -07:00
Kenneth Kehl
d7ad65ef89
remove autocommit and clean up some bad debug statements
2023-06-27 13:06:38 -07:00
Kenneth Kehl
17e9fc1e8f
notify-api-317 fix the scrubbing of pii for successful notifications
2023-06-27 10:48:14 -07:00
Kenneth Kehl
a46bd94650
code review feedback
2023-06-19 07:55:48 -07:00
Kenneth Kehl
1abe645b48
more
2023-06-16 07:38:48 -07:00
Kenneth Kehl
e4a98dfcc2
cleanup, get rid of print statements, etc.
2023-06-15 10:45:03 -07:00
Kenneth Kehl
8db16f9410
fix tests
2023-06-15 08:23:00 -07:00
Kenneth Kehl
651af48742
fix all inline statuses except delivered
2023-06-14 07:50:04 -07:00
Kenneth Kehl
e7196afde1
fix the inline display for Failed on the dashboard
2023-06-14 07:37:38 -07:00
Kenneth Kehl
008c3a8d68
initial
2023-06-13 12:57:51 -07:00
Kenneth Kehl
39707adf10
Merge branch 'main' of https://github.com/GSA/notifications-api into notify-260
2023-05-30 11:47:36 -07:00
Kenneth Kehl
8f5f9f8f59
Merge branch 'main' of https://github.com/GSA/notifications-api into notify-233b
2023-05-26 13:13:13 -07:00
Kenneth Kehl
359ac9d967
merge from main
2023-05-10 09:58:03 -07:00
Kenneth Kehl
08c1ad75c8
notify-260 remove server-side timezone handling
2023-05-10 08:39:50 -07:00
Kenneth Kehl
3fb113a83e
notify-152 sms delivery receipts
2023-05-04 07:56:24 -07:00
Kenneth Kehl
6e3d3f325d
notify-233: delete notifications from notifications table after they are successfully sent
2023-04-18 12:42:23 -07:00