summaryrefslogtreecommitdiff
path: root/lib/gitlab_net.rb
Commit message (Expand)AuthorAgeFilesLines
* GitlatNet#discover only parse JSON if a 200Ash McKenzie2018-08-011-1/+1
* Merge remote-tracking branch 'origin/master' into ash.mckenzie/srp-refactorAsh McKenzie2018-08-011-7/+10
|\
| * Add support for SSH certificate authenticationÆvar Arnfjörð Bjarmason2018-07-261-17/+45
* | Use actor when we don't know if it's a Key or UserAsh McKenzie2018-08-011-15/+14
* | Rename NotFound -> NotFoundErrorAsh McKenzie2018-08-011-2/+2
* | Utilise new ActionsAsh McKenzie2018-08-011-17/+30
* | Tidy up GitlabNetAsh McKenzie2018-08-011-7/+2
* | actor is always key_id in GitlabNetAsh McKenzie2018-08-011-7/+2
* | Use HTTP status constants in GitLabNetAsh McKenzie2018-08-011-24/+11
* | Move HTTP related exceptions into HTTPHelperAsh McKenzie2018-08-011-3/+0
* | Move GL_PROTOCOL into GitlabNetAsh McKenzie2018-07-301-0/+1
|/
* 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