summaryrefslogtreecommitdiff
path: root/app/controllers/users_controller.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/users_controller.rb')
-rw-r--r--app/controllers/users_controller.rb9
1 files changed, 8 insertions, 1 deletions
diff --git a/app/controllers/users_controller.rb b/app/controllers/users_controller.rb
index dc02e4a3e87..228ef710749 100644
--- a/app/controllers/users_controller.rb
+++ b/app/controllers/users_controller.rb
@@ -27,7 +27,14 @@ class UsersController < ApplicationController
check_rate_limit!(:username_exists, scope: request.ip)
end
- feature_category :users
+ feature_category :users, [:show, :activity, :groups, :projects, :contributed, :starred,
+ :followers, :following, :calendar, :calendar_activities,
+ :exists, :activity, :follow, :unfollow, :ssh_keys, :gpg_keys]
+
+ feature_category :snippets, [:snippets]
+
+ # TODO: Set higher urgency after resolving https://gitlab.com/gitlab-org/gitlab/-/issues/357914
+ urgency :low, [:show]
def show
respond_to do |format|