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
7aa0472f
Commit
7aa0472f
authored
Feb 18, 2021
by
Subashis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add descriptions to VisibilityLevelsEnum
parent
9a5c22a2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
app/graphql/types/visibility_levels_enum.rb
app/graphql/types/visibility_levels_enum.rb
+1
-1
doc/api/graphql/reference/index.md
doc/api/graphql/reference/index.md
+3
-3
No files found.
app/graphql/types/visibility_levels_enum.rb
View file @
7aa0472f
...
...
@@ -3,7 +3,7 @@
module
Types
class
VisibilityLevelsEnum
<
BaseEnum
Gitlab
::
VisibilityLevel
.
string_options
.
each
do
|
name
,
int_value
|
value
name
.
downcase
,
value:
int_value
value
name
.
downcase
,
value:
int_value
,
description:
"
#{
name
.
titleize
}
visibility level."
end
end
end
doc/api/graphql/reference/index.md
View file @
7aa0472f
...
...
@@ -5664,9 +5664,9 @@ Possible states of a user.
| Value | Description |
| ----- | ----------- |
|
`internal`
| |
|
`private`
| |
|
`public`
| |
|
`internal`
|
Internal visibility level.
|
|
`private`
|
Private visibility level.
|
|
`public`
|
Public visibility level.
|
### VisibilityScopesEnum
...
...
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