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
61cfd522
Commit
61cfd522
authored
Nov 13, 2020
by
Scott Hampton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix graphql schema doc typo
Remove an unnecessary `s` from the graphql schema documentation.
parent
9edd98f0
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
doc/api/graphql/reference/gitlab_schema.graphql
doc/api/graphql/reference/gitlab_schema.graphql
+1
-1
doc/api/graphql/reference/gitlab_schema.json
doc/api/graphql/reference/gitlab_schema.json
+1
-1
doc/api/graphql/reference/index.md
doc/api/graphql/reference/index.md
+1
-1
ee/app/graphql/ee/types/project_type.rb
ee/app/graphql/ee/types/project_type.rb
+1
-1
No files found.
doc/api/graphql/reference/gitlab_schema.graphql
View file @
61cfd522
...
...
@@ -14906,7 +14906,7 @@ type Project {
):
ClusterAgentConnection
"""
Code
coverage
s
summary
associated
with
the
project
Code
coverage
summary
associated
with
the
project
"""
codeCoverageSummary
:
CodeCoverageSummary
...
...
doc/api/graphql/reference/gitlab_schema.json
View file @
61cfd522
...
...
@@ -43989,7 +43989,7 @@
},
{
"name": "codeCoverageSummary",
"description": "Code coverage
s
summary associated with the project",
"description": "Code coverage summary associated with the project",
"args": [
],
doc/api/graphql/reference/index.md
View file @
61cfd522
...
...
@@ -2248,7 +2248,7 @@ Autogenerated return type of PipelineRetry.
|
`boards`
| BoardConnection | Boards of the project |
|
`clusterAgent`
| ClusterAgent | Find a single cluster agent by name |
|
`clusterAgents`
| ClusterAgentConnection | Cluster agents associated with the project |
|
`codeCoverageSummary`
| CodeCoverageSummary | Code coverage
s
summary associated with the project |
|
`codeCoverageSummary`
| CodeCoverageSummary | Code coverage summary associated with the project |
|
`complianceFrameworks`
| ComplianceFrameworkConnection | Compliance frameworks associated with the project |
|
`containerExpirationPolicy`
| ContainerExpirationPolicy | The container expiration policy of the project |
|
`containerRegistryEnabled`
| Boolean | Indicates if the project stores Docker container images in a container registry |
...
...
ee/app/graphql/ee/types/project_type.rb
View file @
61cfd522
...
...
@@ -145,7 +145,7 @@ module EE
field
:code_coverage_summary
,
::
Types
::
Ci
::
CodeCoverageSummaryType
,
null:
true
,
description:
'Code coverage
s
summary associated with the project'
,
description:
'Code coverage summary associated with the project'
,
resolver:
::
Resolvers
::
Ci
::
CodeCoverageSummaryResolver
def
self
.
sast_ci_configuration
(
project
)
...
...
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