Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-shell
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
0
Merge Requests
0
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-shell
Commits
0b502be3
Commit
0b502be3
authored
Jul 05, 2017
by
Stan Hu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "Merge branch 'sh-disable-rubygems' into 'master'"
This reverts commit
a18c9012
, reversing changes made to
0a646241
.
parent
4f207de6
Changes
11
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
10 additions
and
13 deletions
+10
-13
CHANGELOG
CHANGELOG
+0
-3
bin/authorized_keys
bin/authorized_keys
+1
-1
bin/check
bin/check
+1
-1
bin/create-hooks
bin/create-hooks
+1
-1
bin/gitlab-keys
bin/gitlab-keys
+1
-1
bin/gitlab-projects
bin/gitlab-projects
+1
-1
bin/gitlab-shell
bin/gitlab-shell
+1
-1
bin/install
bin/install
+1
-1
hooks/post-receive
hooks/post-receive
+1
-1
hooks/pre-receive
hooks/pre-receive
+1
-1
hooks/update
hooks/update
+1
-1
No files found.
CHANGELOG
View file @
0b502be3
v5.2.0
- Disable RubyGems to increase performance
v5.1.1
- Revert "Remove old `project` parameter, use `gl_repository` instead"
...
...
bin/authorized_keys
View file @
0b502be3
#!/usr/bin/env ruby
--disable-gems
#!/usr/bin/env ruby
#
# GitLab shell authorized_keys. Query GitLab API to get the authorized command for a given ssh key fingerprint
...
...
bin/check
View file @
0b502be3
#!/usr/bin/env ruby
--disable-gems
#!/usr/bin/env ruby
require_relative
'../lib/gitlab_init'
require_relative
'../lib/gitlab_net'
...
...
bin/create-hooks
View file @
0b502be3
#!/usr/bin/env ruby
--disable-gems
#!/usr/bin/env ruby
# Recreate GitLab hooks in the Git repositories managed by GitLab.
#
...
...
bin/gitlab-keys
View file @
0b502be3
#!/usr/bin/env ruby
--disable-gems
#!/usr/bin/env ruby
require_relative
'../lib/gitlab_init'
...
...
bin/gitlab-projects
View file @
0b502be3
#!/usr/bin/env ruby
--disable-gems
#!/usr/bin/env ruby
require_relative
'../lib/gitlab_init'
...
...
bin/gitlab-shell
View file @
0b502be3
#!/usr/bin/env ruby
--disable-gems
#!/usr/bin/env ruby
unless
ENV
[
'SSH_CONNECTION'
]
puts
"Only ssh allowed"
...
...
bin/install
View file @
0b502be3
#!/usr/bin/env ruby
--disable-gems
#!/usr/bin/env ruby
require_relative
'../lib/gitlab_init'
...
...
hooks/post-receive
View file @
0b502be3
#!/usr/bin/env ruby
--disable-gems
#!/usr/bin/env ruby
# This file was placed here by GitLab. It makes sure that your pushed commits
# will be processed properly.
...
...
hooks/pre-receive
View file @
0b502be3
#!/usr/bin/env ruby
--disable-gems
#!/usr/bin/env ruby
# This file was placed here by GitLab. It makes sure that your pushed commits
# will be processed properly.
...
...
hooks/update
View file @
0b502be3
#!/usr/bin/env ruby
--disable-gems
#!/usr/bin/env ruby
# This file was placed here by GitLab. It makes sure that your pushed commits
# will be processed properly.
...
...
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