Skip to content

Add cluster agent show page

Emily Ring requested to merge 298748-agent-details-page into master

What does this MR do?

Related to issue: #321702 (closed)

We are adding a new Agent#show page. See related design

This MR will:

  • Add route and controller for new page
  • Add new web_path field to cluster agent GraphQL. This will be used in a follow-up MR
  • Updated navbar to include new route
  • Add view page, js entrypoint, vue, and graphql files to display cluster agent and associated token table
  • Update associated tests and translations

Review app

(may go down)

Screenshots (strongly suggested)

clusterAgent

webPath

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

Related to #298748 (closed)

Edited by Emily Ring

Merge request reports