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
7b10fe7b
Commit
7b10fe7b
authored
Mar 16, 2020
by
Eugenia Grieff
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert documentation changes
parent
40e25ed6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
doc/api/graphql/reference/index.md
doc/api/graphql/reference/index.md
+2
-2
No files found.
doc/api/graphql/reference/index.md
View file @
7b10fe7b
...
...
@@ -630,7 +630,7 @@ Autogenerated return type of MarkAsSpamSnippet
|
`forceRemoveSourceBranch`
| Boolean | Indicates if the project settings will lead to source branch deletion after merge |
|
`headPipeline`
| Pipeline | The pipeline running on the branch HEAD of the merge request |
|
`id`
| ID! | ID of the merge request |
|
`iid`
|
ID
! | Internal ID of the merge request |
|
`iid`
|
String
! | Internal ID of the merge request |
|
`inProgressMergeCommitSha`
| String | Commit SHA of the merge request if merge is in progress |
|
`mergeCommitMessage`
**{warning-solid}**
| String |
**Deprecated:**
Renamed to defaultMergeCommitMessage |
|
`mergeCommitSha`
| String | SHA of the merge request commit (set once merged) |
...
...
@@ -834,7 +834,7 @@ Information about pagination in a connection.
|
`duration`
| Int | Duration of the pipeline in seconds |
|
`finishedAt`
| Time | Timestamp of the pipeline's completion |
|
`id`
| ID! | ID of the pipeline |
|
`iid`
|
ID
! | Internal ID of the pipeline |
|
`iid`
|
String
! | Internal ID of the pipeline |
|
`sha`
| String! | SHA of the pipeline's commit |
|
`startedAt`
| Time | Timestamp when the pipeline was started |
|
`status`
| PipelineStatusEnum! | Status of the pipeline (CREATED, WAITING_FOR_RESOURCE, PREPARING, PENDING, RUNNING, FAILED, SUCCESS, CANCELED, SKIPPED, MANUAL, SCHEDULED) |
...
...
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