-
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
chore(recordings): replace subdirectory with jvmId in fromPathHandler #1692
chore(recordings): replace subdirectory with jvmId in fromPathHandler #1692
Conversation
Hi @mwangggg! Add at least one of the required labels to this PR Required labels are : chore,ci,cleanup,docs,feat,fix,perf,refactor,style,test |
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.
I think there are other places too:
src/main/java/io/cryostat/net/web/http/api/beta/RecordingGetFromPathWithJwtHandler.java:
45
46
47: static final String PATH = "fs/recordings/:subdirectoryName/:recordingName/jwt";
47
48
How about reports endpoints?
src/main/java/io/cryostat/net/web/http/api/beta/ReportGetFromPathHandler.java:
49
50: static final String PATH = "fs/reports/:subdirectoryName/:recordingName";
51
src/main/java/io/cryostat/net/web/http/api/beta/ReportGetFromPathWithJwtHandler.java:
53
54: static final String PATH = "fs/reports/:subdirectoryName/:recordingName/jwt";
55
yea I accidentally marked this as ready-for-review but I still have a bit of work to do oops |
/request_review |
1a5c989
to
1350d82
Compare
/build_test |
Needs rebase and |
1350d82
to
17d2460
Compare
/build_test |
itest failure, and it looks probably relevant to these changes? |
e8beed5
to
d7e2bb5
Compare
/build_test |
d7e2bb5
to
0143e0e
Compare
/build_test |
/build_test |
e8513e3
to
9f58016
Compare
/build_test |
To run smoketest:
|
/request_review |
…#1692) (#1731) (cherry picked from commit 70cf51f) Co-authored-by: Ming Yu Wang <[email protected]>
(cherry picked from commit d80f622) Co-authored-by: Ming Yu Wang <[email protected]>
Welcome to Cryostat! 👋
Before contributing, make sure you have:
main
branch[chore, ci, docs, feat, fix, test]
To recreate commits with GPG signature
git fetch upstream && git rebase --force --gpg-sign upstream/main
Fixes: #1473
Related to cryostatio/cryostat-web#1126