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
Kazuhiko Shiozaki
gitlab-shell
Commits
9e55cd4c
Commit
9e55cd4c
authored
Jul 29, 2013
by
Johannes Schleifenbaum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typos
parent
d3c3fbc6
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
CHANGELOG
CHANGELOG
+1
-1
README.md
README.md
+1
-1
lib/gitlab_projects.rb
lib/gitlab_projects.rb
+1
-1
lib/gitlab_update.rb
lib/gitlab_update.rb
+1
-1
No files found.
CHANGELOG
View file @
9e55cd4c
...
...
@@ -29,6 +29,6 @@ v1.1.0
v1.0.4
- requires gitlab c9ca15e
- dont use post-receive file any more. Make all updates in update
- don
'
t use post-receive file any more. Make all updates in update
- fixed issue with invalid GL_USER
- use GL_ID instead of GL_USER
README.md
View file @
9e55cd4c
...
...
@@ -72,7 +72,7 @@ Remove key
./bin/gitlab-keys rm-key key-23 "ssh-rsa AAAAx321..."
Remo
ev
all keys from authorized_keys file
Remo
ve
all keys from authorized_keys file
./bin/gitlab-keys clear
lib/gitlab_projects.rb
View file @
9e55cd4c
...
...
@@ -88,7 +88,7 @@ class GitlabProjects
end
# Import project via git clone --bare
# URL must be publicly clonable
# URL must be publicly clon
e
able
def
import_project
@source
=
ARGV
.
shift
$logger
.
info
"Importing project
#{
@project_name
}
from <
#{
@source
}
> to <
#{
full_path
}
>."
...
...
lib/gitlab_update.rb
View file @
9e55cd4c
...
...
@@ -27,7 +27,7 @@ class GitlabUpdate
ENV
[
'GL_ID'
]
=
nil
# If its push over ssh
# we need to check user per
s
mission per branch first
# we need to check user permission per branch first
if
ssh?
if
api
.
allowed?
(
'git-receive-pack'
,
@repo_name
,
@key_id
,
@branch_name
)
update_redis
...
...
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