From 50690de10538d9e43fb28ede83461a8d67502e3c Mon Sep 17 00:00:00 2001 From: HugoCasa Date: Fri, 3 Jan 2025 15:43:33 +0100 Subject: [PATCH] feat: updaet git sync scripts with url redacted --- frontend/src/lib/hubPaths.json | 8 +++++--- .../(root)/(logged)/workspace_settings/+page.svelte | 4 ++-- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/frontend/src/lib/hubPaths.json b/frontend/src/lib/hubPaths.json index 1785e9170b19a..ec84709af2879 100644 --- a/frontend/src/lib/hubPaths.json +++ b/frontend/src/lib/hubPaths.json @@ -1,7 +1,9 @@ { "gitSync_0": "hub/9087/sync-script-to-git-repo-windmill", - "gitSync": "hub/9987/sync-script-to-git-repo-windmill", - "gitSyncTest": "hub/9073/git-repo-test-read-write-windmill", + "gitSync_1": "hub/9987/sync-script-to-git-repo-windmill", + "gitSync": "hub/11498/sync-script-to-git-repo-windmill", + "gitSyncTest_0": "hub/9073/git-repo-test-read-write-windmill", + "gitSyncTest": "hub/11499/git-repo-test-read-write-windmill", "slackErrorHandler": "hub/9206/workspace-or-schedule-error-handler-slack", "slackErrorHandler_0": "hub/9079/workspace-or-schedule-error-handler-slack", "slackRecoveryHandler": "hub/9080/slack/schedule-recovery-handler-slack", @@ -9,4 +11,4 @@ "slackReport": "hub/9084/slack", "discordReport": "hub/9085/discord", "smtpReport": "hub/9086/smtp" -} \ No newline at end of file +} diff --git a/frontend/src/routes/(root)/(logged)/workspace_settings/+page.svelte b/frontend/src/routes/(root)/(logged)/workspace_settings/+page.svelte index 6380f0ba6190a..4afb05c71894e 100644 --- a/frontend/src/routes/(root)/(logged)/workspace_settings/+page.svelte +++ b/frontend/src/routes/(root)/(logged)/workspace_settings/+page.svelte @@ -1474,12 +1474,12 @@ The git sync version for this repository is not latest. Current: {gitSyncRepository.script_path}, latest: {latestGitSyncHubScript}