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
0
Merge Requests
0
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
Boxiang Sun
gitlab-ce
Commits
a8d7e4bc
Commit
a8d7e4bc
authored
Nov 02, 2017
by
Alessio Caiazza
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix rubocop offenses
parent
31c256c1
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
3 deletions
+3
-3
app/models/clusters/cluster.rb
app/models/clusters/cluster.rb
+1
-1
app/models/clusters/platforms/kubernetes.rb
app/models/clusters/platforms/kubernetes.rb
+1
-1
db/migrate/20171031100710_create_clusters_kubernetes_helm_apps.rb
...te/20171031100710_create_clusters_kubernetes_helm_apps.rb
+1
-1
spec/models/clusters/applications/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