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
b72ccbfc
Commit
b72ccbfc
authored
Mar 14, 2021
by
Imre Farkas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Enable specialized project share worker feature flag
parent
3b9f5648
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
3 deletions
+8
-3
app/services/projects/group_links/create_service.rb
app/services/projects/group_links/create_service.rb
+1
-1
changelogs/unreleased/enable_specialized_project_share_ff.yml
...gelogs/unreleased/enable_specialized_project_share_ff.yml
+5
-0
config/feature_flags/development/specialized_project_authorization_project_share_worker.yml
...pecialized_project_authorization_project_share_worker.yml
+2
-2
No files found.
app/services/projects/group_links/create_service.rb
View file @
b72ccbfc
...
...
@@ -23,7 +23,7 @@ module Projects
private
def
setup_authorizations
(
group
,
group_access
=
nil
)
if
Feature
.
enabled?
(
:specialized_project_authorization_project_share_worker
)
if
Feature
.
enabled?
(
:specialized_project_authorization_project_share_worker
,
default_enabled: :yaml
)
AuthorizedProjectUpdate
::
ProjectGroupLinkCreateWorker
.
perform_async
(
project
.
id
,
group
.
id
,
group_access
)
...
...
changelogs/unreleased/enable_specialized_project_share_ff.yml
0 → 100644
View file @
b72ccbfc
---
title
:
Project sharing to use specialized worker to calculate project authorizations
merge_request
:
56606
author
:
type
:
performance
config/feature_flags/development/specialized_project_authorization_project_share_worker.yml
View file @
b72ccbfc
---
name
:
specialized_project_authorization_project_share_worker
introduced_by_url
:
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/32864
rollout_issue_url
:
rollout_issue_url
:
milestone
:
'
13.2'
type
:
development
group
:
group::access
default_enabled
:
fals
e
default_enabled
:
tru
e
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