Skip to content

WIP: Introduce a new API v4 for pipeline triggers

Kamil Trzciński requested to merge remove-trigger-requests into master

What does this MR do?

This MR is a first one for solving https://gitlab.com/gitlab-org/gitlab-ce/issues/27156. It introduces a new api/v4 trigger pipeline request.

I do also remove and migrate trigger_requests into ci_commits table, making it much easier to discover that pipeline got triggered.

This is draft and still a lot of to be done.

@grzesiek Any thought about implementation and migration?

Are there points in the code the reviewer needs to double check?

Why was this MR needed?

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Merge request reports