Kenneth Kehl
252a5debbe
change debug statement from info to debug
2024-05-09 07:20:28 -07:00
Carlo Costino
acc577c272
Merge pull request #941 from GSA/1270-update-email-content
...
1270 update email content
2024-04-30 14:55:44 -04:00
Kenneth Kehl
bd80ef16ba
code review feedback
2024-04-25 13:21:26 -07:00
Kenneth Kehl
f1f2f728af
cleanup
2024-04-24 14:06:43 -07:00
Kenneth Kehl
a2518b8229
fix service invites
2024-04-24 10:51:47 -07:00
Jonathan Bobel
fb8ab7ed23
1270 - Email content updates
2024-04-22 13:14:09 -04:00
Kenneth Kehl
49352a4be1
add tests
2024-04-19 15:19:11 -07:00
Kenneth Kehl
44c8d74250
don't do a json.dumps before sending
2024-04-19 14:11:05 -07:00
Kenneth Kehl
56c73d9898
api to return service invite info
2024-04-19 14:02:38 -07:00
Kenneth Kehl
075ac1f3d3
use raw_get and raw_set for better debug of redis
2024-04-19 10:12:27 -07:00
Kenneth Kehl
1ae239cdb8
fix flake8
2024-04-19 09:27:58 -07:00
Kenneth Kehl
751e8ab077
more debug
2024-04-19 09:14:36 -07:00
Kenneth Kehl
65c87040c2
remove debug
2024-04-18 13:37:31 -07:00
Kenneth Kehl
6281bdd3e3
make email_address check case insensitive
2024-04-18 13:33:17 -07:00
Kenneth Kehl
9ec75c57c8
remove check-db-notification-fails task from schedule
2024-04-18 08:49:14 -07:00
Kenneth Kehl
a1f57ac4c0
make it possible to create e2e test user on staging
2024-04-12 11:29:33 -07:00
Kenneth Kehl
8fba67170e
remove deprecated notification
2024-04-11 10:28:09 -07:00
Cliff Hill
d7b23832b8
Making minor change to templates.json.
...
Signed-off-by: Cliff Hill <Clifford.hill@gsa.gov >
2024-04-11 09:25:00 -04:00
Kenneth Kehl
23335bb4a9
fix personalization on job/service/notification api
2024-04-05 11:38:00 -07:00
Carlo Costino
49d653824a
Merge pull request #894 from GSA/notify-admin-151
...
remove template preview api stuff
2024-04-03 18:53:19 -04:00
Carlo Costino
e28bc983d1
Merge pull request #871 from GSA/1270-update-email-content
...
1270 update email content
2024-04-03 17:26:30 -04:00
Kenneth Kehl
0e9b128d96
remove template preview api stuff
2024-04-03 13:36:59 -07:00
Kenneth Kehl
23e66db2a9
make state non-arbitrary
2024-04-02 13:18:21 -07:00
Carlo Costino
9ecbfd24ff
Merge pull request #886 from GSA/notify-api-879
...
clean templates out of redis when we do update-templates
2024-04-02 10:02:58 -04:00
Kenneth Kehl
b36496ccb9
flake8
2024-04-01 15:19:21 -07:00
Kenneth Kehl
ebdb78e52e
reformat up to latest version of black
2024-04-01 15:12:33 -07:00
Kenneth Kehl
87db56622e
remove debug line
2024-04-01 14:58:04 -07:00
Kenneth Kehl
952e3c6434
clean templates out of redis when we do update-templates
2024-04-01 14:30:49 -07:00
Carlo Costino
7b29be1d5f
Merge pull request #885 from GSA/notify-api-879
...
remove debug
2024-04-01 16:42:50 -04:00
Kenneth Kehl
24aea5efc3
remove debug
2024-04-01 12:48:30 -07:00
Carlo Costino
0fc41d5cfc
Merge pull request #881 from GSA/debug_staging
...
return None to handle new user
2024-03-29 12:27:25 -04:00
Kenneth Kehl
55a517f111
Fix organization invite template
2024-03-29 08:32:25 -07:00
Kenneth Kehl
0131ea0f1e
return None to handle new user
2024-03-29 07:44:35 -07:00
Kenneth Kehl
5fbc7ddd2d
ugh
2024-03-28 11:43:11 -07:00
Kenneth Kehl
97ba070b0e
debug staging
2024-03-28 11:19:02 -07:00
Andrew Shumway
1547e80e37
Fix spacing
2024-03-28 09:35:53 -06:00
Andrew Shumway
a0e2f0fbc8
Merge branch 'main' of https://github.com/GSA/notifications-api into message-send-flow-docs
2024-03-27 10:33:05 -06:00
Andrew Shumway
d3b895ddc6
PEP-257 changes
2024-03-27 10:32:40 -06:00
Jonathan Bobel
ffb9561803
1270 - Update content for email template
2024-03-25 11:23:26 -04:00
Kenneth Kehl
395282b4a9
merge from main
2024-03-22 13:37:35 -07:00
Kenneth Kehl
8d48ec4c87
fix invitations
2024-03-22 11:18:47 -07:00
samathad2023
172497c19e
Latest utils commit updates sync with main
2024-03-20 14:09:46 -07:00
Kenneth Kehl
1a9800f924
fix tests
2024-03-19 13:23:22 -07:00
Kenneth Kehl
93d9ab62e4
login.gov first time workflow notify-api-1250
2024-03-19 07:34:23 -07:00
Andrew Shumway
6599c284cc
Add docs/code comments for message-send-flow
2024-03-18 11:45:40 -06:00
Andrew Shumway
0e1c5e4c9d
Merge branch 'main' of https://github.com/GSA/notifications-api into message-send-flow-docs
2024-03-18 11:32:45 -06:00
Andrew Shumway
5f2508a975
Add docs/code comments for message send flow
2024-03-18 11:32:29 -06:00
Carlo Costino
bf0f002e4f
Remove debug lines in CSV processing
...
This changeset removes a couple of debug lines that we had in place from when we switched to processing CSVs for looking at phone numbers. This has now been proven out, and the additional log entries make it difficult to troubleshoot other issues that may arise.
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov >
2024-03-15 14:26:18 -04:00
samathad2023
cf25933cd0
remove comments from enums
2024-03-14 11:11:17 -07:00
Kenneth Kehl
86dd578d99
merge from main
2024-03-14 10:04:46 -07:00