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
1fb99d7c
Commit
1fb99d7c
authored
May 27, 2019
by
GitLab Bot
Browse files
Options
Browse Files
Download
Plain Diff
Automatic merge of gitlab-org/gitlab-ce master
parents
7a4006f8
3cac033d
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
2 deletions
+12
-2
app/models/clusters/applications/runner.rb
app/models/clusters/applications/runner.rb
+1
-1
app/models/repository.rb
app/models/repository.rb
+1
-1
changelogs/unreleased/dm-disable-two-step-rebase.yml
changelogs/unreleased/dm-disable-two-step-rebase.yml
+5
-0
changelogs/unreleased/update-gitlab-runner-helm-chart-to-0-5-1.yml
...s/unreleased/update-gitlab-runner-helm-chart-to-0-5-1.yml
+5
-0
No files found.
app/models/clusters/applications/runner.rb
View file @
1fb99d7c
...
...
@@ -3,7 +3,7 @@
module
Clusters
module
Applications
class
Runner
<
ApplicationRecord
VERSION
=
'0.5.
0
'
.
freeze
VERSION
=
'0.5.
1
'
.
freeze
self
.
table_name
=
'clusters_applications_runners'
...
...
app/models/repository.rb
View file @
1fb99d7c
...
...
@@ -1077,7 +1077,7 @@ class Repository
end
def
rebase
(
user
,
merge_request
)
if
Feature
.
disabled?
(
:two_step_rebase
,
default_enabled:
tru
e
)
if
Feature
.
disabled?
(
:two_step_rebase
,
default_enabled:
fals
e
)
return
rebase_deprecated
(
user
,
merge_request
)
end
...
...
changelogs/unreleased/dm-disable-two-step-rebase.yml
0 → 100644
View file @
1fb99d7c
---
title
:
Disable two-step rebase which could cause rebases to hang
merge_request
:
28778
author
:
type
:
other
changelogs/unreleased/update-gitlab-runner-helm-chart-to-0-5-1.yml
0 → 100644
View file @
1fb99d7c
---
title
:
Update GitLab Runner Helm Chart to 0.5.1
merge_request
:
28720
author
:
type
:
other
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