fix: update internal hub scritps to bun (#4384)
This commit is contained in:
@@ -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}
|
||||
>
|
||||
@@ -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}
|
||||
>
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
@@ -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}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user