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
1926d423
Commit
1926d423
authored
Dec 19, 2019
by
GitLab Bot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add latest changes from gitlab-org/gitlab@master
parent
1caa6006
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
6 deletions
+1
-6
doc/api/pipelines.md
doc/api/pipelines.md
+1
-1
qa/qa/page/component/issuable/common.rb
qa/qa/page/component/issuable/common.rb
+0
-5
No files found.
doc/api/pipelines.md
View file @
1926d423
...
@@ -14,7 +14,7 @@ GET /projects/:id/pipelines
...
@@ -14,7 +14,7 @@ GET /projects/:id/pipelines
|
`scope`
| string | no | The scope of pipelines, one of:
`running`
,
`pending`
,
`finished`
,
`branches`
,
`tags`
|
|
`scope`
| string | no | The scope of pipelines, one of:
`running`
,
`pending`
,
`finished`
,
`branches`
,
`tags`
|
|
`status`
| string | no | The status of pipelines, one of:
`running`
,
`pending`
,
`success`
,
`failed`
,
`canceled`
,
`skipped`
|
|
`status`
| string | no | The status of pipelines, one of:
`running`
,
`pending`
,
`success`
,
`failed`
,
`canceled`
,
`skipped`
|
|
`ref`
| string | no | The ref of pipelines |
|
`ref`
| string | no | The ref of pipelines |
|
`sha`
| string | no | The sha o
r
pipelines |
|
`sha`
| string | no | The sha o
f
pipelines |
|
`yaml_errors`
| boolean | no | Returns pipelines with invalid configurations |
|
`yaml_errors`
| boolean | no | Returns pipelines with invalid configurations |
|
`name`
| string | no | The name of the user who triggered pipelines |
|
`name`
| string | no | The name of the user who triggered pipelines |
|
`username`
| string | no | The username of the user who triggered pipelines |
|
`username`
| string | no | The username of the user who triggered pipelines |
...
...
qa/qa/page/component/issuable/common.rb
View file @
1926d423
...
@@ -23,11 +23,6 @@ module QA
...
@@ -23,11 +23,6 @@ module QA
element
:save_button
element
:save_button
element
:delete_button
element
:delete_button
end
end
base
.
view
'app/assets/javascripts/issue_show/components/edit_actions.vue'
do
element
:save_button
element
:delete_button
end
end
end
end
end
end
end
...
...
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