Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
de38eea9
Commit
de38eea9
authored
Apr 19, 2022
by
Jarka Košanová
Committed by
Bob Van Landuyt
Apr 19, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix feature category and change endpoints urgency (Auth & Workspace)
parent
317ccc4c
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
2 deletions
+5
-2
app/controllers/groups/group_members_controller.rb
app/controllers/groups/group_members_controller.rb
+1
-1
app/controllers/jwt_controller.rb
app/controllers/jwt_controller.rb
+2
-0
app/controllers/projects/project_members_controller.rb
app/controllers/projects/project_members_controller.rb
+1
-1
lib/api/members.rb
lib/api/members.rb
+1
-0
No files found.
app/controllers/groups/group_members_controller.rb
View file @
de38eea9
...
...
@@ -20,7 +20,7 @@ class Groups::GroupMembersController < Groups::ApplicationController
:approve_access_request
,
:leave
,
:resend_invite
,
:override
feature_category
:
authentication_and_authorization
feature_category
:
subgroups
def
index
push_frontend_feature_flag
(
:group_member_inherited_group
,
@group
)
...
...
app/controllers/jwt_controller.rb
View file @
de38eea9
...
...
@@ -9,6 +9,8 @@ class JwtController < ApplicationController
prepend_before_action
:auth_user
,
:authenticate_project_or_user
feature_category
:authentication_and_authorization
# https://gitlab.com/gitlab-org/gitlab/-/issues/357037
urgency
:low
SERVICES
=
{
::
Auth
::
ContainerRegistryAuthenticationService
::
AUDIENCE
=>
::
Auth
::
ContainerRegistryAuthenticationService
,
...
...
app/controllers/projects/project_members_controller.rb
View file @
de38eea9
...
...
@@ -8,7 +8,7 @@ class Projects::ProjectMembersController < Projects::ApplicationController
# Authorize
before_action
:authorize_admin_project_member!
,
except:
[
:index
,
:leave
,
:request_access
]
feature_category
:
authentication_and_authorization
feature_category
:
projects
def
index
@sort
=
params
[
:sort
].
presence
||
sort_value_name
...
...
lib/api/members.rb
View file @
de38eea9
...
...
@@ -7,6 +7,7 @@ module API
before
{
authenticate!
}
feature_category
:authentication_and_authorization
urgency
:low
helpers
::
API
::
Helpers
::
MembersHelpers
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment