Skip to content

Draft: Admin Dashboard: Get KAS version from server and show a link

  • Please check this box if this contribution uses AI-generated content (including content generated by GitLab Duo features) as outlined in the GitLab DCO & CLA

What does this MR do and why?

Part 3 of #458891

Update the KAS version displayed on admin dashboard to:

  1. Switch from the static GITLAB_KAS_VERSION to the GetServerInfo gRPC call

  2. Adjust how the KAS version is displayed on UI according to !163830 (comment 2074925744):

    For the admin panel: We could concatenate the version and git_ref like so <version> (<git_ref), e.g. 17.4.0 (abcdef).

    See the before/after screenshots below.

WIP:

  • Update implementation and specs

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After
before after

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Related to #458891

Edited by Chou Yu Ta

Merge request reports