Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename ENV['PROTOCOL'] to ENV['GL_PROTOCOL'] and make it mandatory with no ↵ | Patricio Cano | 2016-07-05 | 1 | -1/+1 |
| | | | | fallback value | ||||
* | Allow GitLab Shell to check for allowed access based on the used Git protocol. | Patricio Cano | 2016-07-05 | 1 | -3/+4 |
| | |||||
* | Refactor repository paths handling to allow multiple git mount pointsshards | Alejandro Rodríguez | 2016-06-29 | 1 | -1/+1 |
| | |||||
* | Write GitlabAccess error to stderr. | Douwe Maan | 2015-04-06 | 1 | -11/+10 |
| | |||||
* | Show nice error message when internal API is unreachable. | Douwe Maan | 2015-02-11 | 1 | -8/+13 |
| | |||||
* | Revert "Revert "Merge branch 'git_hook_messages'"" | Valery Sizov | 2014-11-24 | 1 | -4/+6 |
| | | | | This reverts commit f8453da5868dd7a23d0f2f3da7a45e33c441d1db. | ||||
* | Revert "Merge branch 'git_hook_messages'" | Jacob Vosmaer | 2014-11-20 | 1 | -6/+4 |
| | | | | | | | | | | 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. | ||||
* | Show error message when git access is rejected | Valery Sizov | 2014-11-14 | 1 | -4/+6 |
| | |||||
* | Support for custom hooks | Drew Blessing | 2014-11-05 | 1 | -1/+1 |
| | |||||
* | using true instead of 1 | jose | 2014-10-30 | 1 | -1/+1 |
| | |||||
* | The gitlab pre-receive hook expects the call to exec to return 1 | jose | 2014-10-30 | 1 | -1/+1 |
| | | | | | | | | | 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 | ||||
* | Split one instance variable per line | Ciro Santilli | 2014-10-04 | 1 | -1/+2 |
| | |||||
* | GitLab /api/allowed endpoint requires POST request | Dmitriy Zaporozhets | 2014-09-03 | 1 | -1/+1 |
| | | | | | | | This commit made changes to GitLab shell to work with huge pushed (ex. 1k branhes) using POST request to API Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | GitlabAccess and GitlabPostReceive classes added | Dmitriy Zaporozhets | 2014-09-01 | 1 | -0/+34 |
Gitlab Access handles security check. GitlabPostReceive creates a sidekiq job Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> |