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
3503d8c9
Commit
3503d8c9
authored
Sep 16, 2021
by
Mario Celi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MilestoneWildcardIdEnum upcoming description matches behavior
parent
37d45e06
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
app/graphql/types/milestone_wildcard_id_enum.rb
app/graphql/types/milestone_wildcard_id_enum.rb
+1
-1
doc/api/graphql/reference/index.md
doc/api/graphql/reference/index.md
+1
-1
No files found.
app/graphql/types/milestone_wildcard_id_enum.rb
View file @
3503d8c9
...
...
@@ -8,6 +8,6 @@ module Types
value
'NONE'
,
'No milestone is assigned.'
value
'ANY'
,
'Milestone is assigned.'
value
'STARTED'
,
'Milestone assigned is open and started (start date <= today).'
value
'UPCOMING'
,
'Milestone assigned is due
closest
in the future (due date > today).'
value
'UPCOMING'
,
'Milestone assigned is due in the future (due date > today).'
end
end
doc/api/graphql/reference/index.md
View file @
3503d8c9
...
...
@@ -15932,7 +15932,7 @@ Milestone ID wildcard values.
|
<a
id=
"milestonewildcardidany"
></a>
`ANY`
| Milestone is assigned. |
|
<a
id=
"milestonewildcardidnone"
></a>
`NONE`
| No milestone is assigned. |
|
<a
id=
"milestonewildcardidstarted"
></a>
`STARTED`
| Milestone assigned is open and started (start date <= today). |
|
<a
id=
"milestonewildcardidupcoming"
></a>
`UPCOMING`
| Milestone assigned is due
closest
in the future (due date > today). |
|
<a
id=
"milestonewildcardidupcoming"
></a>
`UPCOMING`
| Milestone assigned is due in the future (due date > today). |
### `MoveType`
...
...
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