Kenneth Kehl
b0735ffcdc
add a test in service rest
2024-10-03 09:48:32 -07:00
Kenneth Kehl
55966267c2
add a test in service rest
2024-10-03 09:35:05 -07:00
Kenneth Kehl
38583c28ea
add a test in service rest
2024-10-03 09:23:16 -07:00
Kenneth Kehl
76373de13b
comment out search for notification by to field
2024-10-03 08:54:16 -07:00
Kenneth Kehl
445a462b10
clean up s3
2024-10-02 15:00:03 -07:00
Kenneth Kehl
dba29a8ea7
clean up sanitise_text
2024-10-02 14:55:15 -07:00
Kenneth Kehl
face881a90
clean up sanitise_text
2024-10-02 14:45:22 -07:00
Kenneth Kehl
06643c3bb5
comment out strange command we may never use
2024-10-02 14:11:47 -07:00
Kenneth Kehl
05a6a2a4d9
comment out strange command we may never use
2024-10-02 14:04:26 -07:00
Kenneth Kehl
6e73e81201
ugh fix tests
2024-10-02 13:40:19 -07:00
Kenneth Kehl
5d265135d3
write a test
2024-10-02 13:08:34 -07:00
Kenneth Kehl
a0c27975a5
break test so we can see coverage numbers
2024-10-02 12:40:31 -07:00
Kenneth Kehl
5b405d41aa
break test so we can see coverage numbers
2024-10-02 12:07:42 -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
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
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