summaryrefslogtreecommitdiff
path: root/lib/gitlab_net.rb
Commit message (Expand)AuthorAgeFilesLines
* Leverage new Action::Gitaly and Action::CustomAsh McKenzie2018-07-251-9/+9
* GitlabNet actor is always key_idAsh McKenzie2018-07-251-7/+2
* Move GL_PROTOCOL into GitlabNetAsh McKenzie2018-07-251-1/+2
* Move more HTTP logic from GitlabNet -> HTTPHelperAsh McKenzie2018-07-251-30/+11
* Support HTTP headers and sending JSONAsh McKenzie2018-07-201-1/+1
* Rename HTTPHelper#host to #internal_api_endpointAsh McKenzie2018-07-201-11/+11
* Move HTTP logic out into HTTPHelperAsh McKenzie2018-07-201-104/+3
* Switch to structured loggingJacob Vosmaer (GitLab)2018-03-191-7/+5
* Update files to pass modern rubocop checks. Disable some of themdz-update-depsDmitriy Zaporozhets2018-02-221-13/+11
* Update rubocop and code to pass itDmitriy Zaporozhets2018-02-221-8/+8
* Remove special case treatment of Geo nodes for SSHStan Hu2018-01-121-2/+1
* Remove direct redis integrationNick Thomas2018-01-121-25/+0
* pass gl_username through to hooksDavid Turner2017-09-281-1/+7
* Support new /internal/pre-receive API endpoint for post-receivegitaly-redis-refactorAlejandro Rodríguez2017-09-051-0/+8
* Support new /internal/post-receive API endpointAlejandro Rodríguez2017-08-301-0/+14
* Make geo_node a default parametersh-show-all-refsStan Hu2017-07-241-1/+1
* Support unhiding of all refs for Geo NodesStan Hu2017-07-211-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