| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|/ / |
|
|\ \
| |/
|/|
| |
| |
| | |
Update changelog
See merge request !50
|
|/ |
|
|\
| |
| | |
Fix custom hook output
|
| | |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Add missing 'require_relative' in gitlab_net.rb
Prevent 'uninitialized constant GitlabNet::GitAccessStatus'.
See merge request !49
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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.
```
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
|/ /
| |
| |
| | |
This reverts commit f8453da5868dd7a23d0f2f3da7a45e33c441d1db.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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 11311a95545f967a5736cd16ab5fc37f7e658519, reversing
changes made to 45444597aef3e434571de2491934ae92357ad231.
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Conflicts:
VERSION
|
| |/ |
|
|\ \
| | |
| | |
| | |
| | |
| | | |
Revert broken things
See merge request !6
|
| | | |
|
|/ /
| |
| |
| | |
This reverts commit cd9e796316560eee596f2681d54a8417389bbe79.
|
| |
| |
| |
| | |
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
|
|\ \
| | |
| | | |
Delete tags and branches that start with hyphen
|
| | | |
|
|\ \ \
| |_|/
|/| | |
Restore hooks PATH before calling ruby.
|
|/ / |
|
| |
| |
| |
| | |
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
|
| | |
|
|\ \
| | |
| | | |
Add custom hook support to CHANGELOG
|
|/ / |
|
|\ \
| |/
|/| |
Custom hooks
|
| |
| |
| |
| |
| |
| | |
- 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
|
|/ |
|
|\
| |
| | |
fixing broken custom pre-receive calls
|
| | |
|
|/
|
|
|
|
|
|
|
| |
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
|
|\
| |
| | |
Add optional repo path, remove reference to gitolite repo
|
| | |
|
|\ \
| | |
| | | |
avoid @user_tried
|
| | |
| | |
| | | |
using instance_variable_defined to avoid @user_tried
|
|\ \ \
| | | |
| | | | |
Added list-keys command, with associated spec
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Removed puts and tidied up regex
Address the hound
Address the hound, again
Use single quotes
Add back travis.yml file
Remove travis.yml, only keep on fh-master
Use single quotes
Use single quotes
|
|\ \ \ \
| | | | |
| | | | | |
Added list-projects command & spec
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
list-projects command usage
Single quotes
Use single quotes
Use single quotes
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Conflicts:
.gitignore
|
| |\ \ \
| | | | |
| | | | | |
Ignore .bundle
|
| |/ / / |
|
| |\ \ \
| | | | |
| | | | | |
Split one instance variable per line
|
| | | | | |
|
| |\ \ \ \
| | | | | |
| | | | | | |
Ignore tags file
|
| | |/ / / |
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
|
|\ \ \ \ \
| |/ / / /
|/| | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Secret token
Part of gitlab/gitlabhq#1528.
Required by gitlab/gitlabhq!1185
See merge request !46
|
| | | | | |
|
|/ / / / |
|