summaryrefslogtreecommitdiff
path: root/lib/gitlab_net.rb
Commit message (Expand)AuthorAgeFilesLines
* WIP Use excon for HTTP requestshttp-exconJacob Vosmaer2017-01-021-38/+33
* 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
* GitLab /api/allowed endpoint requires POST requestDmitriy Zaporozhets2014-09-031-4/+26
* Update GitlabNet to match new logicDmitriy Zaporozhets2014-09-011-8/+4
* Improve coverage.Gabor Nagy2014-06-231-16/+19
* Make force push detection actually workDmitriy Zaporozhets2014-04-031-0/+1
* first setup to protect protected branched to force updatesSteven Thonus2014-03-251-1/+1
* Fix testsDmitriy Zaporozhets2014-03-191-2/+3
* Send api.allowed? request for both http and ssh pushDmitriy Zaporozhets2014-03-191-3/+15
* Merge pull request #56 from smashwilson/36-loggerDmitriy Zaporozhets2013-06-101-2/+10
|\
| * Always log non-200 responses from the GitLab API.ash2013-05-181-1/+5
| * Log all GETs and responses at :debug.ash2013-05-181-2/+6