From 6a90fe7a9fe8d0a6eb22998fc53ace7cde6e42de Mon Sep 17 00:00:00 2001 From: hugocasa Date: Wed, 8 Jul 2026 19:25:17 +0200 Subject: [PATCH] chore(git-sync): bump hub script pins (push 28786, pull 28785) Published from windmill-integrations #163 with windmill-cli@1.753.1-gitsync.0: dev-workspace label deploys, fork-of-dev rooting, fork checkout on the existing remote branch, and the pushed-flag result. Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_01PP5gBSPfo1YtkL1sWVAjJm --- backend/windmill-common/src/workspaces.rs | 4 ++-- frontend/src/lib/hubPaths.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/windmill-common/src/workspaces.rs b/backend/windmill-common/src/workspaces.rs index d901350535..acc122dd0b 100644 --- a/backend/windmill-common/src/workspaces.rs +++ b/backend/windmill-common/src/workspaces.rs @@ -167,12 +167,12 @@ pub enum ObjectType { DatatableMigration, } -pub const LATEST_GIT_SYNC_SCRIPT_PATH: &str = "hub/28719/sync-script-to-git-repo-windmill"; +pub const LATEST_GIT_SYNC_SCRIPT_PATH: &str = "hub/28786/sync-script-to-git-repo-windmill"; /// Hub script that applies a repository's state back into a workspace /// (the repo → Windmill / "pull" direction). Same script the UI runs from /// `PullWorkspaceModal` with `pull: true`; the slug's `:` is percent-encoded. -pub const GIT_SYNC_PULL_SCRIPT_PATH: &str = "hub/28784/git-sync%3A-init-repository-windmill"; +pub const GIT_SYNC_PULL_SCRIPT_PATH: &str = "hub/28785/git-sync%3A-init-repository-windmill"; /// Prefix used to identify fork workspaces. A workspace whose id starts with this string is a /// fork of another workspace. diff --git a/frontend/src/lib/hubPaths.json b/frontend/src/lib/hubPaths.json index 79f873e245..c0dea023d2 100644 --- a/frontend/src/lib/hubPaths.json +++ b/frontend/src/lib/hubPaths.json @@ -1,6 +1,6 @@ { "gitSyncTest": "hub/28184/git-repo-test-read-write-windmill", - "gitInitRepo": "hub/28784/git-sync%3A-init-repository-windmill", + "gitInitRepo": "hub/28785/git-sync%3A-init-repository-windmill", "slackErrorHandler": "hub/28241/workspace-or-schedule-error-handler-slack", "emailErrorHandler": "hub/19795/workspace-or-error-handler-email", "slackRecoveryHandler": "hub/28239/slack/schedule-recovery-handler-slack",