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
2a66862c
Commit
2a66862c
authored
Feb 03, 2021
by
Jonathan Schafer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add descriptions to IssuableStateEnum
Updated schema/docs
parent
7aa7d513
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
16 deletions
+16
-16
app/graphql/types/issuable_state_enum.rb
app/graphql/types/issuable_state_enum.rb
+4
-4
doc/api/graphql/reference/index.md
doc/api/graphql/reference/index.md
+12
-12
No files found.
app/graphql/types/issuable_state_enum.rb
View file @
2a66862c
...
...
@@ -5,9 +5,9 @@ module Types
graphql_name
'IssuableState'
description
'State of a GitLab issue or merge request'
value
'opened'
value
'closed'
value
'locked'
value
'all'
value
'opened'
,
description:
"In open state"
value
'closed'
,
description:
"In closed state"
value
'locked'
,
description:
"Discussion has been locked"
value
'all'
,
description:
'All available'
end
end
doc/api/graphql/reference/index.md
View file @
2a66862c
...
...
@@ -5152,10 +5152,10 @@ State of a GitLab issue or merge request.
| Value | Description |
| ----- | ----------- |
|
`all`
| |
|
`closed`
| |
|
`locked`
| |
|
`opened`
| |
|
`all`
|
All available
|
|
`closed`
|
In closed state
|
|
`locked`
|
Discussion has been locked
|
|
`opened`
|
In open state
|
### IssueSort
...
...
@@ -5195,10 +5195,10 @@ State of a GitLab issue.
| Value | Description |
| ----- | ----------- |
|
`all`
| |
|
`closed`
| |
|
`locked`
| |
|
`opened`
| |
|
`all`
|
All available
|
|
`closed`
|
In closed state
|
|
`locked`
|
Discussion has been locked
|
|
`opened`
|
In open state
|
### IssueStateEvent
...
...
@@ -5338,11 +5338,11 @@ State of a GitLab merge request.
| Value | Description |
| ----- | ----------- |
|
`all`
| |
|
`closed`
| |
|
`locked`
| |
|
`all`
|
All available
|
|
`closed`
|
In closed state
|
|
`locked`
|
Discussion has been locked
|
|
`merged`
| Merge Request has been merged |
|
`opened`
| |
|
`opened`
|
In open state
|
### MilestoneStateEnum
...
...
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