feat(archives): synthetic recording merge by timestamp range - #1706
Draft
andrewazores wants to merge 6 commits into
Draft
feat(archives): synthetic recording merge by timestamp range#1706andrewazores wants to merge 6 commits into
andrewazores wants to merge 6 commits into
Conversation
andrewazores
force-pushed
the
recording-synthesis
branch
from
July 27, 2026 14:19
1977b5a to
bd58a3d
Compare
andrewazores
force-pushed
the
recording-synthesis
branch
from
July 28, 2026 19:26
bd58a3d to
98336ea
Compare
Member
Author
|
/build_test |
|
Workflow started at 7/28/2026, 4:38:48 PM. View Actions Run. |
|
No OpenAPI schema changes detected. No GraphQL schema changes detected. WebSocket notifications schema change detected: diff --git a/schema/notifications.yaml b/schema/notifications.yaml
index 2a482aa..3d54e68 100644
--- a/schema/notifications.yaml
+++ b/schema/notifications.yaml
@@ -1158,43 +1158,39 @@ components:
properties:
event:
type: object
properties:
kind:
type: object
description: Payload of type EventKind
serviceRef:
type: object
properties:
- id:
- type: integer
connectUrl:
type: object
description: Payload of type URI
alias:
type: string
jvmId:
type: string
labels:
type: object
additionalProperties: true
annotations:
type: object
properties:
platform:
type: object
additionalProperties: true
cryostat:
type: object
additionalProperties: true
- agent:
- type: boolean
jvmId:
type: string
required:
- meta
- message
TemplateDeleted:
name: TemplateDeleted
title: Template Deleted
summary: 'Notification: TemplateDeleted'
description: WebSocket notification for Template Deleted events
|
|
CI build: |
|
CI build: Flaky tests:
|
|
No OpenAPI schema changes detected. No GraphQL schema changes detected. WebSocket notifications schema change detected: diff --git a/schema/notifications.yaml b/schema/notifications.yaml
index 2a482aa..3d54e68 100644
--- a/schema/notifications.yaml
+++ b/schema/notifications.yaml
@@ -1158,43 +1158,39 @@ components:
properties:
event:
type: object
properties:
kind:
type: object
description: Payload of type EventKind
serviceRef:
type: object
properties:
- id:
- type: integer
connectUrl:
type: object
description: Payload of type URI
alias:
type: string
jvmId:
type: string
labels:
type: object
additionalProperties: true
annotations:
type: object
properties:
platform:
type: object
additionalProperties: true
cryostat:
type: object
additionalProperties: true
- agent:
- type: boolean
jvmId:
type: string
required:
- meta
- message
TemplateDeleted:
name: TemplateDeleted
title: Template Deleted
summary: 'Notification: TemplateDeleted'
description: WebSocket notification for Template Deleted events
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Welcome to Cryostat! 👋
Before contributing, make sure you have:
mainbranch[chore, ci, docs, feat, fix, test]To recreate commits with GPG signature
git fetch upstream && git rebase --force --gpg-sign upstream/mainFixes: #1605
See cryostatio/cryostat-mcp#26
See cryostatio/cryostat-mcp#83
Description of the change:
This change allows an environment variable to be configured so that...
Motivation for the change:
This change is helpful because users may want to...
How to manually test: