Refresh patch
This commit is contained in:
parent
bcb984ad78
commit
4e34de6884
1 changed files with 2 additions and 2 deletions
4
debian/patches/0760-update-grape.patch
vendored
4
debian/patches/0760-update-grape.patch
vendored
|
@ -848,7 +848,7 @@ Closes https://gitlab.com/gitlab-org/gitlab/-/issues/195960
|
||||||
+ class GroupImport < Grape::API::Instance
|
+ class GroupImport < Grape::API::Instance
|
||||||
MAXIMUM_FILE_SIZE = 50.megabytes.freeze
|
MAXIMUM_FILE_SIZE = 50.megabytes.freeze
|
||||||
|
|
||||||
helpers do
|
helpers Helpers::FileUploadHelpers
|
||||||
--- a/lib/api/group_labels.rb
|
--- a/lib/api/group_labels.rb
|
||||||
+++ b/lib/api/group_labels.rb
|
+++ b/lib/api/group_labels.rb
|
||||||
@@ -1,7 +1,7 @@
|
@@ -1,7 +1,7 @@
|
||||||
|
@ -1399,7 +1399,7 @@ Closes https://gitlab.com/gitlab-org/gitlab/-/issues/195960
|
||||||
include PaginationParams
|
include PaginationParams
|
||||||
include Helpers::CustomAttributes
|
include Helpers::CustomAttributes
|
||||||
|
|
||||||
@@ -520,7 +520,7 @@
|
@@ -522,7 +522,7 @@
|
||||||
end
|
end
|
||||||
params do
|
params do
|
||||||
optional :search, type: String, desc: 'Return list of users matching the search criteria'
|
optional :search, type: String, desc: 'Return list of users matching the search criteria'
|
||||||
|
|
Loading…
Reference in a new issue