BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
8d6f74ce
Unverified
Commit
8d6f74ce
authored
Mar 07, 2018
by
Grzegorz Bizon
Committed by
James Lopez
Mar 07, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Merge branch 'consistent-deployment_platform' into 'master'
Unify deployment_platform interface with EE See merge request gitlab-org/gitlab-ce!17594
parent
39ced571
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
deployment_platform.rb
app/models/concerns/deployment_platform.rb
+2
-1
environment.rb
app/models/environment.rb
+1
-1
No files found.
app/models/concerns/deployment_platform.rb
View file @
8d6f74ce
module
DeploymentPlatform
def
deployment_platform
# EE would override this and utilize the extra argument
def
deployment_platform
(
environment:
nil
)
@deployment_platform
||=
find_cluster_platform_kubernetes
||
find_kubernetes_service_integration
||
...
...
app/models/environment.rb
View file @
8d6f74ce
...
...
@@ -225,7 +225,7 @@ class Environment < ActiveRecord::Base
end
def
deployment_platform
project
.
deployment_platform
project
.
deployment_platform
(
environment:
self
)
end
private
...
...
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