Skip to content

Draft: Return runner webUrl via GraphQL API (via node)

What does this MR do?

Adds a new webUrl field to the TypeRunner.

The webUrl returned changes according the position of the runner in the query.

Screenshots or Screencasts (strongly suggested)

Admin links:

image

Group user links:

image

How to setup and validate locally (strongly suggested)

  1. Have runners registered to a group (https://docs.gitlab.com/runner/register/)
  2. Send a GraphQL request (easy from the GraphQL Explorer UI http://gdk.test:3000/-/graphql-explorer)
  3. Use one of the queries abover

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

Related to #333800 (closed)

Edited by Miguel Rincon

Merge request reports