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
a0587f3b
Commit
a0587f3b
authored
Mar 04, 2021
by
Jose Vargas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change default value for isMergeTrain prop
parent
52fdd36a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
app/assets/javascripts/pipelines/components/pipelines_list/stage.vue
...javascripts/pipelines/components/pipelines_list/stage.vue
+1
-1
spec/frontend/pipelines/stage_spec.js
spec/frontend/pipelines/stage_spec.js
+1
-3
No files found.
app/assets/javascripts/pipelines/components/pipelines_list/stage.vue
View file @
a0587f3b
...
...
@@ -41,7 +41,7 @@ export default {
isMergeTrain
:
{
type
:
Boolean
,
required
:
false
,
default
:
tru
e
,
default
:
fals
e
,
},
},
data
()
{
...
...
spec/frontend/pipelines/stage_spec.js
View file @
a0587f3b
...
...
@@ -195,9 +195,7 @@ describe('Pipelines stage component', () => {
describe
(
'
With merge trains disabled
'
,
()
=>
{
beforeEach
(
async
()
=>
{
mock
.
onGet
(
dropdownPath
).
reply
(
200
,
stageReply
);
createComponent
({
isMergeTrain
:
false
,
});
createComponent
();
await
openStageDropdown
();
await
axios
.
waitForAll
();
...
...
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