summaryrefslogtreecommitdiff
path: root/lib/gitlab_net.rb
Commit message (Expand)AuthorAgeFilesLines
* Add the missing 5th parameter to `GitAccessStatus.new` in `GitlabNet`Robert Speicher2017-08-091-1/+1
* Handle internal API errors when getting merge request URLsonly-parse-mr-urls-on-successSean McGivern2017-07-121-1/+8
* Revert "Merge branch '86-follow-up-from-use-gl_repository-if-present-when-enq...revert-gl-repositoryAlejandro Rodríguez2017-07-031-7/+6
* Merge branch 'master' into remove-references-to-v3-internal-apiDmitriy Zaporozhets2017-06-211-6/+7
|\
| * Remove old `project` parameter, use `gl_repository` instead86-follow-up-from-use-gl_repository-if-present-when-enqueing-sidekiq-postreceive-jobsAlejandro Rodríguez2017-06-201-6/+7
* | Remove references to V3 internal APIremove-references-to-v3-internal-apiAdam Niedzielski2017-06-161-12/+8
|/
* Setup use of gl-repository to enqueue PostReceive sidekiq jobsAlejandro Rodríguez2017-05-111-1/+0
* Handle GL_REPOSITORY env variable and use it in api callsAlejandro Rodríguez2017-05-111-6/+11
* Use api/v4 for gitaly notification and add testsgitaly-post-receive-2Alejandro Rodríguez2017-02-101-9/+13
* Add gitaly notification on post-receive hookAlejandro Rodríguez2017-02-071-0/+8
* Set a 'Host' header on unix socketsJacob Vosmaer2017-01-031-0/+6
* Pass relevant git environment variables while calling `/allowed`Timothy Andrew2016-12-161-2/+3
* Use full repository path for API calls instead of extracting namedz-support-nested-namespacesDmitriy Zaporozhets2016-10-271-8/+6
* Refactored LFS auth logic to use its own API endpoint.Patricio Cano2016-09-061-5/+22
* Added LFS support to SSHPatricio Cano2016-09-061-1/+1
* Add option to recover 2FA via SSHDrew Blessing2016-08-261-0/+9
* Sentinel connection parameters in `config.yml` fileGabriel Mazetto2016-08-181-0/+6
* print new merge request urls after push receivedScott Le2016-08-121-0/+7
* 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-1/+2
* Refactor repository paths handling to allow multiple git mount pointsshardsAlejandro Rodríguez2016-06-291-1/+1
* Put Redis loading code in one placegitlab-redisJacob Vosmaer2016-06-231-1/+1
* Put redis library in lib/vendor/ and adjust LOAD_PATHuse-redis-rb-clientStan Hu2016-05-121-1/+1
* Add redis-rb as a vendored libraryStan Hu2016-05-121-1/+1
* Use Redis Ruby client instead of shelling out to redis-cliStan Hu2016-05-121-0/+19
* Add encoding for the ssh key on the urlPablo Carranza2016-03-241-1/+1
* Change use of fingerprint for whole keyPablo Carranza2016-03-241-2/+2
* Change API endpoint to authorized_keysPablo Carranza2016-03-241-1/+1
* Add authorized keys bin script to find keys by fingerprintPablo Carranza2016-03-241-2/+4
* Add ssh-key resource get to gitlab_netPablo Carranza2016-03-241-0/+5
* Actually use the read_timeout config optionJacob Vosmaer2016-02-091-1/+5
* Log duration of HTTP API requestsnet-read-timeoutJacob Vosmaer2016-02-091-0/+5
* Use an HTTP timeout of 5 minutes by defaultJacob Vosmaer2016-02-091-6/+11
* Add support to connect gitlab-shell to Unicorn via UNIX socketKirill Smelkov2015-11-101-1/+6
* Merge pull request #212 from jirutka/patch-1Dmitriy Zaporozhets2015-04-101-1/+1
|\
| * Allow to configure location of the secret fileJakub Jirutka2015-02-081-1/+1
* | Improve broadcast message logicv2.5.1Dmitriy Zaporozhets2015-02-181-7/+3
* | Log full Net::HTTP error.Douwe Maan2015-02-121-1/+2
* | Show nice error message when internal API is unreachable.Douwe Maan2015-02-111-1/+7
* | Refactor: Remove #tap for readability and performance and DRY up get/post.Douwe Maan2015-02-111-40/+40
* | Print broadcast message if one is available.Douwe Maan2015-02-091-0/+9
|/
* Fix gitlab-shell access for any kind of branchv2.4.2Dmitriy Zaporozhets2015-01-281-1/+2
* Join changes in GitlabNet libraryDmitriy Zaporozhets2015-01-281-1/+1
* double quotes to single quotesChristian González2015-01-021-1/+1
* typo in message: "accesible" -> "accessible"Christian González2015-01-011-1/+1
* Add missing 'require_relative' in gitlab_net.rbJacob Vosmaer2014-11-251-0/+1
* Revert "Revert "Merge branch 'git_hook_messages'""Valery Sizov2014-11-241-2/+6
* Revert "Merge branch 'git_hook_messages'"Jacob Vosmaer2014-11-201-6/+2
* Show error message when git access is rejectedValery Sizov2014-11-141-2/+6
* add secret tokenValery Sizov2014-10-151-1/+6