From 64f4b41a5c83f4c33b011985872309574fd30c69 Mon Sep 17 00:00:00 2001 From: omid-aignostics Date: Fri, 31 Jul 2026 15:57:11 +0200 Subject: [PATCH 1/3] docs: update SHR for run sharing [skip:ci, skip:test:long-running, skip:test:matrix-runner, skip:test:very-long-running] --- requirements/SHR-APPLICATION-4.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/SHR-APPLICATION-4.md b/requirements/SHR-APPLICATION-4.md index 46185b5c5..ba4574352 100644 --- a/requirements/SHR-APPLICATION-4.md +++ b/requirements/SHR-APPLICATION-4.md @@ -2,7 +2,7 @@ itemId: SHR-APPLICATION-4 itemTitle: Run Sharing and Access Management itemType: Requirement -Requirement type: USER +Requirement type: ENVIRONMENT --- ## Description From 97c6ec3a808d8948eda1f7363a7c5de73265d8a0 Mon Sep 17 00:00:00 2001 From: omid-aignostics Date: Fri, 31 Jul 2026 16:13:22 +0200 Subject: [PATCH 2/3] chore: exclude local scripts/ from vcs and lint [skip:ci, skip:test:long-running, skip:test:matrix-runner, skip:test:very-long-running] --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index d9b9b1630..927aefe4f 100644 --- a/.gitignore +++ b/.gitignore @@ -105,3 +105,6 @@ __marimo__ dist_native/** !dist_native/.keep notes.md + +# scripts +scripts/ From 17c72fd1685f237ec4ae5ec5dfdf3a047e2f08e4 Mon Sep 17 00:00:00 2001 From: omid-aignostics Date: Mon, 3 Aug 2026 11:40:37 +0200 Subject: [PATCH 3/3] =?UTF-8?q?ci:=20run=20required=20checks=20for=20PYSDK?= =?UTF-8?q?-=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit