summaryrefslogtreecommitdiff
path: root/lib/gitlab_access.rb
Commit message (Expand)AuthorAgeFilesLines
* GitAccessStatus no longer neededash.mckenzie/git-push-ssh-proxy-refactorAsh McKenzie2018-07-251-1/+0
* Leverage new Action::Gitaly and Action::CustomAsh McKenzie2018-07-251-4/+1
* Improve encapsulation of GitlabAccessAsh McKenzie2018-07-251-7/+6
* Rename gitlab_access_status -> git_access_statusAsh McKenzie2018-07-251-1/+1
* Add relative git object dir envvars to check access requestfeature/add-pwd-envvar-to-check-access-requestAhmad Sherif2017-10-101-6/+2
* Handle GL_REPOSITORY env variable and use it in api callsAlejandro Rodríguez2017-05-111-3/+4
* Pass relevant git environment variables while calling `/allowed`Timothy Andrew2016-12-161-1/+6
* Add instrumentation to push hooksmore-instrumentation-down-the-pipelineAhmad Sherif2016-11-161-1/+4
* Use full repository path for API calls instead of extracting namedz-support-nested-namespacesDmitriy Zaporozhets2016-10-271-3/+2
* Rename ENV['PROTOCOL'] to ENV['GL_PROTOCOL'] and make it mandatory with no fa...Patricio Cano2016-07-051-1/+1
* Allow GitLab Shell to check for allowed access based on the used Git protocol.Patricio Cano2016-07-051-3/+4
* Refactor repository paths handling to allow multiple git mount pointsshardsAlejandro Rodríguez2016-06-291-1/+1
* Write GitlabAccess error to stderr.Douwe Maan2015-04-061-11/+10
* Show nice error message when internal API is unreachable.Douwe Maan2015-02-111-8/+13
* Revert "Revert "Merge branch 'git_hook_messages'""Valery Sizov2014-11-241-4/+6
* Revert "Merge branch 'git_hook_messages'"Jacob Vosmaer2014-11-201-6/+4
* Show error message when git access is rejectedValery Sizov2014-11-141-4/+6
* Support for custom hooksDrew Blessing2014-11-051-1/+1
* using true instead of 1jose2014-10-301-1/+1
* The gitlab pre-receive hook expects the call to exec to return 1jose2014-10-301-1/+1
* Split one instance variable per lineCiro Santilli2014-10-041-1/+2
* GitLab /api/allowed endpoint requires POST requestDmitriy Zaporozhets2014-09-031-1/+1
* GitlabAccess and GitlabPostReceive classes addedDmitriy Zaporozhets2014-09-011-0/+34