-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scan and delete uploaded files, nodejs upgrade. #335
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
commit 68a69d1 Merge: f9408ad 7f4d157 Author: Chuck McAndrew <[email protected]> Date: Thu Feb 25 11:39:32 2021 -0500 Merge pull request #196 from adhocteam/cm-310-update-file-statuses simplify file upload statuses commit 7f4d157 Author: Chuck McAndrew <[email protected]> Date: Thu Feb 25 10:43:33 2021 -0500 fmt commit b7724ce Author: Chuck McAndrew <[email protected]> Date: Thu Feb 25 10:39:19 2021 -0500 add tests for getStatus() commit cc12546 Author: Chuck McAndrew <[email protected]> Date: Thu Feb 25 10:04:59 2021 -0500 simplify file upload statuses
commit 68a69d1 Merge: f9408ad 7f4d157 Author: Chuck McAndrew <[email protected]> Date: Thu Feb 25 11:39:32 2021 -0500 Merge pull request #196 from adhocteam/cm-310-update-file-statuses simplify file upload statuses commit 7f4d157 Author: Chuck McAndrew <[email protected]> Date: Thu Feb 25 10:43:33 2021 -0500 fmt commit b7724ce Author: Chuck McAndrew <[email protected]> Date: Thu Feb 25 10:39:19 2021 -0500 add tests for getStatus() commit cc12546 Author: Chuck McAndrew <[email protected]> Date: Thu Feb 25 10:04:59 2021 -0500 simplify file upload statuses
commit 68a69d1 Merge: f9408ad 7f4d157 Author: Chuck McAndrew <[email protected]> Date: Thu Feb 25 11:39:32 2021 -0500 Merge pull request #196 from adhocteam/cm-310-update-file-statuses simplify file upload statuses commit 7f4d157 Author: Chuck McAndrew <[email protected]> Date: Thu Feb 25 10:43:33 2021 -0500 fmt commit b7724ce Author: Chuck McAndrew <[email protected]> Date: Thu Feb 25 10:39:19 2021 -0500 add tests for getStatus() commit cc12546 Author: Chuck McAndrew <[email protected]> Date: Thu Feb 25 10:04:59 2021 -0500 simplify file upload statuses
commit 68a69d1 Merge: f9408ad 7f4d157 Author: Chuck McAndrew <[email protected]> Date: Thu Feb 25 11:39:32 2021 -0500 Merge pull request #196 from adhocteam/cm-310-update-file-statuses simplify file upload statuses commit 7f4d157 Author: Chuck McAndrew <[email protected]> Date: Thu Feb 25 10:43:33 2021 -0500 fmt commit b7724ce Author: Chuck McAndrew <[email protected]> Date: Thu Feb 25 10:39:19 2021 -0500 add tests for getStatus() commit cc12546 Author: Chuck McAndrew <[email protected]> Date: Thu Feb 25 10:04:59 2021 -0500 simplify file upload statuses
* add a README warning about the dev containers * use a random port for bin/run-tests * dont bind at all for the prod-style-server
* adhoc-main: (29 commits) Default value and navigation updates Reports can be saved in draft mode even without recipients "new" id is replaced silently instead of triggering a reload Switch to deep compare useEffect Make Region non-required Remove unused file Updates from review Switch from email link to Smartsheet link for 'request permission' from Welcome screen Lint fix Add review from feedback Add missing tests Give that login placard the role=dialog. Set attributes for label and description Update Mock in test Updat test Update tests that rely on login placard Implement welcome placard, per design Duration supports half hours Prevent review page alerts from printing Form navigation more consistent lint fixes ...
Cm fix tls for redis
Cm 280 delete files
* adhoc-main: (63 commits) add focus to delete file modal add focus to deleteFile modal change clamav endpoint fix generateRedisConfig allow empty object for tls config add tls options for cloud.gov to redis fmt fix delete file bug fmt refactor and fix tests refactor for testability and add tests fix 2 tests fmt fix tests fmt update frontend and api docs to deal with authorization clean up after merge Clean up after merge Squashed commit of the following: Squashed commit of the following: ...
Nodejs & yarn updates
Closed
kryswisnaskas
added a commit
that referenced
this pull request
Jun 24, 2021
* Add non-grantees; layout changes * Deploy to sandbox * Include legacy reports in statistics; limit to approved reports only * Increase frontend test timeout * Add a script to connect non-grantees to activity reports for legacy data * Add a script to connect non-grantees to activity reports for legacy data * Add a script to connect non-grantees to activity reports for legacy data * Fix lint errors * Fix test * Remove non-legacy filter * Remove statement * Adjust test * Remove new test
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
280
Description of change
Adds support to delete files.
How to test
Issue(s)
Checklist
333
Description of change
Change CLAMAV_ENDPOINT env var in all 4 environments.
Add TLS support for cloud.gov instances.
How to test
Go to https://tta-smarthub-sandbox.app.cloud.gov/ and start a new report.
Issue(s)
Checklist
324
Description of change
How to test
yarn deps:local
/yarn docker:deps
bin/run-tests --local
/bin/run-tests
Issue(s)
Checklist