Andrew Azores
Andrew Azores
We should investigate if it's possible to remove the various env vars like `CRYOSTAT_WEB_HOST`, `CRYOSTAT_WEB_PORT`, `CRYOSTAT_SSL_PROXIED` - these are all used so that Cryostat can construct authority URLs for itself...
Related #715 , which is about preventing these problems from occurring specifically for Snapshot recordings which may be produced with 0-length If a recording has no event content, ie has...
It would be nice to set up the Maven build as a multi-module build so that modules can be built in parallel, and hopefully so that unchanged modules can be...
The HTTP request timeout applied by the TimeoutHandler should not apply to *all* requests. For example, `POST /api/v1/recordings` (uploading a recording back into the Cryostat archives) should be expected to...
Looks good. I'd like to come back around and refactor this at some point so that there are no Kubernetes details leaked into this abstract handler, but that's a task...
https://github.com/cryostatio/cryostat/pull/482#issue-652619236 Should there be an API to allow clients to upload ex. `jboss-client.jar` to Cryostat's storage in a place that is added to the Cryostat classpath, so that end users...
The HTML Reports should be modified such that rule result descriptions contain links to Grafana views - if a Grafana dashboard and datasource are configured - so that the end...
Currently there are several classes which create TCP sockets or HTTP client connections (some examples: RecordingExporter, UploadSavedRecordingsCommand, SocketClientReaderWriter, SocketInteractiveShellExecutor, JMCConnection), and which are partly or entirely missing unit tests since...