Andrew Azores
Andrew Azores
`SIGKILL` will always terminate the process/container without leaving it time to do any clean up, like notifying Cryostat that it's going away. `podman stop` will let it have up to...
Yes, you can only delete custom targets. It's unfortunate that the UI still allows you to click the button on other targets discovered via automatic means, but that predates this...
> Yes, you can only delete custom targets. It's unfortunate that the UI still allows you to click the button on other targets discovered via automatic means, but that predates...
The first approach here looks reasonable: https://stackoverflow.com/a/57971610
Hi @vinyxx3 . This issue is about what happens when a contributor or bug reporter comes to this repo and either files a new issue (just like you have done...
[Task] Aliased target-specific archives doesn't display recordings created with different connectUrl
The reason that happens is because our detection for the "same" URL is simply comparing the String representation of the URLs for equality, essentially. But that doesn't catch cases like...
[Task] Aliased target-specific archives doesn't display recordings created with different connectUrl
Fixed in #1047
Closed by #1032 / #1028
Still needs a UI. Pushing to 2.2.0.
I think that sounds reasonable. Any `100-3xx` status codes defined by the handler (including any implicit `200`s that come from just returning intermediate responses in V2 handlers) should be exercised...