From 9e39b317a3865688e9fb204fb8680d3e91958fec Mon Sep 17 00:00:00 2001 From: Douwe Maan Date: Thu, 23 Feb 2017 15:14:52 -0600 Subject: [PATCH] Update API v3 in line with v4 --- lib/api/v3/commits.rb | 7 ------- 1 file changed, 7 deletions(-) diff --git a/lib/api/v3/commits.rb b/lib/api/v3/commits.rb index 126cc95fc3d..506204b3517 100644 --- a/lib/api/v3/commits.rb +++ b/lib/api/v3/commits.rb @@ -55,13 +55,6 @@ module API branch = attrs.delete(:branch_name) attrs.merge!(branch: branch, start_branch: branch, target_branch: branch) - attrs[:actions].map! do |action| - action[:action] = action[:action].to_sym - action[:file_path].slice!(0) if action[:file_path] && action[:file_path].start_with?('/') - action[:previous_path].slice!(0) if action[:previous_path] && action[:previous_path].start_with?('/') - action - end - result = ::Files::MultiService.new(user_project, current_user, attrs).execute if result[:status] == :success