Skip to content

Retouch environments list and deployments list

Based on discussion in https://gitlab.com/gitlab-org/gitlab-ce/issues/22191

We should alter and add some things to the environments list view:

Currently it looks like this:

image

after https://gitlab.com/gitlab-org/gitlab-ce/issues/22191 it will look like:

image

However we should add context and update things, which also related to https://gitlab.com/gitlab-org/gitlab-ce/issues/19991#note_16146122


Deployment Column:

@ayufan says that the deployment id's are broken as they currently don't refer to internal id, but external (global id). We should fix that. Also lets get rid of the "bold" styling.

Introduce the build column, and make the build name (+ID) link to the actual build

Let's add the reference to the MR like in https://gitlab.com/gitlab-org/gitlab-ce/issues/19991#note_16139020 to the commit column:

Plus we need to be able to click towards where the environment is hosted:

Single Source of Truth

image

NOTE: that the tabs should not be open/closed, but available/stopped

2016-10-03_22.32.20


As for the individual environment lists (with deployments):

let's make the build be linked as well:

image

and let's include the MR reference: image

external link to review app, displayed with font awesome icon image

also related to: https://gitlab.com/gitlab-org/gitlab-ce/issues/22770 which discussed the destroy/close button

cc: @markpundsack @ayufan @tauriedavis