Skip to content

Display project full path and remove namespace column from token table

What does this MR do and why?

Resolves #395635 (closed).

This removes the Namespace column from the token tables and displays the project's fullPath instead of just the name.

This affects both tables from the Limit access to this project and Limit access from this project (Deprecated) sections.

Screenshots or screen recordings

Before After
Screenshot_2023-11-09_at_17.52.37 Screenshot_2023-11-09_at_17.51.21

How to set up and validate locally

  1. Visit your project.
  2. Go to Settings > CI/CD > Token Access.
  3. Verify that the tables in the Limit access to this project and Limit access from this project (Deprecated):
    • Don't have a Namespace column
    • Show the project's fullPath

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Mireya Andres

Merge request reports