summaryrefslogtreecommitdiff
path: root/lib/gitlab_net.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove hooks, they belong to Gitaly nowremove-hooksJacob Vosmaer2019-04-031-1/+0
* Disable rubocop for old (<2.2) hash syntaxJonathon Reinhart2018-12-131-1/+1
* Use 'push_options' everywhere instead of 'push_opts'Jonathon Reinhart2018-12-131-2/+2
* Pass push options to GitLab /internal/post_receive APIJonathon Reinhart2018-12-131-2/+3
* Revert "Merge branch 'sh-bump-ruby-version' into 'master'"Douwe Maan2018-12-131-18/+8
* Upgrade to Ruby 2.5.3Stan Hu2018-12-131-8/+18
* Remove circular dependency between HTTPHelper and GitlabNetsh-fix-circular-dependency-errorsStan Hu2018-11-271-3/+0
* Include LFS operation when making auth requestashmckenzie/8114-geo-push-ssh-lfs-http-auth-bugAsh McKenzie2018-11-081-14/+8
* Changes the HTTP error code from Gateway timeout to Service Unavailableadd-http-gateway-time-out-handlingTiago Botelho2018-10-241-1/+1
* Adds handling of Net::HTTPGatewayTimeOut exception to GitlabNetTiago Botelho2018-10-241-1/+1
* Ensure text/plain & text/html content typs are handled and add missing specs ...Ash McKenzie2018-09-111-5/+9
* Custom Action supportash.mckenzie/custom-action-supportAsh McKenzie2018-09-081-3/+3
* GitAccessStatus initializer sensible defaultsAsh McKenzie2018-09-071-8/+1
* Move some GitlabNet requires into HTTPHelperAsh McKenzie2018-09-071-2/+0
* /api/v4/allowed returns proper HTTP status codesAsh McKenzie2018-09-071-1/+2
* Fix handling non 200 response codeszj-fix-non-200-resp-codeZeger-Jan van de Weg2018-09-051-1/+0
* Restore "Pass custom git_config_options to Gitalyo"Nick Thomas2018-08-141-0/+1
* Revert "Merge branch 'ash.mckenzie/srp-refactor' into 'master'"Nick Thomas2018-08-141-55/+94
* 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