Commit d7a7ff6a authored by Mayra Cabrera's avatar Mayra Cabrera

Merge branch 'mk_move_endpoints_to_editor' into 'master'

Move one workspace endpoints to editor team

See merge request gitlab-org/gitlab!84464
parents 6b05e2b8 2aefb70c
......@@ -27,7 +27,11 @@ 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]
def show
respond_to do |format|
......
......@@ -7,6 +7,8 @@ module EE
prepended do
include GeoInstrumentation
feature_category :users, [:available_group_templates, :available_project_templates, :pipelines_quota]
end
def available_project_templates
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment