Skip to content

Port `trigger`keyword to Core (1/4) - move Ci::Bridge

Fabio Pitino requested to merge port-bridge-model-to-core into master

What does this MR do?

Related to: #199224 (closed)

This is part 1 of 4 where we goal is to move the trigger keyword from ee/ to Core. None of these changes introduces new behavior. We are moving existing behavior which was available for free on EE installations to Core.

In this MR we are moving most of Ci::Bridge model to Core. This is a safe change because Ci::Bridge already existed in Core but had minimal behavior implemented. We are only moving data methods and not really behavior yet (e.g. trigger downstream pipeline).

Full port was originally implemented in !24191 (closed) but I'm splitting it into 4 MRs due being huge.

Does this MR meet the acceptance criteria?

Conformity

Availability 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 Kamil Trzciński

Merge request reports