Commit 0103363191d63d9a81bfeba61abf443532f47183
1 parent
d6338a84
Exists in
master
and in
4 other branches
replace Gitolited mixin with Gitlab::ShellAdapter
Showing
9 changed files
with
21 additions
and
17 deletions
Show diff stats
app/models/project.rb
app/models/protected_branch.rb
app/models/users_project.rb
app/observers/key_observer.rb
app/services/project_transfer_service.rb
app/workers/gitlab_shell_worker.rb
config/initializers/5_backend.rb
... | ... | @@ -3,3 +3,6 @@ require Rails.root.join("lib", "gitlab", "backend", "grack_auth") |
3 | 3 | |
4 | 4 | # GIT over SSH |
5 | 5 | require Rails.root.join("lib", "gitlab", "backend", "shell") |
6 | + | |
7 | +# GitLab shell adapter | |
8 | +require Rails.root.join("lib", "gitlab", "backend", "shell_adapter") | ... | ... |