Refresh patches (remove fuzz)

This commit is contained in:
Pirate Praveen 2020-05-28 23:30:22 +05:30
parent 1cfa946ec8
commit 1c9886d0ee

View file

@ -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