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
8a5b3f8d
Commit
8a5b3f8d
authored
Mar 24, 2018
by
Stan Hu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve conflicts in app/models/group.rb
parent
f30448e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
app/models/group.rb
app/models/group.rb
+0
-3
No files found.
app/models/group.rb
View file @
8a5b3f8d
...
...
@@ -206,7 +206,6 @@ class Group < Namespace
owners
.
include?
(
user
)
&&
owners
.
size
==
1
end
<<<<<<<
HEAD
def
human_ldap_access
Gitlab
::
Access
.
options_with_owner
.
key
ldap_access
end
...
...
@@ -224,8 +223,6 @@ class Group < Namespace
Gitlab
.
config
.
ldap
.
enabled
&&
ldap_group_links
.
any?
(
&
:active?
)
end
=======
>>>>>>>
upstream
/
master
def
post_create_hook
Gitlab
::
AppLogger
.
info
(
"Group
\"
#{
name
}
\"
was created"
)
...
...
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