Skip to content

Updated deploy instances color scheme

What does this MR do?

This is a part change for the issue Add a legend to the deployment visualization.

The original MR !20208 (merged) adds a legend component, updated styles, and update color schemes. But the MR became larger than expected and in order to speed up I broke it down to a smaller MR (this one).

Changes in this MR

  1. Cleaned up some text styles on the environment page specifically 100% and Instances (5)
  2. Updated padding for Instances (5) based on the new specs
  3. Updated the color scheme for deployment instances (the green squares). More on why here #35570 (comment 247061594)
  4. Updated the deploy instance statuses

Previous State - finished, deploying, failed, ready, preparing, waiting
New states - succeeded, running, failed, pending, unknown

The above was changed in the backend but was only partly changed in the frontend.

Note:

  1. This MR also has a doc ticket here !20941 (merged) to update deploy board states.
  2. There is a docs #37029 (closed) issue which will be updated along with the original MR.

Screenshots

Before After
Screen_Shot_2019-11-27_at_6.13.04_PM Screen_Shot_2019-11-27_at_6.07.20_PM

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by 🤖 GitLab Bot 🤖

Merge request reports