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
39eeac29
Commit
39eeac29
authored
Dec 21, 2020
by
Igor Wiedler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update graphql schema for new labkit version
parent
c56078ba
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
0 deletions
+15
-0
doc/api/graphql/reference/gitlab_schema.graphql
doc/api/graphql/reference/gitlab_schema.graphql
+5
-0
doc/api/graphql/reference/gitlab_schema.json
doc/api/graphql/reference/gitlab_schema.json
+10
-0
No files found.
doc/api/graphql/reference/gitlab_schema.graphql
View file @
39eeac29
...
...
@@ -134,6 +134,11 @@ input AdminSidekiqQueuesDeleteJobsInput {
"""
relatedClass
:
String
"""
Delete
jobs
matching
remote_ip
in
the
context
metadata
"""
remoteIp
:
String
"""
Delete
jobs
matching
root_namespace
in
the
context
metadata
"""
...
...
doc/api/graphql/reference/gitlab_schema.json
View file @
39eeac29
...
...
@@ -371,6 +371,16 @@
},
"defaultValue": null
},
{
"name": "remoteIp",
"description": "Delete jobs matching remote_ip in the context metadata",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null
},
{
"name": "relatedClass",
"description": "Delete jobs matching related_class in the context metadata",
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