-
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(recordings): fix bug caused by #1692 #1746
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 |
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 |
6934b0b
to
f381daf
Compare
/build_test |
Nice, very small fix after all. I tested this alongside cryostatio/cryostat-web#1127 and I now see that the web-client makes the requests to the server using the unencoded JVM ID, and then the server internally does the encoding/decoding to deal with the filesystem and completes the request. |
Looks like this needs a |
936a8f4
to
f428faa
Compare
(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: #1738
Related: #1731 #1692