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
a8d7e4bc
Unverified
Commit
a8d7e4bc
authored
Nov 02, 2017
by
Alessio Caiazza
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix rubocop offenses
parent
31c256c1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
3 deletions
+3
-3
cluster.rb
app/models/clusters/cluster.rb
+1
-1
kubernetes.rb
app/models/clusters/platforms/kubernetes.rb
+1
-1
20171031100710_create_clusters_kubernetes_helm_apps.rb
...te/20171031100710_create_clusters_kubernetes_helm_apps.rb
+1
-1
helm_spec.rb
spec/models/clusters/applications/helm_spec.rb
+0
-0
No files found.
app/models/clusters/cluster.rb
View file @
a8d7e4bc
...
...
@@ -6,7 +6,7 @@ module Clusters
APPLICATIONS
=
{
Clusters
::
Applications
::
Helm
::
NAME
=>
Clusters
::
Applications
::
Helm
}
}
.
freeze
belongs_to
:user
...
...
app/models/clusters/platforms/kubernetes.rb
View file @
a8d7e4bc
...
...
@@ -91,7 +91,7 @@ module Clusters
api_url:
api_url
,
namespace:
namespace
,
token:
token
,
ca_pem:
ca_cert
,
ca_pem:
ca_cert
)
end
...
...
db/migrate/20171031100710_create_clusters_kubernetes_helm_apps.rb
View file @
a8d7e4bc
...
...
@@ -9,7 +9,7 @@ class CreateClustersKubernetesHelmApps < ActiveRecord::Migration
t
.
datetime_with_timezone
:created_at
,
null:
false
t
.
datetime_with_timezone
:updated_at
,
null:
false
t
.
integer
:status
,
null:
false
t
.
string
:version
,
null:
false
t
.
text
:status_reason
...
...
spec/models/clusters/
kubernetes/helm_app
_spec.rb
→
spec/models/clusters/
applications/helm
_spec.rb
View file @
a8d7e4bc
File moved
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