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
8c081178
Commit
8c081178
authored
Nov 02, 2018
by
Steve Azzopardi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix merge conflicts for ce-to-ee-2018-11-02
parent
2845fa5c
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
1 addition
and
21 deletions
+1
-21
app/controllers/concerns/project_unauthorized.rb
app/controllers/concerns/project_unauthorized.rb
+1
-3
app/controllers/projects/clusters_controller.rb
app/controllers/projects/clusters_controller.rb
+0
-8
app/helpers/clusters_helper.rb
app/helpers/clusters_helper.rb
+0
-3
app/views/clusters/clusters/_integration_form.html.haml
app/views/clusters/clusters/_integration_form.html.haml
+0
-4
config/routes.rb
config/routes.rb
+0
-3
No files found.
app/controllers/concerns/project_unauthorized.rb
View file @
8c081178
# frozen_string_literal: true
module
ProjectUnauthorized
<<<<<<<
HEAD
prepend
EE
::
ProjectUnauthorized
=======
>>>>>>>
upstream
/
master
extend
ActiveSupport
::
Concern
# EE would override this
...
...
app/controllers/projects/clusters_controller.rb
View file @
8c081178
# frozen_string_literal: true
class
Projects::ClustersController
<
Clusters
::
ClustersController
<<<<<<<
HEAD
prepend
EE
::
Projects
::
ClustersController
include
ProjectUnauthorized
...
...
@@ -9,13 +8,6 @@ class Projects::ClustersController < Clusters::ClustersController
prepend_before_action
:project
before_action
:repository
=======
include
ProjectUnauthorized
prepend_before_action
:project
before_action
:repository
>>>>>>>
upstream
/
master
layout
'project'
private
...
...
app/helpers/clusters_helper.rb
View file @
8c081178
# frozen_string_literal: true
module
ClustersHelper
<<<<<<<
HEAD
prepend
EE
::
ClustersHelper
=======
>>>>>>>
upstream
/
master
# EE overrides this
def
has_multiple_clusters?
false
...
...
app/views/clusters/clusters/_integration_form.html.haml
View file @
8c081178
<
<<<<<<
HEAD:app
/
views
/
clusters
/
clusters
/
_integration_form
.
html
.
haml
=
form_for
@cluster
,
url:
clusterable
.
cluster_path
(
@cluster
),
as: :cluster
,
html:
{
class:
'cluster_integration_form'
}
do
|
field
|
==
=====
=
form_for
@cluster
,
url:
clusterable
.
cluster_path
(
@cluster
),
as: :cluster
do
|
field
|
>
>>>>>> upstream/master:app/views/clusters/clusters/_integration_form.html.haml
=
form_errors
(
@cluster
)
.form-group
%h5
=
s_
(
'ClusterIntegration|Integration status'
)
...
...
config/routes.rb
View file @
8c081178
...
...
@@ -99,12 +99,9 @@ Rails.application.routes.draw do
end
member
do
<<<<<<<
HEAD
# EE specific
get
:metrics
,
format: :json
=======
>>>>>>>
upstream
/
master
scope
:applications
do
post
'/:application'
,
to:
'clusters/applications#create'
,
as: :install_applications
end
...
...
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