summaryrefslogtreecommitdiff
path: root/spec/gitlab_access_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Refactor repository paths handling to allow multiple git mount pointsshardsAlejandro Rodríguez2016-06-291-2/+2
|
* Simplify the GitAccessStatus classsimplify-access-statusJacob Vosmaer2016-06-231-2/+2
| | | | | Make the optional 'message' argument required. Remove unused 'to_json' method.
* Show nice error message when internal API is unreachable.Douwe Maan2015-02-111-4/+45
|
* Add tests for GitlabPostReceiveDmitriy Zaporozhets2014-09-011-1/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* GitlabAccess and GitlabPostReceive classes addedDmitriy Zaporozhets2014-09-011-0/+18
Gitlab Access handles security check. GitlabPostReceive creates a sidekiq job Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>