-
Notifications
You must be signed in to change notification settings - Fork 31
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
refactor(auto-rules): Periodic archiver should not use http req to self #557
refactor(auto-rules): Periodic archiver should not use http req to self #557
Conversation
@hareetd the RecordingHelper change sounds very similar to what we were discussing for your PR draft.
|
How do I add a release type to this pull request?
|
The PR title has to follow the format:verb(area): some messageI think the check here failed because the colon is missing.
|
@andrewazores Yeah, it does. I'll try to make the changes in my PR stay logically consistent with what @jan-law has done in the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great other than those minor style things above.
Meant to just leave feedback, not approve (yet)
3344448
to
6003262
Compare
751a193
to
a0323f2
Compare
… 3.3.0 to 3.3.1 (cryostatio#557) build(deps): bump org.apache.maven.plugins:maven-surefire-plugin Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.3.0 to 3.3.1. - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.3.0...surefire-3.3.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fixes #543
I renamed
recordingCreationHelper
torecordingHelper
as it now contains helper functions to save and delete recordings. These helper functions are used in bothPeriodicArchiver.java
andTargetRecordingPatchSave.java
.