Skip to content

Redesign the `auto_deploy status` response

Robert Speicher requested to merge rs-refactor-ad-command into master

Redesigns this command to match the design from gitlab-com/gl-infra/delivery#1537 (comment 502114793).

  • Remove the Version entry, which was never meaningful for auto-deploys.
  • Make each data point its own line to reduce wrapping.
  • Move the Comparison link to the environment it will affect and style it consistently with the other entries.

Example:

image

Edited by Robert Speicher

Merge request reports