fix(db): de-nest transactions, handle Target loss during tasks, improve error handling#1486
Conversation
2d29adb to
bd0c417
Compare
|
/build_test |
|
Workflow started at 4/24/2026, 4:18:12 PM. View Actions Run. |
|
No GraphQL schema changes detected. |
|
No OpenAPI schema changes detected. |
|
No WebSocket notifications schema changes detected. |
|
CI build: https://github.com/cryostatio/cryostat/actions/runs/24909935985 |
|
/build_test |
|
Workflow started at 4/27/2026, 10:38:01 AM. View Actions Run. |
|
No GraphQL schema changes detected. |
|
No OpenAPI schema changes detected. |
|
No WebSocket notifications schema changes detected. |
|
CI build: https://github.com/cryostatio/cryostat/actions/runs/25001439607 |
The merge-base changed after approval.
68c09d9 to
c076f51
Compare
|
This PR/issue depends on: |
|
/build_test |
|
/build_test |
10e0502 to
6ecdd8f
Compare
|
Workflow started at 4/28/2026, 2:54:28 PM. View Actions Run. |
|
No GraphQL schema changes detected. |
|
WebSocket notifications schema change detected: diff --git a/schema/notifications.yaml b/schema/notifications.yaml
index ba7259c..f62a77c 100644
--- a/schema/notifications.yaml
+++ b/schema/notifications.yaml
@@ -1019,39 +1019,43 @@ 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
|
|
No OpenAPI schema changes detected. |
|
Schema changes committed by the CI. |
|
/build_test |
|
Workflow started at 4/28/2026, 2:58:18 PM. View Actions Run. |
|
No WebSocket notifications schema changes detected. |
|
No GraphQL schema changes detected. |
|
No OpenAPI schema changes detected. |
|
CI build: https://github.com/cryostatio/cryostat/actions/runs/25071750931 |
|
CI build: https://github.com/cryostatio/cryostat/actions/runs/25071921114 |
|
@jtolentino1 re-approve please after the CI updater job |
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/mainSee #1482
Based on #1482
See #1214
See #1122
See #1074
Description of the change: