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
0f1f6181
Commit
0f1f6181
authored
Apr 15, 2021
by
Mario Celi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Deprecate assigneeUsername in IssueResolver
parent
1019bead
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
app/graphql/resolvers/concerns/issue_resolver_arguments.rb
app/graphql/resolvers/concerns/issue_resolver_arguments.rb
+2
-1
changelogs/unreleased/300115-deprecate-issue-filter-asignee-username.yml
...leased/300115-deprecate-issue-filter-asignee-username.yml
+5
-0
No files found.
app/graphql/resolvers/concerns/issue_resolver_arguments.rb
View file @
0f1f6181
...
...
@@ -23,7 +23,8 @@ module IssueResolverArguments
description:
'Username of the author of the issue.'
argument
:assignee_username
,
GraphQL
::
STRING_TYPE
,
required:
false
,
description:
'Username of a user assigned to the issue.'
description:
'Username of a user assigned to the issue.'
,
deprecated:
{
reason:
'Use `assigneeUsernames`'
,
milestone:
'13.11'
}
argument
:assignee_usernames
,
[
GraphQL
::
STRING_TYPE
],
required:
false
,
description:
'Usernames of users assigned to the issue.'
...
...
changelogs/unreleased/300115-deprecate-issue-filter-asignee-username.yml
0 → 100644
View file @
0f1f6181
---
title
:
Deprecate assigneeUsername issue filter in GraphQL
merge_request
:
59538
author
:
type
:
deprecated
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