Remove/hide job ID's
Resources
Issue idea came from: https://gitlab.com/gitlab-org/gitlab-ce/issues/25564#note_26087825
Problem
Job ID's aren't mentioned anywhere where they are worthy of referencing externally.. so its a bit useless information. The job name is of much more value... and if we need to reference to them.. we could do so by referencing the job name in context of the pipeline ID (https://gitlab.com/gitlab-org/gitlab-ce/issues/28291 anyone?).
also they are not used in the pipeline graph or mini-pipeline dropdown
Proposal
Let's get rid/hide it
Design:
before | after | |
---|---|---|
job list in pipeline view | ![]() |
![]() |
Job view | ![]() |
![]() |
general jobs list view | ![]() |
![]() |
env list view | ![]() |
![]() |
env detail view | ![]() |
![]() |
Let me know if i missed a certain view! if not let's remove gitlab-foss2024184 label, assign gitlab-foss2024186 label and get this implemented
Value
- Cleaner look
- Less confusion between ID's
Related issues
https://gitlab.com/gitlab-org/gitlab-ce/issues/25564#note_26087825