Skip to content

Move runner services to their own namespace

Pedro Pombeiro requested to merge pedropombeiro/349542/2-move-services into master

What does this MR do and why?

Describe in detail what your merge request does and why.

Since we're extracting quite a few new services to handle logic that was previously spread out, it makes sense to create a runners directory to keep all runner-related services together.

Screenshots or screen recordings

These are strongly recommended to assist reviewers and reduce the time to merge your change.

How to set up and validate locally

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

There are no changes to the logic itself in this MR, just file location changes. Unfortunately, Git doesn't consider the renamed files to be the same, so the diff is not as clear as it could be.

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