Skip to content

Remove enabled runner_graphql_query feature flag

What does this MR do?

This change removes the previously enabled runner_graphql_query feature flag after a successful rollout. Associated code is updated to remove the flag.

Screenshots or Screencasts (strongly suggested)

How to setup and validate locally (strongly suggested)

Visit the GraphiQL page in the local GDK (e.g. http://gdk.localhost:3000/-/graphql-explorer) and leverage a previously feature-flagged query:

query getRunners {
  runners {
    nodes {
      id
  	  description
    }
  }
}

This would output the existing runners inside data/runners/nodes.

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

Does this MR contain changes to processing or storing of credentials or tokens, authorization and authentication methods or other items described in the security review guidelines? If not, then delete this Security section.

  • 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

Part of #328700 (closed)

Merge request reports