Move pipelines routes under /-/ scope
What does this MR do?
Moves all pipelines routes under /-/ scope. For #118849 (closed)
This will make pipelines routes to use - scope by default but old routes are still served.
As result there is no need to change every occurrence of pipelines path to - one. We will do it in 13.3 when we deprecate old route and add redirect from /pipelines to /-/pipelines per #118849 (closed)
Does this MR meet the acceptance criteria?
Conformity
Edited by Dmytro Zaporozhets (DZ)