GraphQL API: Runner status will not return "paused" or "active" values
Description
Runner GraphQL API will not return "paused" or "active" as a status value in GitLab 15.0. The GraphQL query for runners will stop accepting queries for status: PAUSED and status: ACTIVE in GitLab 16.0. These will be replaced with the query paused: true and paused: false respectively. The REST API will follow in the same direction in v5.
Deprecated as of 14.8
-
GraphQL: Occurrences of
activein properties, filters, and mutations deprecated and supplemented withpausedequivalents.- NOTE: This should actually only be removed in %16.0, as it doesn't meet the 6-milestone advance-warning criteria
Note
- The deprecation notice is included in !73530 (diffs)
Edited by Pedro Pombeiro