Skip to content

Expose merge train information

Shinya Maeda requested to merge expose-merge-train-info into master

What does this MR do?

Sample JSON response

http://local.gitlab.test:8181/root/merge-train-v3/merge_requests/7.json?serializer=widget

"merge_trains_enabled": true,
"merge_trains_count": 1,
"merge_trains_index": 0,

merge_trains_enabled will be removed in the next iteration => https://gitlab.com/gitlab-org/gitlab-ee/issues/11222

Reference: https://gitlab.com/gitlab-org/gitlab-ee/issues/9186 https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/13059

Does this MR meet the acceptance criteria?

Conformity

Performance and testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • [-] Label as security and @ mention @gitlab-com/gl-security/appsec
  • [-] The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • [-] Security reports checked/validated by a reviewer from the AppSec team
Edited by Ash McKenzie

Merge request reports