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
0e15c5a8
Commit
0e15c5a8
authored
Jul 28, 2016
by
Drew Blessing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change LdapGroupSyncWorker to use new LDAP Group Sync classes
parent
7d675971
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
394 deletions
+2
-394
CHANGELOG-EE
CHANGELOG-EE
+1
-0
app/workers/ldap_group_sync_worker.rb
app/workers/ldap_group_sync_worker.rb
+1
-1
lib/ee/gitlab/ldap/group_sync.rb
lib/ee/gitlab/ldap/group_sync.rb
+0
-393
No files found.
CHANGELOG-EE
View file @
0e15c5a8
...
...
@@ -2,6 +2,7 @@ Please view this file on the master branch, on stable branches it's out of date.
v 8.11.0 (unreleased)
- Performance improvement of push rules
- Change LdapGroupSyncWorker to use new LDAP group sync classes
v 8.10.3 (unreleased)
...
...
app/workers/ldap_group_sync_worker.rb
View file @
0e15c5a8
...
...
@@ -5,7 +5,7 @@ class LdapGroupSyncWorker
def
perform
logger
.
info
'Started LDAP group sync'
EE
::
Gitlab
::
LDAP
::
GroupSync
.
execute
EE
::
Gitlab
::
LDAP
::
Sync
::
Groups
.
execute
logger
.
info
'Finished LDAP group sync'
end
end
lib/ee/gitlab/ldap/group_sync.rb
deleted
100644 → 0
View file @
7d675971
This diff is collapsed.
Click to expand it.
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