Refresh patches (remove fuzz)
This commit is contained in:
parent
1cfa946ec8
commit
1c9886d0ee
1 changed files with 4 additions and 4 deletions
8
debian/patches/0760-update-grape.patch
vendored
8
debian/patches/0760-update-grape.patch
vendored
|
@ -758,7 +758,7 @@ coerced to arrays of integers. Before this was done within Virtus.
|
|||
+ class GroupImport < Grape::API::Instance
|
||||
MAXIMUM_FILE_SIZE = 50.megabytes.freeze
|
||||
|
||||
helpers do
|
||||
helpers Helpers::FileUploadHelpers
|
||||
--- a/lib/api/group_labels.rb
|
||||
+++ b/lib/api/group_labels.rb
|
||||
@@ -1,7 +1,7 @@
|
||||
|
@ -1294,7 +1294,7 @@ coerced to arrays of integers. Before this was done within Virtus.
|
|||
include PaginationParams
|
||||
include Helpers::CustomAttributes
|
||||
|
||||
@@ -520,7 +520,7 @@
|
||||
@@ -522,7 +522,7 @@
|
||||
end
|
||||
params do
|
||||
optional :search, type: String, desc: 'Return list of users matching the search criteria'
|
||||
|
@ -1368,8 +1368,8 @@ coerced to arrays of integers. Before this was done within Virtus.
|
|||
+ class Repositories < Grape::API::Instance
|
||||
include PaginationParams
|
||||
|
||||
before { authorize! :download_code, user_project }
|
||||
@@ -139,7 +139,7 @@
|
||||
helpers ::API::Helpers::HeadersHelpers
|
||||
@@ -143,7 +143,7 @@
|
||||
success Entities::Commit
|
||||
end
|
||||
params do
|
||||
|
|
Loading…
Reference in a new issue