Skip to content

Commit

Permalink
fix: update internal hub scritps to bun (#4384)
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoCasa committed Sep 13, 2024
1 parent a0a36a7 commit f140daf
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
4 changes: 2 additions & 2 deletions frontend/src/lib/components/ScheduleEditorInner.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -765,7 +765,7 @@
bind:handlerPath={errorHandlerPath}
customInitialScriptPath={errorHandlerCustomInitialPath}
slackToggleText="Alert channel on error"
customScriptTemplate="/scripts/add?hub=hub%2F2420%2Fwindmill%2Fschedule_error_handler_template"
customScriptTemplate="/scripts/add?hub=hub%2F9081%2Fwindmill%2Fschedule_error_handler_template"
bind:customHandlerKind={errorHandleritemKind}
bind:handlerExtraArgs={errorHandlerExtraArgs}
>
Expand Down Expand Up @@ -858,7 +858,7 @@
bind:handlerPath={recoveryHandlerPath}
customInitialScriptPath={recoveryHandlerCustomInitialPath}
slackToggleText="Alert channel when error recovered"
customScriptTemplate="/scripts/add?hub=hub%2F2794%2Fwindmill%2Fschedule_recovery_handler_template"
customScriptTemplate="/scripts/add?hub=hub%2F9082%2Fwindmill%2Fschedule_recovery_handler_template"
bind:customHandlerKind={recoveryHandlerItemKind}
bind:handlerExtraArgs={recoveryHandlerExtraArgs}
>
Expand Down
14 changes: 8 additions & 6 deletions frontend/src/lib/hubPaths.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@
"gitSyncLegacy0": "hub/8931/sync-script-to-git-repo-windmill",
"gitSync": "hub/9074/sync-script-to-git-repo-windmill",
"gitSyncTest": "hub/9073/git-repo-test-read-write-windmill",
"slackErrorHandler": "hub/6512/workspace-or-schedule-error-handler-slack",
"slackRecoveryHandler": "hub/9067/slack/schedule-recovery-handler-slack",
"slackErrorHandler": "hub/9079/workspace-or-schedule-error-handler-slack",
"slackErrorHandler_0": "hub/6512/workspace-or-schedule-error-handler-slack",
"slackRecoveryHandler": "hub/9080/slack/schedule-recovery-handler-slack",
"slackRecoveryHandler_1": "hub/9067/slack/schedule-recovery-handler-slack",
"slackRecoveryHandler_0": "hub/2430/slack/schedule-recovery-handler-slack",
"slackSuccessHandler": "hub/9072/slack/schedule-success-handler-slack",
"slackReport": "hub/7836/slack",
"discordReport": "hub/7838/discord",
"smtpReport": "hub/7837/smtp"
}
"slackReport": "hub/9084/slack",
"discordReport": "hub/9085/discord",
"smtpReport": "hub/9086/smtp"
}
Original file line number Diff line number Diff line change
Expand Up @@ -960,7 +960,7 @@
customInitialScriptPath={errorHandlerInitialScriptPath}
bind:handlerSelected={errorHandlerSelected}
bind:handlerPath={errorHandlerScriptPath}
customScriptTemplate="/scripts/add?hub=hub%2F2420%2Fwindmill%2Fworkspace_error_handler_template"
customScriptTemplate="/scripts/add?hub=hub%2F9083%2Fwindmill%2Fworkspace_error_handler_template"
bind:customHandlerKind={errorHandlerItemKind}
bind:handlerExtraArgs={errorHandlerExtraArgs}
>
Expand Down

0 comments on commit f140daf

Please sign in to comment.