-
Notifications
You must be signed in to change notification settings - Fork 7
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
Update 2023-11-28 #182
Merged
Merged
Update 2023-11-28 #182
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
- We're changing the recurring tests to not be automatically deleted after 6 months so we need to have the delete schedule delete the files from s3
- postTest with a recurring schedule will add the tag recurring=true instead of test=true - Changing from recurring to non-recurring or vice-versa will update the tags accordingly - Recurring tests should no longer delete after 6 months
summersjc
approved these changes
Nov 30, 2023
burnsidepj
approved these changes
Nov 30, 2023
… any of the files from s3
summersjc
approved these changes
Nov 30, 2023
tkmcmaster
added a commit
that referenced
this pull request
Nov 30, 2023
* Bump openssl from 0.10.57 to 0.10.60 (#181) Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.57 to 0.10.60. - [Release notes](https://github.com/sfackler/rust-openssl/releases) - [Commits](sfackler/rust-openssl@openssl-v0.10.57...openssl-v0.10.60) --- updated-dependencies: - dependency-name: openssl dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Reduced log levels to reduce logging to Splunk * Added the ability to upate the tags on an S3File * Added code so that the delete API will also delete the files from S3 - We're changing the recurring tests to not be automatically deleted after 6 months so we need to have the delete schedule delete the files from s3 * Added code to re-tag files on the last run of a recurring set * Updated the postTest recurring to not tag for deletion - postTest with a recurring schedule will add the tag recurring=true instead of test=true - Changing from recurring to non-recurring or vice-versa will update the tags accordingly - Recurring tests should no longer delete after 6 months * Fixed some issues from the previous shadow variable bug * Cleaned up a ton of shadow variable bugs * Cleaned up more shadow variables * Fixed the last of the shadow variable bugs and added the lint rule * Updated version and dependencies * Updated additional dependencies: typescript, next, storybook, etc * Update 2023-11-28 (#182) * Reduced log levels to reduce logging to Splunk * Added the ability to upate the tags on an S3File * Added code so that the delete API will also delete the files from S3 - We're changing the recurring tests to not be automatically deleted after 6 months so we need to have the delete schedule delete the files from s3 * Added code to re-tag files on the last run of a recurring set * Updated the postTest recurring to not tag for deletion - postTest with a recurring schedule will add the tag recurring=true instead of test=true - Changing from recurring to non-recurring or vice-versa will update the tags accordingly - Recurring tests should no longer delete after 6 months * Fixed some issues from the previous shadow variable bug * Cleaned up a ton of shadow variable bugs * Cleaned up more shadow variables * Fixed the last of the shadow variable bugs and added the lint rule * Updated version and dependencies * Updated additional dependencies: typescript, next, storybook, etc * Fixed the copy s3File to use the new tags rather than always re-using the old tags * Updated the remove test code to return a 500 error if we can't delete any of the files from s3 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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.
Coverage Tests:
Acceptance Tests: