Kenneth Kehl
544e7e61e4
code review feedback
2024-09-30 09:08:18 -07:00
Kenneth Kehl
6b861f31d7
fix debug
2024-09-30 08:45:15 -07:00
Kenneth Kehl
f844da8c68
update comment
2024-09-30 08:38:49 -07:00
Andrew Shumway
db7cc32e12
Merge branch 'main' of https://github.com/GSA/notifications-api into fix-cfcommand-deploytool
2024-09-30 09:25:05 -06:00
Andrew Shumway
e0dab07300
Fix env var syntax
2024-09-30 09:24:50 -06:00
Kenneth Kehl
0d82f89bb5
reduce max connections to 10
2024-09-27 14:18:42 -07:00
Kenneth Kehl
e99f4bc6b5
suppress warnings
2024-09-27 12:38:27 -07:00
Kenneth Kehl
16b357faa8
add comment
2024-09-27 09:55:08 -07:00
Kenneth Kehl
580885ab0c
merge from main
2024-09-27 09:43:10 -07:00
Kenneth Kehl
d3768e3152
Merge pull request #1341 from GSA/shared_memory
...
use shared memory instead of expiring dict for jobs cache
2024-09-27 09:24:31 -07:00
Kenneth Kehl
b2651864e1
Merge pull request #1336 from GSA/notify-admin-1956
...
fix phone number lookup
2024-09-27 09:23:59 -07:00
Kenneth Kehl
d6f4acaa56
fix format
2024-09-27 09:10:51 -07:00
Kenneth Kehl
8918dbcffd
increase test coverage
2024-09-27 09:07:02 -07:00
Kenneth Kehl
ca89779a52
get the lines that are not covered for tests
2024-09-27 08:52:11 -07:00
Kenneth Kehl
26ffb931c9
optimize S3 partitioning
2024-09-27 08:38:11 -07:00
Kenneth Kehl
8e6c079c09
fix flake8
2024-09-26 15:22:13 -07:00
Kenneth Kehl
096e3a367d
clean up
2024-09-26 15:17:57 -07:00
Kenneth Kehl
1569de2afd
revert coverage changes
2024-09-26 14:59:18 -07:00
Kenneth Kehl
b4db1b0b2d
revert coverage changes
2024-09-26 14:49:53 -07:00
Kenneth Kehl
67467bbedc
dont do coverage of test directory
2024-09-26 14:39:19 -07:00
Kenneth Kehl
b656ad84b7
dont do coverage of test directory
2024-09-26 14:23:19 -07:00
Kenneth Kehl
3259717061
dont do coverage of test directory
2024-09-26 14:15:51 -07:00
Kenneth Kehl
fceeed2401
dont do coverage of test directory
2024-09-26 14:05:58 -07:00
Kenneth Kehl
7c1ca17721
dont do coverage of test directory
2024-09-26 13:56:45 -07:00
Kenneth Kehl
b6d37b7071
dont do coverage of test directory
2024-09-26 13:47:51 -07:00
Kenneth Kehl
24f2b9fc9f
fix flake8
2024-09-26 13:32:07 -07:00
Kenneth Kehl
3cba7f157e
fix tests
2024-09-26 13:29:22 -07:00
Kenneth Kehl
c2f2cbc3bb
fix tests
2024-09-26 13:18:14 -07:00
Kenneth Kehl
561d813d4e
remove redis_store mocking from s3 tests
2024-09-26 12:24:06 -07:00
Kenneth Kehl
8aae0d59b4
use shared memory instead of expiring dict for jobs cache
2024-09-26 11:56:39 -07:00
Andrew Shumway
ec4e522dc9
Modify input to accepted argument
2024-09-26 10:33:46 -06:00
Kenneth Kehl
d27d877f68
Merge pull request #1330 from GSA/fix_test_coverage
...
actually start deleting old s3 objects
2024-09-26 08:13:20 -07:00
Kenneth Kehl
e5ac50b694
add test
2024-09-26 07:17:12 -07:00
Carlo Costino
0736c982f0
Merge pull request #1334 from GSA/update-deploy-tool
...
Change 18f deprecated deploy tool to CG deploy tool
2024-09-26 09:36:18 -04:00
Carlo Costino
2ca3486e66
Merge pull request #1335 from GSA/main
...
9/18/24 production deploy
2024-09-25 16:30:57 -04:00
Kenneth Kehl
291890b154
revert change to task schedule
2024-09-25 12:32:30 -07:00
Kenneth Kehl
ec6bfd8225
improve report performance
2024-09-25 12:26:01 -07:00
Kenneth Kehl
9cd1b8dc4d
Merge pull request #1338 from GSA/argh_load_test
...
fix load test
2024-09-25 11:02:40 -07:00
Kenneth Kehl
71417a19dc
fix load test
2024-09-25 10:22:27 -07:00
Kenneth Kehl
881a251216
fix phone number lookup
2024-09-24 10:26:01 -07:00
Kenneth Kehl
a3c1663d94
fix phone number lookup
2024-09-24 10:17:02 -07:00
Andrew Shumway
ada2c3ec45
Change 18f deploy tool to CG deploy tool
2024-09-18 10:37:43 -06:00
Carlo Costino
5db03feebd
Merge pull request #1332 from GSA/notify-api-1306
...
further work on phone number validation
09-18-24
2024-09-18 12:19:48 -04:00
Kenneth Kehl
641b01d094
some cleanup
2024-09-13 11:22:50 -07:00
Kenneth Kehl
eb736cada8
Merge pull request #1331 from GSA/notify-api-1306
...
add initial phone validation ability
2024-09-13 10:25:12 -07:00
Kenneth Kehl
3737865153
add try/except
2024-09-12 12:30:19 -07:00
Kenneth Kehl
7dd396b2fd
whoops
2024-09-12 11:06:22 -07:00
Kenneth Kehl
97cecd8569
add initial phone validation ability
2024-09-12 10:31:01 -07:00
Carlo Costino
5af110220e
Merge pull request #1327 from GSA/add-prod-deploy-instructions
...
Add production deployment steps to documentation
2024-09-12 11:58:12 -04:00
Kenneth Kehl
a154d5707d
Merge pull request #1272 from GSA/notify-api-1271
...
Read over Python 3.12's Logging Guide and see if there's anything else we could be leveraging/configuring to improve how logging is structured throughout our applications
2024-09-11 10:30:17 -07:00