Skip to content

Rename runner_machines to runner_managers

What does this MR do and why?

Describe in detail what your merge request does and why.

This MR renames the classes/fields that contain runner_machine in the name, to reflect the new runner_manager name that was decided by Product Management.

The GraphQL API was changed, but this doesn't result in a breaking change since the changed elements were marked as alpha.

It does not change the names of tables/columns in the database schema, as that would involve the ci_builds table which has proven difficult to work with and caused some incidents in the recent past. The spec factory names are also not changed, not sure what the best practice is there: match the database schema, or the model naming. For now, I'm opting to match the database schema.

Closes #404744 (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

Loading