Commit Graph
4654 Commits
Author SHA1 Message Date
Kenneth Kehl aa7b5d3905 notify-api-533 add flask command to promote user to platform admin 2023-11-06 13:31:03 -08:00
Andrew Shumway d0368695db Revert "Added flag to remove default sender from user list" 2023-11-06 11:49:17 -07:00
Kenneth Kehl 937dd77f4f fix some tests 2023-11-03 10:27:45 -07:00
Kenneth Kehl 9c841320ca fix tests 2023-11-03 08:28:21 -07:00
Carlo Costino 23f17b166c Updated notification retention limit validator test to account for the new 10K limit
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
2023-11-02 17:43:30 -04:00
Andrew Shumway 67d38ef32d Fixed tests with appropriate parameters 2023-11-02 16:21:02 -04:00
Andrew Shumway 1db57c289a Removed tests related to daily total key 2023-11-02 16:18:01 -04:00
Andrew Shumway a346a734fc Removed/replaced retention redis count with notification count from db call 2023-11-02 16:16:08 -04:00
Carlo Costino 490893397e Fixed isinstance() calls, oops
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
2023-10-30 16:30:06 -04:00
Carlo Costino 8c825a43bd Updated a couple more dependencies and fix flake8 warnings
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
2023-10-30 16:16:49 -04:00
Andrew ShumwayandCarlo Costino 125bfe2c8e Update tests/app/service/test_rest.py
Co-authored-by: Carlo Costino <ccostino@users.noreply.github.com>
2023-10-17 13:49:39 -06:00
Andrew Shumway c7f11133d3 Added another flag in appropriate test 2023-10-16 15:02:52 -06:00
Andrew Shumway e0522393df Added flag to remove default sender from user list 2023-10-15 16:28:25 -06:00
Kenneth Kehl 679dee8123 fix tests 2023-10-03 08:00:59 -07:00
Kenneth Kehl bd09c63ea9 notify-api-521 fix sms temporary failure message 2023-10-02 14:09:50 -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 294723ce62 merge from main 2023-09-28 14:27:39 -07:00
Kenneth Kehl bebce829af instructions for bulk testing and change delivery receipt delay to 2 minutes 2023-09-28 14:27:16 -07:00
Kenneth Kehl f1a4516c9e notify-api-360 stop worrying about aws regions 2023-09-27 08:57:00 -07:00
Kenneth Kehl 309c49dc84 notify-api-360 messages are hanging in pending forever 2023-09-26 08:11:47 -07:00
Kenneth Kehl a1890109d8 notify-api-490 fix sns region 2023-09-21 14:48:10 -07:00
Kenneth Kehl c082546aa0 add migration for e2e tests and improve code coverage 2023-09-12 10:15:07 -07:00
stvnrlly f764414bc2 Merge branch 'main' into notify-api-446 2023-09-06 16:05:45 -04:00
Steven Reilly 12099ea2d1 Merge pull request #252 from GSA/notify-300b
notify-300 set total message limit to 250k for pilot
2023-08-31 16:12:41 -04:00
stvnrlly a229626c1e use correct redis key in test 2023-08-31 11:27:08 -04:00
Kenneth Kehl e9280b44b0 notify-api-446 change default text message sender from U.S. Notify 2023-08-31 08:14:23 -07:00
stvnrlly 7bbb05059c update to correct error 2023-08-31 10:57:54 -04:00
stvnrlly bf33ed7173 Merge branch 'main' into notify-300b 2023-08-31 10:28:44 -04:00
Kenneth Kehl fb3a6cca68 notify-api-59 make command to create new service 2023-08-30 13:13:43 -07:00
Kenneth Kehl 9df12031cf fix test 2023-08-29 16:58:21 -07: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 026dc14021 notify-api-412 use black to enforce python style standards 2023-08-23 10:35:43 -07:00
Steven Reilly 4ae369d35d Merge pull request #426 from GSA/notify-api-388
notify-api-388 remove gds metrics
2023-08-21 15:51:37 -04:00
Kenneth Kehl 1765dba476 fix references to gds 2023-08-17 09:01:53 -07:00
Carlo Costino 206d5fccb7 Simplify test config for now
This is in prep for switching to running a single test worker for the time being.  We will spend time figuring out how to get multiple concurrent workers going again separately as we seem to have several issues taking place right now with that type of test setup.

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
2023-08-16 16:49:35 -04:00
Carlo Costino 17e13c3b3b Round 2 of attempting to fix CI test runs
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
2023-08-16 16:49:35 -04:00
Carlo Costino 5519d17e09 Fix database URI for concurrent test workers
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
2023-08-16 16:49:35 -04:00
Carlo Costino d9abca9dbe Fix comments and imports causing build errors
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
2023-08-16 16:49:35 -04:00
Carlo Costino 114aa45f19 Update Flask plugins and related dependencies
This changeset updates a few of the Flask plugins we rely on to their latest versions, as well as the psycopg2-binary library.  It required a few adjustments to how our tests are configured and run, which are probably due for a larger refactor given how much has changed with these libraries and the anticipated change of going from SQLAlchemy 1.4.x to 2.0.x.

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
2023-08-16 16:49:27 -04:00
Kenneth Kehl 22f301189a code review feedback remove british fake email addresses 2023-08-16 07:19:18 -07:00
Kenneth Kehl f2f0e5a0f1 code review feedback 2023-08-15 14:50:41 -07:00
Kenneth Kehl c5008da8df cleanup 2023-08-15 11:44:47 -07:00
Kenneth Kehl fbf2f99d7b more 2023-08-15 10:35:34 -07:00
Kenneth Kehl b9ba7d018b more tests 2023-08-14 15:32:22 -07:00
Kenneth Kehl b4a2f37ca9 get coverage up to 94% 2023-08-14 09:04:06 -07:00
Kenneth Kehl e1ce20f5e3 try a couple more 2023-08-14 07:41:17 -07:00
Kenneth Kehl 46f4d72292 try putting back a file based test 2023-08-14 07:21:18 -07:00