-
Notifications
You must be signed in to change notification settings - Fork 20
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
Custom targets #213
Custom targets #213
Conversation
e67150f
to
ed55024
Compare
Hey, so I was testing this out and I created a fake target similar to what you had suggested when testing out the api implementation, but when I select this new target and then go to the recordings tab, it crashes. I got the same result in both chrome and firefox. Do you get the same behaviour or is something wrong on my end? |
What happens when it "crashes" - is this a frontend error message or an actual backend Cryostat API error? Did the target you defined point to a target that actually existed/was reachable? |
No, it did't point to anything that existed. I ran it in smoketest and I added: service:jmx:rmi:///jndi/rmi://cryostat:9099/jmxrmi |
Interesting, thanks for that note - I'll take a look at it. Sounds like I made some kind of React mistake. |
ed55024
to
2fc9f5b
Compare
Actually, I see this behaviour on |
After a git bisect, the first bad revision appears to be @Josh-Matsuoka if you have some free cycles, could you take another look at that? If not then I'll take it on. |
@Alexjsenn for the purposes of testing the functionality in this PR, I'm going to rebase it onto Try adding |
2fc9f5b
to
93be896
Compare
Ok, it works perfectly now! |
@andrewazores hey, I'll take a look at that bug this week, sorry about that. |
No worries, I should have caught it in review as well. |
93be896
to
f5dc362
Compare
#212