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
6a5b63e4
Commit
6a5b63e4
authored
Jun 11, 2021
by
Jonathan Schafer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add descriptions for EpicStateEnum
Changelog: changed EE: true
parent
f7121c45
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
7 deletions
+6
-7
.rubocop_manual_todo.yml
.rubocop_manual_todo.yml
+0
-1
doc/api/graphql/reference/index.md
doc/api/graphql/reference/index.md
+3
-3
ee/app/graphql/types/epic_state_enum.rb
ee/app/graphql/types/epic_state_enum.rb
+3
-3
No files found.
.rubocop_manual_todo.yml
View file @
6a5b63e4
...
...
@@ -13,7 +13,6 @@
# WIP See https://gitlab.com/gitlab-org/gitlab/-/issues/322903
Graphql/Descriptions
:
Exclude
:
-
'
ee/app/graphql/types/epic_state_enum.rb'
-
'
ee/app/graphql/types/health_status_enum.rb'
-
'
ee/app/graphql/types/iteration_state_enum.rb'
-
'
ee/app/graphql/types/requirements_management/requirement_state_enum.rb'
...
...
doc/api/graphql/reference/index.md
View file @
6a5b63e4
...
...
@@ -14245,9 +14245,9 @@ State of an epic.
| Value | Description |
| ----- | ----------- |
|
<a
id=
"epicstateall"
></a>
`all`
| |
|
<a
id=
"epicstateclosed"
></a>
`closed`
| |
|
<a
id=
"epicstateopened"
></a>
`opened`
| |
|
<a
id=
"epicstateall"
></a>
`all`
|
All epics.
|
|
<a
id=
"epicstateclosed"
></a>
`closed`
|
Closed epics.
|
|
<a
id=
"epicstateopened"
></a>
`opened`
|
Open epics.
|
### `EpicStateEvent`
...
...
ee/app/graphql/types/epic_state_enum.rb
View file @
6a5b63e4
...
...
@@ -5,8 +5,8 @@ module Types
graphql_name
'EpicState'
description
'State of an epic'
value
'all'
value
'opened'
value
'closed'
value
'all'
,
description:
'All epics.'
value
'opened'
,
description:
'Open epics.'
value
'closed'
,
description:
'Closed epics.'
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