Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
f575fe46
Commit
f575fe46
authored
Jan 27, 2017
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move Gitlab::Shell and Gitlab::ShellAdapter files to lib/
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
c446cfcb
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
6 deletions
+0
-6
config/initializers/5_backend.rb
config/initializers/5_backend.rb
+0
-6
lib/gitlab/shell.rb
lib/gitlab/shell.rb
+0
-0
lib/gitlab/shell_adapter.rb
lib/gitlab/shell_adapter.rb
+0
-0
No files found.
config/initializers/5_backend.rb
View file @
f575fe46
# GIT over SSH
require_dependency
Rails
.
root
.
join
(
'lib/gitlab/backend/shell'
)
# GitLab shell adapter
require_dependency
Rails
.
root
.
join
(
'lib/gitlab/backend/shell_adapter'
)
required_version
=
Gitlab
::
VersionInfo
.
parse
(
Gitlab
::
Shell
.
version_required
)
required_version
=
Gitlab
::
VersionInfo
.
parse
(
Gitlab
::
Shell
.
version_required
)
current_version
=
Gitlab
::
VersionInfo
.
parse
(
Gitlab
::
Shell
.
new
.
version
)
current_version
=
Gitlab
::
VersionInfo
.
parse
(
Gitlab
::
Shell
.
new
.
version
)
...
...
lib/gitlab/
backend/
shell.rb
→
lib/gitlab/shell.rb
View file @
f575fe46
File moved
lib/gitlab/
backend/
shell_adapter.rb
→
lib/gitlab/shell_adapter.rb
View file @
f575fe46
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment