Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

工单通知分阶段控制 #1406

Merged
merged 5 commits into from
Mar 6, 2022
Merged

工单通知分阶段控制 #1406

merged 5 commits into from
Mar 6, 2022

Conversation

nick2wang
Copy link
Collaborator

相关issue:#1340

新增参数notify_phase_control,对工单4个阶段的通知做独立控制,默认全部开启:
Apply:工单申请
Pass:审核通过
Execute:执行结束
Cancel:取消驳回
image

Verified

This commit was signed with the committer’s verified signature.
cjihrig Colin Ihrig
工单通知分阶段控制
@codecov
Copy link

codecov bot commented Mar 4, 2022

Codecov Report

Merging #1406 (1bdc9f1) into master (a7cde53) will increase coverage by 0.02%.
The diff coverage is 95.23%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1406      +/-   ##
==========================================
+ Coverage   74.91%   74.94%   +0.02%     
==========================================
  Files          82       82              
  Lines       13191    13205      +14     
==========================================
+ Hits         9882     9896      +14     
  Misses       3309     3309              
Impacted Files Coverage Δ
sql/sql_workflow.py 68.27% <93.75%> (+0.92%) ⬆️
sql/utils/execute_sql.py 88.00% <100.00%> (+1.04%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a7cde53...1bdc9f1. Read the comment docs.

Verified

This commit was signed with the committer’s verified signature.
cjihrig Colin Ihrig
This reverts commit 7fd62b2.

# Conflicts:
#	common/config.py
#	common/templates/config.html

Verified

This commit was signed with the committer’s verified signature.
cjihrig Colin Ihrig

Verified

This commit was signed with the committer’s verified signature.
cjihrig Colin Ihrig
This reverts commit bb4d1f3.

Unverified

The email in this signature doesn’t match the committer email.
参数改为在前台处理
@hhyo hhyo merged commit bbcf17a into hhyo:master Mar 6, 2022
@nick2wang nick2wang deleted the nick-notification branch March 7, 2022 09:30
xxlaila pushed a commit to xxlaila/Archery that referenced this pull request Feb 15, 2025

Unverified

The email in this signature doesn’t match the committer email.
* 工单通知分阶段控制

工单通知分阶段控制

* Revert "移除配置信息的缓存依赖"

This reverts commit 7fd62b2.

# Conflicts:
#	common/config.py
#	common/templates/config.html

* Revert "Revert "移除配置信息的缓存依赖""

This reverts commit bb4d1f3.

* 参数改为在前台处理

参数改为在前台处理
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

资源组中的实例如何针对工单的某一个阶段推送消息到webhook
2 participants