Skip to content

Remove pipeline_name_in_api feature flag

Reuben Pereira requested to merge rp/remove-pipeline-name-in-api-ff into master

What does this MR do and why?

Remove the feature flag for adding pipeline name to the pipelines API response.

The FF was enabled in prod on May 29th.

#398131 (closed)

Screenshots or screen recordings

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

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

  1. Choose a project in your local GDK where you can run a CI pipeline.

  2. Modify the .gitlab-ci.yml file to add a workflow:name. https://docs.gitlab.com/ee/ci/yaml/index.html#workflowname
    For example:

    workflow:
      name: "Test pipeline"
  3. Start a pipeline.

  4. Call the pipelines API: http://gdk.test:3000/api/v4/projects/root/flightjs/pipelines

  5. The response should contain a pipeline name.

MR acceptance checklist

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

Edited by Reuben Pereira

Merge request reports