Hareet Dhillon

Results 4 issues of Hareet Dhillon

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

feat
dependent

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

Fixes #1046 Depends on https://github.com/cryostatio/cryostat-web/pull/499 Summary: 1. I've added five new `beta` target-specific archived recording handlers: `RecordingDeleteHandler`, `RecordingUploadPostHandler`, `RecordingGetHandler`, `RecordingGetWithJwtHandler`, `ReportGetHandler` and `ReportGetWithJwtHandler`. They're essentially equivalent to their `v1`/`v2` counterparts,...

dependent
fix
needs-documentation

The corresponding backend issue for https://github.com/cryostatio/cryostat-web/issues/445

bug