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
cfe4f930
Commit
cfe4f930
authored
Feb 23, 2021
by
Subashis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add descriptions to JobArtifactFileTypeEnum
parent
48a16d4c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
29 additions
and
28 deletions
+29
-28
app/graphql/types/ci/job_artifact_file_type_enum.rb
app/graphql/types/ci/job_artifact_file_type_enum.rb
+2
-1
doc/api/graphql/reference/index.md
doc/api/graphql/reference/index.md
+27
-27
No files found.
app/graphql/types/ci/job_artifact_file_type_enum.rb
View file @
cfe4f930
...
...
@@ -6,7 +6,8 @@ module Types
graphql_name
'JobArtifactFileType'
::
Ci
::
JobArtifact
::
TYPE_AND_FORMAT_PAIRS
.
keys
.
each
do
|
file_type
|
value
file_type
.
to_s
.
upcase
,
value:
file_type
.
to_s
description
=
file_type
==
:codequality
?
"CODE QUALITY"
:
file_type
.
to_s
.
titleize
.
upcase
# This is needed as doc lint will not allow codequality as one word
value
file_type
.
to_s
.
upcase
,
value:
file_type
.
to_s
,
description:
"
#{
description
}
job artifact file type."
end
end
end
...
...
doc/api/graphql/reference/index.md
View file @
cfe4f930
...
...
@@ -5401,33 +5401,33 @@ Iteration ID wildcard values.
| Value | Description |
| ----- | ----------- |
|
`ACCESSIBILITY`
| |
|
`API_FUZZING`
| |
|
`ARCHIVE`
| |
|
`BROWSER_PERFORMANCE`
| |
|
`CLUSTER_APPLICATIONS`
| |
|
`COBERTURA`
| |
|
`CODEQUALITY`
| |
|
`CONTAINER_SCANNING`
| |
|
`COVERAGE_FUZZING`
| |
|
`DAST`
| |
|
`DEPENDENCY_SCANNING`
| |
|
`DOTENV`
| |
|
`JUNIT`
| |
|
`LICENSE_MANAGEMENT`
| |
|
`LICENSE_SCANNING`
| |
|
`LOAD_PERFORMANCE`
| |
|
`LSIF`
| |
|
`METADATA`
| |
|
`METRICS`
| |
|
`METRICS_REFEREE`
| |
|
`NETWORK_REFEREE`
| |
|
`PERFORMANCE`
| |
|
`REQUIREMENTS`
| |
|
`SAST`
| |
|
`SECRET_DETECTION`
| |
|
`TERRAFORM`
| |
|
`TRACE`
| |
|
`ACCESSIBILITY`
|
ACCESSIBILITY job artifact file type.
|
|
`API_FUZZING`
|
API FUZZING job artifact file type.
|
|
`ARCHIVE`
|
ARCHIVE job artifact file type.
|
|
`BROWSER_PERFORMANCE`
|
BROWSER PERFORMANCE job artifact file type.
|
|
`CLUSTER_APPLICATIONS`
|
CLUSTER APPLICATIONS job artifact file type.
|
|
`COBERTURA`
|
COBERTURA job artifact file type.
|
|
`CODEQUALITY`
|
CODE QUALITY job artifact file type.
|
|
`CONTAINER_SCANNING`
|
CONTAINER SCANNING job artifact file type.
|
|
`COVERAGE_FUZZING`
|
COVERAGE FUZZING job artifact file type.
|
|
`DAST`
|
DAST job artifact file type.
|
|
`DEPENDENCY_SCANNING`
|
DEPENDENCY SCANNING job artifact file type.
|
|
`DOTENV`
|
DOTENV job artifact file type.
|
|
`JUNIT`
|
JUNIT job artifact file type.
|
|
`LICENSE_MANAGEMENT`
|
LICENSE MANAGEMENT job artifact file type.
|
|
`LICENSE_SCANNING`
|
LICENSE SCANNING job artifact file type.
|
|
`LOAD_PERFORMANCE`
|
LOAD PERFORMANCE job artifact file type.
|
|
`LSIF`
|
LSIF job artifact file type.
|
|
`METADATA`
|
METADATA job artifact file type.
|
|
`METRICS`
|
METRICS job artifact file type.
|
|
`METRICS_REFEREE`
|
METRICS REFEREE job artifact file type.
|
|
`NETWORK_REFEREE`
|
NETWORK REFEREE job artifact file type.
|
|
`PERFORMANCE`
|
PERFORMANCE job artifact file type.
|
|
`REQUIREMENTS`
|
REQUIREMENTS job artifact file type.
|
|
`SAST`
|
SAST job artifact file type.
|
|
`SECRET_DETECTION`
|
SECRET DETECTION job artifact file type.
|
|
`TERRAFORM`
|
TERRAFORM job artifact file type.
|
|
`TRACE`
|
TRACE job artifact file type.
|
### ListLimitMetric
...
...
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