From 4438ccdfdd9505a7a2d37e1cea36d35ff1df1d7a Mon Sep 17 00:00:00 2001 From: Helmut Hoffer von Ankershoffen Date: Fri, 24 Apr 2026 19:23:07 +0200 Subject: [PATCH 1/4] chore: add Samia Service dependency to compass.yml PYSDK-84 --- compass.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/compass.yml b/compass.yml index 42eb56a33..2cc6fc4a7 100644 --- a/compass.yml +++ b/compass.yml @@ -21,7 +21,8 @@ links: type: OTHER_LINK url: https://status.aignostics.com relationships: - DEPENDS_ON: [] + DEPENDS_ON: + - 'ari:cloud:compass:fff788d2-8a2a-4c36-a884-dde2bb4a2b49:component/f65912bc-77bd-4e1f-b333-1a9e8f0ac32c/638f89c6-24a3-48f4-90ad-1b09ef8d32c6' labels: - aignostics - atlas From 4cdae4620a966b8d3779a6fc8e8f79ee95d1e573 Mon Sep 17 00:00:00 2001 From: Helmut Hoffer von Ankershoffen Date: Fri, 24 Apr 2026 19:29:12 +0200 Subject: [PATCH 2/4] chore: add console dependencies and set process level in compass.yml PYSDK-84 --- compass.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/compass.yml b/compass.yml index 2cc6fc4a7..b8ce430ed 100644 --- a/compass.yml +++ b/compass.yml @@ -23,6 +23,8 @@ links: relationships: DEPENDS_ON: - 'ari:cloud:compass:fff788d2-8a2a-4c36-a884-dde2bb4a2b49:component/f65912bc-77bd-4e1f-b333-1a9e8f0ac32c/638f89c6-24a3-48f4-90ad-1b09ef8d32c6' + - 'ari:cloud:compass:fff788d2-8a2a-4c36-a884-dde2bb4a2b49:component/f65912bc-77bd-4e1f-b333-1a9e8f0ac32c/8a5a2394-89b7-4c84-9b14-947ce2cf9fdd' + - 'ari:cloud:compass:fff788d2-8a2a-4c36-a884-dde2bb4a2b49:component/f65912bc-77bd-4e1f-b333-1a9e8f0ac32c/b2f7a1a1-112c-4d68-aa3c-7ce0c04eda2d' labels: - aignostics - atlas @@ -88,4 +90,4 @@ customFields: value: / - name: Process Level type: single_select - value: null + value: CLIENT_FACING From 56a288bce649a830ffd01adf1242cccdd6a43ff5 Mon Sep 17 00:00:00 2001 From: Helmut Hoffer von Ankershoffen Date: Fri, 24 Apr 2026 19:35:44 +0200 Subject: [PATCH 3/4] chore: add #python-sdk-dev Slack channel link to compass.yml PYSDK-84 --- compass.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/compass.yml b/compass.yml index b8ce430ed..35af5be0d 100644 --- a/compass.yml +++ b/compass.yml @@ -20,6 +20,9 @@ links: - name: Status Page type: OTHER_LINK url: https://status.aignostics.com + - name: '#python-sdk-dev' + type: CHAT_CHANNEL + url: https://slack.com/app_redirect?channel=C098D8MH431 relationships: DEPENDS_ON: - 'ari:cloud:compass:fff788d2-8a2a-4c36-a884-dde2bb4a2b49:component/f65912bc-77bd-4e1f-b333-1a9e8f0ac32c/638f89c6-24a3-48f4-90ad-1b09ef8d32c6' From de9a76099810f3cafaaba6b404b604975b2e0558 Mon Sep 17 00:00:00 2001 From: Helmut Hoffer von Ankershoffen Date: Fri, 24 Apr 2026 19:38:54 +0200 Subject: [PATCH 4/4] chore: add Sentry project link to compass.yml PYSDK-84 --- compass.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/compass.yml b/compass.yml index 35af5be0d..7ba3b0495 100644 --- a/compass.yml +++ b/compass.yml @@ -23,6 +23,9 @@ links: - name: '#python-sdk-dev' type: CHAT_CHANNEL url: https://slack.com/app_redirect?channel=C098D8MH431 + - name: Sentry + type: OTHER_LINK + url: https://aignostics.sentry.io/projects/python-sdk/ relationships: DEPENDS_ON: - 'ari:cloud:compass:fff788d2-8a2a-4c36-a884-dde2bb4a2b49:component/f65912bc-77bd-4e1f-b333-1a9e8f0ac32c/638f89c6-24a3-48f4-90ad-1b09ef8d32c6'