-
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
fix(snapshot): Cleanup notification handling for snapshots #917
fix(snapshot): Cleanup notification handling for snapshots #917
Conversation
Thoughts before I finish updating tests? |
src/main/java/io/cryostat/net/web/http/api/v1/TargetRecordingDeleteHandler.java
Outdated
Show resolved
Hide resolved
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.
Looking good so far, just that one refactoring idea I commented
… RecordingTargetHelper
…nto the RecordingTargetHelper
src/main/java/io/cryostat/recordings/RecordingTargetHelper.java
Outdated
Show resolved
Hide resolved
src/main/java/io/cryostat/recordings/RecordingTargetHelper.java
Outdated
Show resolved
Hide resolved
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.
Implementation looks good.
Dismissing for now - change looks good but should include corresponding web-client PR once that is merged
This PR/issue depends on: |
Fixes #916
Depends on cryostatio/cryostat-web#427