Skip to content
Snippets Groups Projects

Add routes to allow git actions on snippet repositories

All threads resolved!
Compare and Show latest version
3 files
+ 15
30
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -82,10 +82,12 @@ def enqueue_fetch_statistics_update
@@ -82,10 +82,12 @@ def enqueue_fetch_statistics_update
end
end
def access
def access
@access ||= access_klass.new(access_actor, @subject,
@access ||= access_klass.new(access_actor, @subject, 'http',
'http', authentication_abilities: authentication_abilities,
authentication_abilities: authentication_abilities,
namespace_path: params[:namespace_id], project_path: project_path,
namespace_path: params[:namespace_id],
redirected_path: redirected_path, auth_result_type: auth_result_type)
project_path: project_path,
 
redirected_path: redirected_path,
 
auth_result_type: auth_result_type)
end
end
def access_actor
def access_actor
Loading