Skip to content

Refactor pipeline header to use GraphQL mutations

Payton Burdette requested to merge move-pipeline-header-actions-to-graphql into master

What does this MR do?

Refactor pipeline header to use GraphQL mutations over REST API calls.

This code is currently behind the feature flag graphql_pipeline_header which is not default enabled but enabled on .com. This MR does not warrant a changelog entry.

Related to: #260422 (closed)

Screenshots (strongly suggested)

This is what we are working on

Screen_Shot_2020-11-09_at_10.12.43_AM

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 Payton Burdette

Merge request reports