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
63488614
Commit
63488614
authored
Oct 22, 2020
by
Amy Qualls
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Standardize search query descriptions
Attempts to standardize a few more search query descriptions.
parent
2b8072a2
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
8 deletions
+8
-8
app/graphql/resolvers/alert_management/alert_resolver.rb
app/graphql/resolvers/alert_management/alert_resolver.rb
+1
-1
app/graphql/resolvers/alert_management/alert_status_counts_resolver.rb
...esolvers/alert_management/alert_status_counts_resolver.rb
+1
-1
doc/api/graphql/reference/gitlab_schema.graphql
doc/api/graphql/reference/gitlab_schema.graphql
+3
-3
doc/api/graphql/reference/gitlab_schema.json
doc/api/graphql/reference/gitlab_schema.json
+3
-3
No files found.
app/graphql/resolvers/alert_management/alert_resolver.rb
View file @
63488614
...
...
@@ -19,7 +19,7 @@ module Resolvers
required:
false
argument
:search
,
GraphQL
::
STRING_TYPE
,
description:
'Search
criteria for filtering alerts. This will search on title, description, service,
monitoring_tool.'
,
description:
'Search
query for title, description, service, or
monitoring_tool.'
,
required:
false
argument
:assignee_username
,
GraphQL
::
STRING_TYPE
,
...
...
app/graphql/resolvers/alert_management/alert_status_counts_resolver.rb
View file @
63488614
...
...
@@ -6,7 +6,7 @@ module Resolvers
type
Types
::
AlertManagement
::
AlertStatusCountsType
,
null:
true
argument
:search
,
GraphQL
::
STRING_TYPE
,
description:
'Search
criteria for filtering alerts. This will search on title, description, service,
monitoring_tool.'
,
description:
'Search
query for title, description, service, or
monitoring_tool.'
,
required:
false
argument
:assignee_username
,
GraphQL
::
STRING_TYPE
,
...
...
doc/api/graphql/reference/gitlab_schema.graphql
View file @
63488614
...
...
@@ -13512,7 +13512,7 @@ type Project {
iid
:
String
"""
Search
criteria
for
filtering
alerts
.
This
will
search
on
title
,
description
,
service
,
monitoring_tool
.
Search
query
for
title
,
description
,
service
,
or
monitoring_tool
.
"""
search
:
String
...
...
@@ -13537,7 +13537,7 @@ type Project {
assigneeUsername
:
String
"""
Search
criteria
for
filtering
alerts
.
This
will
search
on
title
,
description
,
service
,
monitoring_tool
.
Search
query
for
title
,
description
,
service
,
or
monitoring_tool
.
"""
search
:
String
):
AlertManagementAlertStatusCountsType
...
...
@@ -13577,7 +13577,7 @@ type Project {
last
:
Int
"""
Search
criteria
for
filtering
alerts
.
This
will
search
on
title
,
description
,
service
,
monitoring_tool
.
Search
query
for
title
,
description
,
service
,
or
monitoring_tool
.
"""
search
:
String
...
...
doc/api/graphql/reference/gitlab_schema.json
View file @
63488614
...
...
@@ -39769,7 +39769,7 @@
},
{
"name": "search",
"description": "Search
criteria for filtering alerts. This will search on title, description, service,
monitoring_tool.",
"description": "Search
query for title, description, service, or
monitoring_tool.",
"type": {
"kind": "SCALAR",
"name": "String",
...
...
@@ -39802,7 +39802,7 @@
"args": [
{
"name": "search",
"description": "Search
criteria for filtering alerts. This will search on title, description, service,
monitoring_tool.",
"description": "Search
query for title, description, service, or
monitoring_tool.",
"type": {
"kind": "SCALAR",
"name": "String",
...
...
@@ -39873,7 +39873,7 @@
},
{
"name": "search",
"description": "Search
criteria for filtering alerts. This will search on title, description, service,
monitoring_tool.",
"description": "Search
query for title, description, service, or
monitoring_tool.",
"type": {
"kind": "SCALAR",
"name": "String",
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