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
1281f553
Commit
1281f553
authored
Apr 30, 2021
by
Marcel Amirault
Committed by
Matija Čupić
Apr 30, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename CI to CI/CD in docs
parent
4187899b
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
app/graphql/resolvers/ci/template_resolver.rb
app/graphql/resolvers/ci/template_resolver.rb
+1
-1
app/graphql/types/ci/template_type.rb
app/graphql/types/ci/template_type.rb
+1
-1
app/graphql/types/project_type.rb
app/graphql/types/project_type.rb
+1
-1
doc/api/graphql/reference/index.md
doc/api/graphql/reference/index.md
+3
-3
No files found.
app/graphql/resolvers/ci/template_resolver.rb
View file @
1281f553
...
...
@@ -6,7 +6,7 @@ module Resolvers
type
Types
::
Ci
::
TemplateType
,
null:
true
argument
:name
,
GraphQL
::
STRING_TYPE
,
required:
true
,
description:
'Name of the template to search for.'
description:
'Name of the
CI/CD
template to search for.'
alias_method
:project
,
:object
...
...
app/graphql/types/ci/template_type.rb
View file @
1281f553
...
...
@@ -5,7 +5,7 @@ module Types
# rubocop: disable Graphql/AuthorizeTypes
class
TemplateType
<
BaseObject
graphql_name
'CiTemplate'
description
'GitLab CI
config
template.'
description
'GitLab CI
/CD configuration
template.'
field
:name
,
GraphQL
::
STRING_TYPE
,
null:
false
,
description:
'Name of the CI template.'
...
...
app/graphql/types/project_type.rb
View file @
1281f553
...
...
@@ -338,7 +338,7 @@ module Types
resolver:
Resolvers
::
ProjectPipelineStatisticsResolver
field
:ci_template
,
Types
::
Ci
::
TemplateType
,
null:
true
,
description:
'Find a single CI template by name.'
,
description:
'Find a single CI
/CD
template by name.'
,
resolver:
Resolvers
::
Ci
::
TemplateResolver
def
label
(
title
:)
...
...
doc/api/graphql/reference/index.md
View file @
1281f553
...
...
@@ -7178,7 +7178,7 @@ Represents the total number of issues and their weights for a particular day.
### `CiTemplate`
GitLab CI
config
template.
GitLab CI
/CD configuration
template.
#### Fields
...
...
@@ -10493,7 +10493,7 @@ four standard [pagination arguments](#connection-pagination-arguments):
##### `Project.ciTemplate`
Find a single CI template by name.
Find a single CI
/CD
template by name.
Returns
[
`CiTemplate`
](
#citemplate
)
.
...
...
@@ -10501,7 +10501,7 @@ Returns [`CiTemplate`](#citemplate).
| Name | Type | Description |
| ---- | ---- | ----------- |
|
<a
id=
"projectcitemplatename"
></a>
`name`
|
[
`String!`
](
#string
)
| Name of the template to search for. |
|
<a
id=
"projectcitemplatename"
></a>
`name`
|
[
`String!`
](
#string
)
| Name of the
CI/CD
template to search for. |
##### `Project.clusterAgent`
...
...
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