Remove pipelineGraphDetails feature flag [RUN AS-IF-FOSS] [RUN ALL RSPEC]
What does this MR do?
This MR removes the :graphql_pipeline_details
feature flag and deletes the files and specs related to the old graph view (these had _legacy
appended to them in !48330 (merged)). It also removes the files and specs for the mixin, store, and mediator.
This MR will be followed by one that removes more inactive. See #291043 (closed) for more details.
Screenshots or Screencasts (strongly suggested)
No visual changes, but here's a cute video anyways.
How to setup and validate locally (strongly suggested)
- Make sure you have a Runner set up or a pipeline in your GDK.
- Go to the main pipelines graph.
- If you want to be extra thorough, use
.gitlab-ci.yml
files with upstream and downstream.
Does this MR meet the acceptance criteria?
Conformity
-
I have included changelog trailers, or none are needed. (Does this MR need a changelog?) -
I have added/updated documentation, or it's not needed. (Is documentation required?) -
I have self-reviewed this MR per code review guidelines. -
This MR does not harm performance, or I have asked a reviewer to help assess the performance impact. (Merge request performance guidelines) -
I have followed the style guides. -
This change is backwards compatible across updates, or this does not apply.
Availability and Testing
-
I have added/updated tests following the Testing Guide, or it's not needed. (Consider all test levels. See the Test Planning Process.)
Related to #299112 (closed)
Edited by Sarah Groff Hennigh-Palermo