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
85bd4ded
Commit
85bd4ded
authored
Apr 09, 2021
by
Scott Hampton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix some type descriptions
Fix some type descriptions based on technical writing feedback.
parent
1bf9914a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
app/graphql/types/ci/recent_failures_type.rb
app/graphql/types/ci/recent_failures_type.rb
+1
-1
app/graphql/types/ci/test_case_type.rb
app/graphql/types/ci/test_case_type.rb
+1
-1
doc/api/graphql/reference/index.md
doc/api/graphql/reference/index.md
+2
-2
No files found.
app/graphql/types/ci/recent_failures_type.rb
View file @
85bd4ded
...
...
@@ -5,7 +5,7 @@ module Types
# rubocop: disable Graphql/AuthorizeTypes
class
RecentFailuresType
<
BaseObject
graphql_name
'RecentFailures'
description
'Re
presents the re
cent failure history of a test case.'
description
'Recent failure history of a test case.'
connection_type_class
(
Types
::
CountableConnectionType
)
...
...
app/graphql/types/ci/test_case_type.rb
View file @
85bd4ded
...
...
@@ -19,7 +19,7 @@ module Types
description:
'Classname of the test case.'
field
:execution_time
,
GraphQL
::
FLOAT_TYPE
,
null:
true
,
description:
'T
ime it took for the test case to finish
in seconds.'
description:
'T
est case execution time
in seconds.'
field
:file
,
GraphQL
::
STRING_TYPE
,
null:
true
,
description:
'Path to the file of the test case.'
...
...
doc/api/graphql/reference/index.md
View file @
85bd4ded
...
...
@@ -5144,7 +5144,7 @@ Represents rules that commit pushes must follow.
### `RecentFailures`
Re
presents the re
cent failure history of a test case.
Recent failure history of a test case.
| Field | Type | Description |
| ----- | ---- | ----------- |
...
...
@@ -6213,7 +6213,7 @@ Test case in pipeline test report.
| Field | Type | Description |
| ----- | ---- | ----------- |
|
`classname`
|
[
`String`
](
#string
)
| Classname of the test case. |
|
`executionTime`
|
[
`Float`
](
#float
)
| T
ime it took for the test case to finish
in seconds. |
|
`executionTime`
|
[
`Float`
](
#float
)
| T
est case execution time
in seconds. |
|
`file`
|
[
`String`
](
#string
)
| Path to the file of the test case. |
|
`name`
|
[
`String`
](
#string
)
| Name of the test case. |
|
`recentFailures`
|
[
`RecentFailures`
](
#recentfailures
)
| Recent failure history of the test case on the base branch. |
...
...
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