Use similar interface to access gitolite
Simplified gitolite handle logic Stubn over monkeypatch Stub only specific methods in Gitlab:Gitolite Moved grach auth to lib added specs for keys observer removes SshKey role
This commit is contained in:
parent
aded7056fd
commit
7cdc5b9e04
20 changed files with 155 additions and 88 deletions
5
config/initializers/5_backend.rb
Normal file
5
config/initializers/5_backend.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
# GIT over HTTP
|
||||
require Rails.root.join("lib", "gitlab", "backend", "grack_auth")
|
||||
|
||||
# GITOLITE backend
|
||||
require Rails.root.join("lib", "gitlab", "backend", "gitolite")
|
Loading…
Add table
Add a link
Reference in a new issue