Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
T
test_webhook
  • Project
    • Project
    • Details
    • Activity
    • Releases
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 1
    • Merge Requests 1
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • 时海鑫
  • test_webhook
  • Merge Requests
  • !20

Merged
Opened Oct 16, 2025 by 时海鑫@shihaixin1 of 11 tasks completed1/11 tasks
  • Report abuse
Report abuse

ddd

描述

[简要描述变更内容,说明与 ASPICE 过程(如软件需求分析、实现)的关联]

变更类型

  • 特性 (Feature)
  • Bug 修复 (Bugfix)
  • 文档 (Docs)
  • 测试 (Test)
  • 重构 (Refactor)
  • 其他 (Other)

相关 Issue

  • Closes #[Issue 编号]
  • REQ-ID: [需求 ID,如 REQ-123]
  • 设计文档链接: [链接到 Wiki 或外部文档]

测试

  • 单元测试通过:覆盖率 [填写百分比,如 85%]
  • 集成测试: [链接到 CI 管道结果或描述]
  • 手动测试步骤:

审查 Checklist

  • 代码符合风格指南(如 ESLint、Pylint)
  • 无安全漏洞(已运行静态分析工具)
  • 文档已更新(需求、设计或用户文档)
  • ASPICE 可追溯性确认(需求到代码的链接)
  • 高风险变更已进行额外审查会议

附加信息

[可选:影响分析、性能测试结果、截图等]

Check out, review, and merge locally

Step 1. Fetch and check out the branch for this merge request

git fetch origin
git checkout -b dev origin/dev

Step 2. Review the changes locally

Step 3. Merge the branch and fix any conflicts that come up

git fetch origin
git checkout origin/master
git merge --no-ff dev

Step 4. Push the result of the merge to GitLab

git push origin master

Note that pushing to GitLab requires write access to this repository.

Tip: You can also checkout merge requests locally by following these guidelines.

  • Discussion 6
  • Commits 1
  • Changes 2
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
0
Labels
None
Assign labels
  • View project labels
Reference: shihaixin/test_webhook!20

Revert this merge request

This will create a new commit in order to revert the existing changes.

Switch branch
Cancel
A new branch will be created in your fork and a new merge request will be started.

Cherry-pick this merge request

Switch branch
Cancel
A new branch will be created in your fork and a new merge request will be started.