Skip to content

Commit

Permalink
Merge pull request #2818 from actiontech/feat_add_status
Browse files Browse the repository at this point in the history
feat: add status SQLManageStatusSent
  • Loading branch information
taolx0 authored Dec 11, 2024
2 parents d6ed0e4 + 0c81a08 commit 487482f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions sqle/locale/active.en.toml
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@ SQLManageStatusIgnored = "Ignored"
SQLManageStatusManualAudited = "Manually audited"
SQLManageStatusSolved = "Solved"
SQLManageStatusUnhandled = "Unhandled"
SQLManageStatusSent = "Sent"
SqlVersionExecFailedReason = "workflow %s execution status is not finished and stop execution"
SqlVersionInvalidStatusReason = "Execution failed: A workflow with status %v exists at the stage of the SQL version bound to this workflow, and its SQL version ID is %v"
SqlVersionReleaseFailedReason = "workflow %s release fail and stop release"
Expand Down
1 change: 1 addition & 0 deletions sqle/locale/active.zh.toml
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@ SQLManageStatusIgnored = "已忽略"
SQLManageStatusManualAudited = "已人工审核"
SQLManageStatusSolved = "已解决"
SQLManageStatusUnhandled = "未处理"
SQLManageStatusSent = "已推送到其他平台"
SqlVersionExecFailedReason = "工单:%s 上线失败并停止继续上线"
SqlVersionInvalidStatusReason = "执行失败:在该工单绑定的SQL版本的阶段上,存在状态为%v的工单,其SQL版本id为%v"
SqlVersionReleaseFailedReason = "工单:%s 发布失败并停止继续发布"
Expand Down
1 change: 1 addition & 0 deletions sqle/locale/message_zh.go
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ var (
SQLManageStatusSolved = &i18n.Message{ID: "SQLManageStatusSolved", Other: "已解决"}
SQLManageStatusIgnored = &i18n.Message{ID: "SQLManageStatusIgnored", Other: "已忽略"}
SQLManageStatusManualAudited = &i18n.Message{ID: "SQLManageStatusManualAudited", Other: "已人工审核"}
SQLManageStatusSent = &i18n.Message{ID: "SQLManageStatusSent", Other: "已推送到其他平台"}
)

// license
Expand Down

0 comments on commit 487482f

Please sign in to comment.