mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-22 19:16:39 +10:00
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")
|