From e5394a7d66393d4881e6ebbcc1e3c96e30ea886a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eduardo=20Sanz=20Garc=C3=ADa?= Date: Mon, 16 Jun 2025 11:34:58 +0200 Subject: [PATCH] New UI for the personal access tokens in the profile settings For the profile settings, we replace the legacy UI for an enhanced version that allows better filter and sorting as well as better visibility to rotated, revoked and expired tokens. Related to: * https://gitlab.com/gitlab-org/gitlab/-/issues/425053 * https://gitlab.com/gitlab-org/gitlab/-/issues/538388 Changelog: added --- config/feature_flags/beta/migrate_user_access_tokens_ui.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/feature_flags/beta/migrate_user_access_tokens_ui.yml b/config/feature_flags/beta/migrate_user_access_tokens_ui.yml index 32d13fc0ca7ece..527032ded22467 100644 --- a/config/feature_flags/beta/migrate_user_access_tokens_ui.yml +++ b/config/feature_flags/beta/migrate_user_access_tokens_ui.yml @@ -7,4 +7,4 @@ rollout_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/538388 milestone: '18.0' group: group::authentication type: beta -default_enabled: false +default_enabled: true -- GitLab