Skip to content

Audit GraphQL fields for ciRunner and evaluate if we should deprecate/rename

Details

Now that we have the ability of many runner managers to belong to a single runner configuration, some of the GraphQL fields for ciRunner will need to be updated.

Proposal

  • Audit the current fields and evaluate if they need to be updated or deprecated to work with the new architecture.
  • For fields that are still required:
    • We should deprecate old names and rename the fields to a name that includes a common prefix (such as lastIpAddress, lastExecutor, etc. We could also use recent as a prefix. Something to be discussed).
  • For remaining fields:
    • Deprecate for removal in %17.0.
Edited by Pedro Pombeiro