7cdc5b9e04
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
6 lines
166 B
Ruby
6 lines
166 B
Ruby
# GIT over HTTP
|
|
require Rails.root.join("lib", "gitlab", "backend", "grack_auth")
|
|
|
|
# GITOLITE backend
|
|
require Rails.root.join("lib", "gitlab", "backend", "gitolite")
|