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
89f116a9
Commit
89f116a9
authored
Jun 09, 2020
by
charlieablett
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove report pipeline from GraphQL
parent
c1cd6e99
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
25 deletions
+0
-25
doc/api/graphql/reference/gitlab_schema.graphql
doc/api/graphql/reference/gitlab_schema.graphql
+0
-5
doc/api/graphql/reference/gitlab_schema.json
doc/api/graphql/reference/gitlab_schema.json
+0
-14
doc/api/graphql/reference/index.md
doc/api/graphql/reference/index.md
+0
-1
ee/changelogs/unreleased/cablett-expose-build-id-requirement-report.yml
...unreleased/cablett-expose-build-id-requirement-report.yml
+0
-5
No files found.
doc/api/graphql/reference/gitlab_schema.graphql
View file @
89f116a9
...
...
@@ -11432,11 +11432,6 @@ type TestReport {
"""
id
:
ID
!
"""
Pipeline
that
created
the
test
report
"""
pipeline
:
Pipeline
"""
State
of
the
test
report
"""
...
...
doc/api/graphql/reference/gitlab_schema.json
View file @
89f116a9
...
...
@@ -33812,20 +33812,6 @@
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "pipeline",
"description": "Pipeline that created the test report",
"args": [
],
"type": {
"kind": "OBJECT",
"name": "Pipeline",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "state",
"description": "State of the test report",
doc/api/graphql/reference/index.md
View file @
89f116a9
...
...
@@ -1693,7 +1693,6 @@ Represents a requirement test report.
|
`author`
| User | Author of the test report |
|
`createdAt`
| Time! | Timestamp of when the test report was created |
|
`id`
| ID! | ID of the test report |
|
`pipeline`
| Pipeline | Pipeline that created the test report |
|
`state`
| TestReportState! | State of the test report |
## Timelog
...
...
ee/changelogs/unreleased/cablett-expose-build-id-requirement-report.yml
deleted
100644 → 0
View file @
c1cd6e99
---
title
:
De-expose requirement test report `pipeline` field from GraphQL
merge_request
:
34112
author
:
type
:
changed
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