Skip to content

Rename pipeline hierarchy methods

drew stachon requested to merge rename-pipeline-hierarchy-methods into master

Three Merge Requests to address https://gitlab.com/gitlab-org/gitlab/-/issues/358075

Step Merge Request
1 !95753 (merged) Rename pipeline hierarchy methods 👈 You are here
2 !95756 (merged) Report full size of Ci::Pipeline hierarchy trees
3 !95857 (merged) Broadly restrict downstream pipeline tree size

What does this MR do and why?

This MR changes the name of three methods in Ci::Pipeline to more precisely describe the subsection of a pipeline hierarchy that they query.

The behavior and reasoning for changing the names came up in https://gitlab.com/gitlab-org/gitlab/-/issues/358075

How to set up and validate locally

No behavior should be changing, only method names. All specs are left untouched.

For ease of review, I've made three separate commits each which handles the renaming of a single method.

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 drew stachon

Merge request reports