Remove old implementation of the Environment folder page
-
Please check this box if this contribution uses AI-generated content (including content generated by GitLab Duo features) as outlined in the GitLab DCO & CLA. As a benefit of being a GitLab Community Contributor, you receive complimentary access to GitLab Duo.
What does this MR do and why?
Remove old implementation of the Environment folder page.
- Removed
environments_folder_new_lookfeature flag. - Removed Vue components related to the old environments folder page implementation.
- Removed related spec files.
- Cleaned up
app/assets/stylesheets/page_bundles/environments.scss,app/assets/javascripts/environments/mixins/environments_mixin.js,app/assets/javascripts/environments/folder/environments_folder_bundle.js - Removed code related to the old REST implementation
Screenshots or screen recordings
| Removed view | New view |
|---|---|
|
|
How to set up and validate locally
- Navigate to any project.
- In the
.gitlab-ci.ymlfile create environments using a folder name format. - In the sidebar navigate to
Operate->Environments. - Click on a folder with nested environments.
- Review the environments folder page.
Related to #452179 (closed)
Edited by Anton Kalmykov

