Surface deployment information to the environment list view without using collapsibles
Release notes
https://docs.gitlab.com/ee/ci/environments/
Have you ever struggled getting an overview of your deployments within a project? The environment list now shows the last two deployments within each environment without any extra clicks. The view always shows the last successful deployment and the latest deployment independently of its status if the two deployments differ.
User problem
The environment list view does not help the user with much actionable information. The information is hidden either in the collapsible or inside the environment detail page.
Proposal
Design Proposal | Expanded Folder |
---|---|
![]() |
![]() |
- Drop the collapsible for all but folders.
- Change the design into a table-like design.
- Remove some information to simplify the table information to just need to know:
- Environment Name, Status, Commit Message/Author, Commit, Tag, Time Details
Edited by Viktor Nagy (GitLab)