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
d6d96cae
Commit
d6d96cae
authored
May 21, 2019
by
GitLab Bot
Browse files
Options
Browse Files
Download
Plain Diff
Automatic merge of gitlab-org/gitlab-ce master
parents
78edf340
3a6b8229
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
2 deletions
+8
-2
app/models/clusters/applications/runner.rb
app/models/clusters/applications/runner.rb
+1
-1
changelogs/unreleased/update-gitlab-runner-helm-chart-to-0-5-0.yml
...s/unreleased/update-gitlab-runner-helm-chart-to-0-5-0.yml
+5
-0
spec/support/helpers/stub_configuration.rb
spec/support/helpers/stub_configuration.rb
+2
-1
No files found.
app/models/clusters/applications/runner.rb
View file @
d6d96cae
...
...
@@ -3,7 +3,7 @@
module
Clusters
module
Applications
class
Runner
<
ApplicationRecord
VERSION
=
'0.
4.1
'
.
freeze
VERSION
=
'0.
5.0
'
.
freeze
self
.
table_name
=
'clusters_applications_runners'
...
...
changelogs/unreleased/update-gitlab-runner-helm-chart-to-0-5-0.yml
0 → 100644
View file @
d6d96cae
---
title
:
Update GitLab Runner Helm Chart to 0.5.0
merge_request
:
28497
author
:
type
:
other
spec/support/helpers/stub_configuration.rb
View file @
d6d96cae
...
...
@@ -2,7 +2,8 @@ require 'active_support/core_ext/hash/transform_values'
require
'active_support/hash_with_indifferent_access'
require
'active_support/dependencies'
require_dependency
'gitlab'
# check gets rid of already initialized constant warnings when using spring
require_dependency
'gitlab'
unless
defined?
(
Gitlab
)
module
StubConfiguration
def
stub_application_setting
(
messages
)
...
...
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