cryostat-legacy icon indicating copy to clipboard operation
cryostat-legacy copied to clipboard

OUTDATED - See the new repository below! -- Secure JDK Flight Recorder management for containerized JVMs

Results 251 cryostat-legacy issues
Sort by recently updated
recently updated
newest added

Part of #1028 Related to #1028 Related to #937 Related to #938 Related to #939 Fixes #942 Fixes #943 - feat(db): add in-memory h2 database w/ Hibernate - extract StorageModule...

feat

Currently the cryostat-web main Dashboard view is essentially empty, with nothing but a TargetSelect dropdown card and no actual information about that target displayed. The intent of the Dashboard view...

feat
needs-documentation
ready-for-documentation

There are currently two shell scripts included in the Cryostat image: - https://github.com/cryostatio/cryostat/blob/main/src/main/extras/app/entrypoint.sh - https://github.com/cryostatio/cryostat/blob/main/src/container/include/truststore-setup.sh These should have `shellcheck` (or some equivalent linting tool) applied to them as part of...

build

Related https://github.com/cryostatio/cryostat-web/issues/466 Depends on https://github.com/cryostatio/cryostat-web/pull/495

feat
dependent

Closes #939 Closes #938 (the subtree update model and built-in discovery mechanisms already work this way) Includes: - [x] #1026 - [x] #1029 - [ ] #1032

feat

Fixes #960 Related https://github.com/cryostatio/cryostat-web/issues/442 Depends on https://github.com/cryostatio/cryostat-core/pull/141 Depends on https://github.com/cryostatio/cryostat-web/pull/473 Stores metadata labels according to each target's (hopefully unique enough) generated JVM ID and recording name inside `recordingMetadataMap`. The `recordingMetadataMap`...

dependent
fix

In #924 the [GraphQL schema](https://github.com/cryostatio/cryostat/blob/22380ca0bd76689b3de162fb94487f1124d3775c/src/main/resources/types.graphqls#L86) for archived recordings was changed to include aggregate information alongside the actual recording list itself. ``` type Recordings { active(filter: ActiveRecordingFilterInput): [ActiveRecording!]! archived(filter: ArchivedRecordingFilterInput): Archived!...

feat

Run the devserver and open the web client. Start and archive a recording using the regular cryostat connectUrl. Add a custom target with "localhost:9091" as the connect url. When you...

bug

Fixes #782 Container image for operator integration/testing available at `quay.io/andrewazores/cryostat:k8s-userinfo`. Currently, deploying that image using the existing mainline operator results in failing to log in with the following log: ```...

feat
safe-to-test

Parent: https://github.com/cryostatio/cryostat/issues/936 Depends on https://github.com/cryostatio/cryostat/issues/939 Depends on https://github.com/cryostatio/cryostat/issues/1049 Once we have an API designed for clients to provide environment and target node information to Cryostat, we should implement at least...

question
high-priority
feat
dependent
needs-documentation