Skip to content

Add upcoming deployment column to environments page

What does this MR do?

Adds a new column - Upcoming deployment - to the Environments page.

When there is an upcoming deployment, this column shows the build number, author, and status icon. If there is no upcoming deployment, this column is empty.

In the mobile interface, the Upcoming deployment row is only shown if there is an upcoming deployment; otherwise, it is hidden.

The column title renders as Upcoming on large screens and Upcoming deployment on small screens.

Screenshots

Before After
Large screens before_xl after_xl
Medium screens before_md after_md
Small screens before_xs after_xs
Status icon tooltip Screen_Shot_2020-12-04_at_2.30.06_PM

The "medium" size interface is quite a mess, both before and after. This will be addressed in a follow-up issue: #292009 (closed)

Related to #232494 (closed)

Edited by Nathan Friend

Merge request reports