Skip to content

Temp fixes the endpoint of the integration api

Song Huang请求将hotfix/integration-api-endpoint合并到main-jh

What does this MR do and why?

Fixes these main-jh failed jobs in https://jihulab.com/gitlab-cn/gitlab/-/jobs/7536689:

  • rspec ./jh/spec/requests/api/integrations/feishu_bot_spec.rb
  • rspec ./jh/spec/requests/api/integrations/dingtalk_spec.rb

Upstream has moved EE integration features into CE and removed the prepend ability, which JH relied on. For more information, please see:

The real fix is to add back the prepend ability. This merge request proposes a temporary solution to address the issue.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

How to set up and validate locally

rspec ./jh/spec/requests/api/integrations/feishu_bot_spec.rb
rspec ./jh/spec/requests/api/integrations/dingtalk_spec.rb

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Song Huang 编辑于

合并请求报告