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
2b97ae57
Commit
2b97ae57
authored
Sep 08, 2017
by
Jarka Kadlecova
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
solve some conflicts
parent
ab9d0735
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
15 deletions
+2
-15
app/helpers/nav_helper.rb
app/helpers/nav_helper.rb
+0
-3
app/models/ci/build.rb
app/models/ci/build.rb
+2
-3
app/services/groups/update_service.rb
app/services/groups/update_service.rb
+0
-3
app/views/layouts/nav/sidebar/_admin.html.haml
app/views/layouts/nav/sidebar/_admin.html.haml
+0
-6
No files found.
app/helpers/nav_helper.rb
View file @
2b97ae57
...
...
@@ -33,8 +33,6 @@ module NavHelper
def
nav_control_class
"nav-control"
if
current_user
end
<<<<<<<
HEAD
=======
def
user_dropdown_class
class_names
=
[]
...
...
@@ -43,5 +41,4 @@ module NavHelper
class_names
end
>>>>>>>
upstream
/
master
end
app/models/ci/build.rb
View file @
2b97ae57
...
...
@@ -462,14 +462,13 @@ module Ci
trace
end
<<<<<<<
HEAD
def
has_codeclimate_json?
options
.
dig
(
:artifacts
,
:paths
)
==
[
'codeclimate.json'
]
&&
artifacts_metadata?
=======
end
def
serializable_hash
(
options
=
{})
super
(
options
).
merge
(
when:
read_attribute
(
:when
))
>>>>>>>
upstream
/
master
end
private
...
...
app/services/groups/update_service.rb
View file @
2b97ae57
...
...
@@ -8,13 +8,10 @@ module Groups
return
false
unless
valid_visibility_level_change?
(
group
,
params
[
:visibility_level
])
return
false
unless
valid_share_with_group_lock_change?
<<<<<<<
HEAD
# Repository size limit comes as MB from the view
limit
=
@params
.
delete
(
:repository_size_limit
)
group
.
repository_size_limit
=
Gitlab
::
Utils
.
try_megabytes_to_bytes
(
limit
)
if
limit
=======
>>>>>>>
upstream
/
master
group
.
assign_attributes
(
params
)
...
...
app/views/layouts/nav/sidebar/_admin.html.haml
View file @
2b97ae57
...
...
@@ -136,7 +136,6 @@
%strong
.fly-out-top-item-name
#{
_
(
'Abuse Reports'
)
}
%span
.badge.count.merge_counter.js-merge-counter.fly-out-badge
=
number_with_delimiter
(
AbuseReport
.
count
(
:all
))
<
<<<<<<
HEAD:app
/
views
/
layouts
/
nav
/
sidebar
/
_admin
.
html
.
haml
=
nav_link
(
controller: :licenses
)
do
=
sidebar_link
admin_license_path
,
title:
_
(
'License'
)
do
...
...
@@ -149,8 +148,6 @@
=
link_to
admin_license_path
do
%strong
.fly-out-top-item-name
#{
_
(
'License'
)
}
==
=====
>
>>>>>> upstream/master:app/views/layouts/nav/sidebar/_admin.html.haml
-
if
akismet_enabled?
=
nav_link
(
controller: :spam_logs
)
do
...
...
@@ -164,7 +161,6 @@
=
link_to
admin_spam_logs_path
do
%strong
.fly-out-top-item-name
#{
_
(
'Spam Logs'
)
}
<
<<<<<<
HEAD:app
/
views
/
layouts
/
nav
/
sidebar
/
_admin
.
html
.
haml
=
nav_link
(
controller: :push_rules
)
do
=
sidebar_link
admin_push_rule_path
,
title:
_
(
'Push Rules'
)
do
...
...
@@ -189,8 +185,6 @@
=
link_to
admin_geo_nodes_path
do
%strong
.fly-out-top-item-name
#{
_
(
'Geo Nodes'
)
}
==
=====
>
>>>>>> upstream/master:app/views/layouts/nav/sidebar/_admin.html.haml
=
nav_link
(
controller: :deploy_keys
)
do
=
sidebar_link
admin_deploy_keys_path
,
title:
_
(
'Deploy Keys'
)
do
...
...
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