Commit Graph

11537 Commits

Author SHA1 Message Date
Carlo Costino
37dc59324d Merge pull request #1348 from GSA/rotate_secret_doc
add documentation for how to rotate DANGEROUS_SALT
2024-10-05 15:20:01 -06:00
Carlo Costino
e6cf8a976e Merge pull request #1354 from GSA/notify-admin-1976
Bug: Invites expiring immediately
2024-10-03 14:59:44 -04:00
Carlo Costino
f87e71060b Merge pull request #1356 from GSA/debug_s3_partitioning
debug s3 partitioning
2024-10-03 11:06:11 -04:00
Kenneth Kehl
4abd54094d debug s3 partitioning 2024-10-03 07:00:07 -07:00
Kenneth Kehl
ae5c0d2d91 Merge pull request #1343 from GSA/notify-api-1299
optimize S3 partitioning
2024-10-02 09:55:03 -07:00
Kenneth Kehl
f720b48d0d Bug: Invites expiring immediately 2024-10-02 09:54:18 -07:00
Kenneth Kehl
c792a2492d cleanup 2024-10-02 07:58:24 -07:00
Kenneth Kehl
97ee4fe032 cleanup 2024-10-02 07:31:13 -07:00
Carlo Costino
aba9132f5f Merge pull request #1353 from GSA/fix-login-gov-url-var-name-with-quotes
Attempt quoting the Login.gov URL with var-name
2024-10-01 17:46:11 -04:00
Carlo Costino
182572a6b7 Forgot to add the push command
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
2024-10-01 17:39:20 -04:00
Kenneth Kehl
5edf0c7a68 merge from main 2024-10-01 14:38:23 -07:00
Carlo Costino
05838f964f Revert back to our original formatting, but include the --strategy rolling
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
2024-10-01 17:37:03 -04:00
Kenneth Kehl
bda8b75812 Merge pull request #1349 from GSA/fix_personalization_bug
fix personalization_bug for one-offs
2024-10-01 14:36:35 -07:00
Carlo Costino
f8410a27fd Attempt quoting the Login.gov URL with var-name
This changeset tries to wrap the Login.gov registration URL with quotes to get it to be properly handled in the shell environment using the same pattern as the secret variables.

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
2024-10-01 17:29:05 -04:00
Carlo Costino
04e98368f6 Merge pull request #1352 from GSA/fix-login-gov-url-with-quotes
Attempt quoting the Login.gov URL
2024-10-01 17:16:22 -04:00
Carlo Costino
b70d47fa38 Attempt quoting the Login.gov URL
This changeset tries to wrap the Login.gov registration URL with quotes to get it to be properly handled in the shell environment.

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
2024-10-01 17:09:10 -04:00
Carlo Costino
dbfc0257c8 Merge pull request #1350 from GSA/login-gov-url-fix-again
One more attempt at fixing the Login.gov registration URL
2024-10-01 16:37:29 -04:00
Kenneth Kehl
37e5de331a don't run coverage on tests 2024-10-01 13:31:04 -07:00
Kenneth Kehl
ab7e57597a don't run coverage on tests 2024-10-01 13:21:05 -07:00
Carlo Costino
05bac16376 One more attempt at fixing the Login.gov registration URL
This changeset attempts another fix by referencing the environment variable in a different fashion, according to the GitHub docs:

https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/accessing-contextual-information-about-workflow-runs#example-usage-of-the-env-context
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
2024-10-01 16:08:48 -04:00
Kenneth Kehl
a70b4506bb revert tests 2024-10-01 13:08:33 -07:00
Kenneth Kehl
641d168370 fix properly 2024-10-01 12:58:31 -07:00
Kenneth Kehl
9c43329d4d fix test 2024-10-01 12:08:57 -07:00
Kenneth Kehl
b7a6f4a3ba try fixing tests 2024-10-01 11:45:52 -07:00
Kenneth Kehl
f55c437c7d try fixing tests 2024-10-01 11:36:09 -07:00
Kenneth Kehl
c2ed8f1686 fix personalization_bug for one-offs 2024-10-01 10:47:47 -07:00
Kenneth Kehl
216528d589 Merge pull request #1339 from GSA/faster_s3_downloads
improve report performance
2024-10-01 08:59:37 -07:00
Carlo Costino
816c8e9e58 Merge pull request #1347 from GSA/login-gov-url-fix
Refer to GitHub Action container environment variable
2024-10-01 10:52:22 -04:00
Kenneth Kehl
76eb5281cf add documentation for how to rotate DANGEROUS_SALT 2024-10-01 07:31:51 -07:00
Carlo Costino
1f4905efa0 Refer to GitHub Action container environment variable
This changeset attempts to fix another issue with the deploy command by setting and referring to an environment variable directly.

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
2024-10-01 09:50:14 -04:00
Andrew Shumway
92877f829c Merge pull request #1346 from GSA/one-more-staging-depoy-fix
Adjust LOGIN_DOT_GOV_REGISTRATION_URL env var in staging deploy
2024-09-30 15:35:04 -06:00
Carlo Costino
1c231b1bbe Adjust LOGIN_DOT_GOV_REGISTRATION_URL env var in staging deploy
This changeset will hopefully fix the reference to the LOGIN_DOT_GOV_REGISTRATION_URL env var in the new cf_command.

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
2024-09-30 17:27:05 -04:00
Kenneth Kehl
93fe1370b2 Merge pull request #1345 from GSA/fix-cgcommand-brackets
Go back to brackets with secrets. in command
2024-09-30 14:13:05 -07:00
Andrew Shumway
70dc52be81 Go back to brackets with secrets. in command 2024-09-30 14:38:01 -06:00
Kenneth Kehl
c0388d248b Merge pull request #1344 from GSA/fix-cg-deploytool
Fix syntax on cf command
2024-09-30 12:51:07 -07:00
Andrew Shumway
f4a07621ef Fix syntax on cf command 2024-09-30 13:36:05 -06:00
Carlo Costino
8082b09d1f Merge pull request #1340 from GSA/fix-cfcommand-deploytool
Modify input to accepted argument
2024-09-30 15:20:58 -04:00
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