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
1d0e6ba3
Commit
1d0e6ba3
authored
May 14, 2021
by
Jonathan Schafer
Committed by
Heinrich Lee Yu
May 20, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add descriptions for BlobActionEnum
parent
4596c5ee
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
9 deletions
+8
-9
.rubocop_manual_todo.yml
.rubocop_manual_todo.yml
+0
-1
app/graphql/types/snippets/blob_action_enum.rb
app/graphql/types/snippets/blob_action_enum.rb
+4
-4
doc/api/graphql/reference/index.md
doc/api/graphql/reference/index.md
+4
-4
No files found.
.rubocop_manual_todo.yml
View file @
1d0e6ba3
...
...
@@ -13,7 +13,6 @@
# WIP See https://gitlab.com/gitlab-org/gitlab/-/issues/322903
Graphql/Descriptions
:
Exclude
:
-
'
app/graphql/types/snippets/blob_action_enum.rb'
-
'
ee/app/graphql/ee/types/list_limit_metric_enum.rb'
-
'
ee/app/graphql/types/epic_state_enum.rb'
-
'
ee/app/graphql/types/health_status_enum.rb'
...
...
app/graphql/types/snippets/blob_action_enum.rb
View file @
1d0e6ba3
...
...
@@ -6,10 +6,10 @@ module Types
graphql_name
'SnippetBlobActionEnum'
description
'Type of a snippet blob input action'
value
'create'
,
value: :create
value
'update'
,
value: :update
value
'delete'
,
value: :delete
value
'move'
,
value: :move
value
'create'
,
description:
'Create a snippet blob.'
,
value: :create
value
'update'
,
description:
'Update a snippet blob.'
,
value: :update
value
'delete'
,
description:
'Delete a snippet blob.'
,
value: :delete
value
'move'
,
description:
'Move a snippet blob.'
,
value: :move
end
end
end
doc/api/graphql/reference/index.md
View file @
1d0e6ba3
...
...
@@ -14602,10 +14602,10 @@ Type of a snippet blob input action.
| Value | Description |
| ----- | ----------- |
|
<a
id=
"snippetblobactionenumcreate"
></a>
`create`
| |
|
<a
id=
"snippetblobactionenumdelete"
></a>
`delete`
| |
|
<a
id=
"snippetblobactionenummove"
></a>
`move`
| |
|
<a
id=
"snippetblobactionenumupdate"
></a>
`update`
| |
|
<a
id=
"snippetblobactionenumcreate"
></a>
`create`
|
Create a snippet blob.
|
|
<a
id=
"snippetblobactionenumdelete"
></a>
`delete`
|
Delete a snippet blob.
|
|
<a
id=
"snippetblobactionenummove"
></a>
`move`
|
Move a snippet blob.
|
|
<a
id=
"snippetblobactionenumupdate"
></a>
`update`
|
Update a snippet blob.
|
### `Sort`
...
...
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