Skip to content

Replace namespace_id with group_id and project_id for POST /user/runners

Pedro Pombeiro requested to merge pedropombeiro/390427/replace-namespace_id into master

What does this MR do and why?

Describe in detail what your merge request does and why.

This MR replaces the namespace_id argument for the POST /user/runners endpoint that was just introduced in this milestone, so that it matches the GraphQL version. My initial idea was that the GraphQL runnerCreate mutation would later leverage ProjectNamespace in order to make everything be a namespace_id, but that will not be practical.

Part of #390427 (closed)

Screenshots or screen recordings

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

How to set up and validate locally

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

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 Pedro Pombeiro

Merge request reports