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
d72fad9c
Commit
d72fad9c
authored
Feb 14, 2021
by
Subashis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add descriptions to UiComponentSizeEnum
parent
c2e4320b
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
20 additions
and
9 deletions
+20
-9
app/graphql/types/ci_configuration/sast/ui_component_size_enum.rb
...hql/types/ci_configuration/sast/ui_component_size_enum.rb
+3
-3
doc/api/graphql/reference/gitlab_schema.graphql
doc/api/graphql/reference/gitlab_schema.graphql
+11
-0
doc/api/graphql/reference/gitlab_schema.json
doc/api/graphql/reference/gitlab_schema.json
+3
-3
doc/api/graphql/reference/index.md
doc/api/graphql/reference/index.md
+3
-3
No files found.
app/graphql/types/ci_configuration/sast/ui_component_size_enum.rb
View file @
d72fad9c
...
...
@@ -7,9 +7,9 @@ module Types
graphql_name
'SastUiComponentSize'
description
'Size of UI component in SAST configuration page'
value
'SMALL'
value
'MEDIUM'
value
'LARGE'
value
'SMALL'
,
description:
"The size of UI component in SAST configuration page is small."
value
'MEDIUM'
,
description:
"The size of UI component in SAST configuration page is medium."
value
'LARGE'
,
description:
"The size of UI component in SAST configuration page is large."
end
end
end
...
...
doc/api/graphql/reference/gitlab_schema.graphql
View file @
d72fad9c
...
...
@@ -23632,8 +23632,19 @@ type SastCiConfigurationOptionsEntityEdge {
Size of UI component in SAST configuration page
"""
enum
SastUiComponentSize
{
"""
The
size
of
UI
component
in
SAST
configuration
page
is
large
.
"""
LARGE
"""
The
size
of
UI
component
in
SAST
configuration
page
is
medium
.
"""
MEDIUM
"""
The
size
of
UI
component
in
SAST
configuration
page
is
small
.
"""
SMALL
}
...
...
doc/api/graphql/reference/gitlab_schema.json
View file @
d72fad9c
...
...
@@ -68137,19 +68137,19 @@
"enumValues": [
{
"name": "SMALL",
"description":
null
,
"description":
"The size of UI component in SAST configuration page is small."
,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "MEDIUM",
"description":
null
,
"description":
"The size of UI component in SAST configuration page is medium."
,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "LARGE",
"description":
null
,
"description":
"The size of UI component in SAST configuration page is large."
,
"isDeprecated": false,
"deprecationReason": null
}
doc/api/graphql/reference/index.md
View file @
d72fad9c
...
...
@@ -5296,9 +5296,9 @@ Size of UI component in SAST configuration page.
| Value | Description |
| ----- | ----------- |
|
`LARGE`
| |
|
`MEDIUM`
| |
|
`SMALL`
| |
|
`LARGE`
|
The size of UI component in SAST configuration page is large.
|
|
`MEDIUM`
|
The size of UI component in SAST configuration page is medium.
|
|
`SMALL`
|
The size of UI component in SAST configuration page is small.
|
### SecurityReportTypeEnum
...
...
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