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
|
+ 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 @@
|
||||||
|
@ -1294,7 +1294,7 @@ coerced to arrays of integers. Before this was done within Virtus.
|
||||||
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'
|
||||||
|
@ -1368,8 +1368,8 @@ coerced to arrays of integers. Before this was done within Virtus.
|
||||||
+ class Repositories < Grape::API::Instance
|
+ class Repositories < Grape::API::Instance
|
||||||
include PaginationParams
|
include PaginationParams
|
||||||
|
|
||||||
before { authorize! :download_code, user_project }
|
helpers ::API::Helpers::HeadersHelpers
|
||||||
@@ -139,7 +139,7 @@
|
@@ -143,7 +143,7 @@
|
||||||
success Entities::Commit
|
success Entities::Commit
|
||||||
end
|
end
|
||||||
params do
|
params do
|
||||||
|
|
Loading…
Add table
Reference in a new issue