- 02 Jan, 2015 2 commits
-
-
Robert Schilling authored
typo in message: "accesible" -> "accessible"
-
Christian González authored
-
- 01 Jan, 2015 1 commit
-
-
Christian González authored
-
- 26 Nov, 2014 1 commit
-
-
Jacob Vosmaer authored
Fix custom hook output
-
- 25 Nov, 2014 2 commits
-
-
Valery Sizov authored
Add missing 'require_relative' in gitlab_net.rb Prevent 'uninitialized constant GitlabNet::GitAccessStatus'. See merge request !49
-
Jacob Vosmaer authored
Without this 'require' statement, you get the following error: ``` $ git ls-remote origin /home/git/gitlab-shell/lib/gitlab_net.rb:30:in `check_access': uninitialized constant GitlabNet::GitAccessStatus (NameError) from /home/git/gitlab-shell/lib/gitlab_shell.rb:63:in `validate_access' from /home/git/gitlab-shell/lib/gitlab_shell.rb:24:in `exec' from /home/git/gitlab-shell/bin/gitlab-shell:16:in `<main>' fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. ```
-
- 24 Nov, 2014 2 commits
-
-
Valery Sizov authored
Better git hook messages DZ already merged it but we had to revert it because of lack of time to deploy to dev. See merge request !48
-
Valery Sizov authored
This reverts commit f8453da5.
-
- 20 Nov, 2014 1 commit
-
-
Jacob Vosmaer authored
At least the following things were broken: - missing require for 'gitlab_access_status' in lib/gitlab_net.rb - gitlabhq master internal API returns 'true' or 'false', gitlab-shell expects JSON This reverts commit 11311a95, reversing changes made to 45444597.
-
- 19 Nov, 2014 4 commits
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: VERSION
-
Valery Sizov authored
Revert broken things See merge request !6
-
Valery Sizov authored
-
Valery Sizov authored
This reverts commit cd9e7963.
-
- 18 Nov, 2014 4 commits
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Drew Blessing authored
-
Dmitriy Zaporozhets authored
Delete tags and branches that start with hyphen
-
Dmitriy Zaporozhets authored
Restore hooks PATH before calling ruby.
-
- 17 Nov, 2014 1 commit
-
-
Ciro Santilli authored
-
- 14 Nov, 2014 1 commit
-
-
Valery Sizov authored
-
- 11 Nov, 2014 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 07 Nov, 2014 4 commits
-
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Add custom hook support to CHANGELOG
-
Drew Blessing authored
-
Dmitriy Zaporozhets authored
Custom hooks
-
- 06 Nov, 2014 1 commit
-
-
jkbzh authored
- Reset G_ID if the custom pre-receive hook fails - Use a pipe to feed stdin to the custom pre- and post-receive hooks, in the same way that the standalone git works
-
- 05 Nov, 2014 1 commit
-
-
Drew Blessing authored
-
- 31 Oct, 2014 2 commits
-
-
Ciro Santilli authored
-
Dmitriy Zaporozhets authored
fixing broken custom pre-receive calls
-
- 30 Oct, 2014 2 commits
-
-
jose authored
-
jose authored
when a user has access. Doing an exit 0 effectively ended the thread. No code would be executed after the call to exec. This changes fixes the problem for the pre-receive hooks but you want to check that GitlabAccess.exec is not used elsewhere. A quick grep of the code seems to indicate this is not the case
-
- 28 Oct, 2014 4 commits
-
-
Dmitriy Zaporozhets authored
Add optional repo path, remove reference to gitolite repo
-
Dmitriy Zaporozhets authored
avoid @user_tried
-
Dmitriy Zaporozhets authored
Added list-keys command, with associated spec
-
Dmitriy Zaporozhets authored
Added list-projects command & spec
-
- 20 Oct, 2014 4 commits
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: .gitignore
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Secret token Part of gitlab/gitlabhq#1528. Required by gitlab/gitlabhq!1185 See merge request !46
-
- 16 Oct, 2014 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 15 Oct, 2014 1 commit
-
-
Valery Sizov authored
-