summaryrefslogtreecommitdiff
path: root/spec/gitlab_net_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add support for using gl_project_pathsh-use-gl-project-pathStan Hu2019-02-161-0/+4
* Fix spec failure with Ruby 2.5Jacob Vosmaer2018-12-201-1/+1
* Use 'push_options' everywhere instead of 'push_opts'Jonathon Reinhart2018-12-131-3/+3
* 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-1/+1
* Upgrade to Ruby 2.5.3Stan Hu2018-12-131-1/+1
* Include LFS operation when making auth requestashmckenzie/8114-geo-push-ssh-lfs-http-auth-bugAsh McKenzie2018-11-081-6/+21
* Ensure text/plain & text/html content typs are handled and add missing specs ...Ash McKenzie2018-09-111-18/+49
* Fix handling non 200 response codeszj-fix-non-200-resp-codeZeger-Jan van de Weg2018-09-051-0/+9
* Remove usages of `its` in specsRobert Speicher2018-08-151-1/+1
* Autocorrect specs via `transpec -k its -v stub_with_hash`Robert Speicher2018-08-151-77/+77
* Revert "Merge branch 'ash.mckenzie/srp-refactor' into 'master'"Nick Thomas2018-08-141-183/+110
* GitlatNet#discover only parse JSON if a 200Ash McKenzie2018-08-011-1/+7
* Merge remote-tracking branch 'origin/master' into ash.mckenzie/srp-refactorAsh McKenzie2018-08-011-33/+31
|\
* | Use actor when we don't know if it's a Key or UserAsh McKenzie2018-08-011-30/+34
* | Rename NotFound -> NotFoundErrorAsh McKenzie2018-08-011-4/+4
* | Utilise new ActionsAsh McKenzie2018-08-011-32/+99
* | Fix some rspec deprecationsAsh McKenzie2018-08-011-63/+61
|/
* Rspec upgrade and deprecation fixesash.mckenzie/minor-tidy-upAsh McKenzie2018-07-201-30/+34
* Support HTTP headers and sending JSONAsh McKenzie2018-07-201-13/+62
* Rename HTTPHelper#host to #internal_api_endpointAsh McKenzie2018-07-201-8/+8
* Add #base_api_endpoint for re-usabilityAsh McKenzie2018-07-201-0/+8
* Remove direct redis integrationNick Thomas2018-01-121-56/+0
* Support new /internal/pre-receive API endpoint for post-receivegitaly-redis-refactorAlejandro Rodríguez2017-09-051-0/+26
* Support new /internal/post-receive API endpointAlejandro Rodríguez2017-08-301-0/+40
* Handle internal API errors when getting merge request URLsonly-parse-mr-urls-on-successSean McGivern2017-07-121-6/+18
* Revert "Merge branch '86-follow-up-from-use-gl_repository-if-present-when-enq...revert-gl-repositoryAlejandro Rodríguez2017-07-031-5/+13
* Set explicit value for secret token for net specsDmitriy Zaporozhets2017-06-211-1/+2
* Merge branch 'master' into remove-references-to-v3-internal-apiDmitriy Zaporozhets2017-06-211-13/+5
|\
| * 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-13/+5
* | Update VCR fixturesDmitriy Zaporozhets2017-06-211-52/+56
* | Remove references to V3 internal APIremove-references-to-v3-internal-apiAdam Niedzielski2017-06-161-12/+2
|/
* Handle GL_REPOSITORY env variable and use it in api callsAlejandro Rodríguez2017-05-111-15/+47
* Use api/v4 for gitaly notification and add testsgitaly-post-receive-2Alejandro Rodríguez2017-02-101-3/+22
* Set a 'Host' header on unix socketsJacob Vosmaer2017-01-031-14/+27
* Refactored LFS auth logic to use its own API endpoint.Patricio Cano2016-09-061-2/+13
* Added LFS support to SSHPatricio Cano2016-09-061-0/+3
* Add option to recover 2FA via SSHDrew Blessing2016-08-261-0/+18
* Remove useless `.and_call_origin` from specsfeature/redis-sentinelGabriel Mazetto2016-08-191-17/+5
* Added specs for sentinel supportGabriel Mazetto2016-08-181-0/+14
* Rename ENV['PROTOCOL'] to ENV['GL_PROTOCOL'] and make it mandatory with no fa...Patricio Cano2016-07-051-7/+7
* Added better tests for the protocol checkPatricio Cano2016-07-051-0/+36
* Test passwordStan Hu2016-05-121-0/+14
* Use Redis Ruby client instead of shelling out to redis-cliStan Hu2016-05-121-0/+40
* Add encoding for the ssh key on the urlPablo Carranza2016-03-241-1/+3
* Add authorized keys bin script to find keys by fingerprintPablo Carranza2016-03-241-4/+4
* Add ssh-key resource get to gitlab_netPablo Carranza2016-03-241-0/+28
* Drop bang in stub method as it is deprecatedPablo Carranza2016-03-241-3/+3
* Actually use the read_timeout config optionJacob Vosmaer2016-02-091-1/+1
* Improve broadcast message logicv2.5.1Dmitriy Zaporozhets2015-02-181-2/+2