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
fa3da496
Commit
fa3da496
authored
Jun 09, 2021
by
Pedro Pombeiro
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix documentation text
parent
74203cd6
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
app/graphql/resolvers/ci/runners_resolver.rb
app/graphql/resolvers/ci/runners_resolver.rb
+1
-1
doc/api/graphql/reference/index.md
doc/api/graphql/reference/index.md
+1
-1
doc/api/runners.md
doc/api/runners.md
+1
-1
No files found.
app/graphql/resolvers/ci/runners_resolver.rb
View file @
fa3da496
...
...
@@ -19,7 +19,7 @@ module Resolvers
argument
:search
,
GraphQL
::
STRING_TYPE
,
required:
false
,
description:
'Filter by
token or text presen
t in description field.'
description:
'Filter by
full token or partial tex
t in description field.'
argument
:sort
,
::
Types
::
Ci
::
RunnerSortEnum
,
required:
false
,
...
...
doc/api/graphql/reference/index.md
View file @
fa3da496
...
...
@@ -336,7 +336,7 @@ four standard [pagination arguments](#connection-pagination-arguments):
| Name | Type | Description |
| ---- | ---- | ----------- |
|
<a
id=
"queryrunnerssearch"
></a>
`search`
|
[
`String`
](
#string
)
| Filter by
token or text presen
t in description field. |
|
<a
id=
"queryrunnerssearch"
></a>
`search`
|
[
`String`
](
#string
)
| Filter by
full token or partial tex
t in description field. |
|
<a
id=
"queryrunnerssort"
></a>
`sort`
|
[
`CiRunnerSort`
](
#cirunnersort
)
| Sort order of results. |
|
<a
id=
"queryrunnersstatus"
></a>
`status`
|
[
`CiRunnerStatus`
](
#cirunnerstatus
)
| Filter runners by status. |
|
<a
id=
"queryrunnerstaglist"
></a>
`tagList`
|
[
`[String!]`
](
#string
)
| Filter by tags associated with the runner (comma-separated or array). |
...
...
doc/api/runners.md
View file @
fa3da496
...
...
@@ -50,7 +50,7 @@ GET /runners?search=gitlab
|
`type`
| string | no | The type of runners to show, one of:
`instance_type`
,
`group_type`
,
`project_type`
|
|
`status`
| string | no | The status of runners to show, one of:
`active`
,
`paused`
,
`online`
,
`offline`
|
|
`tag_list`
| string array | no | List of the runner's tags |
|
`search`
| string | no | The
partial token or
description text to match |
|
`search`
| string | no | The
full token or partial
description text to match |
```
shell
curl
--header
"PRIVATE-TOKEN: <your_access_token>"
"https://gitlab.example.com/api/v4/runners"
...
...
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