summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'fix-rspec-warnings' into 'master'Douwe Maan2018-12-201-9/+15
|\
| * Fix rspec deprecation warningsfix-rspec-warningsJacob Vosmaer2018-12-201-9/+15
* | Fix spec failure with Ruby 2.5Jacob Vosmaer2018-12-201-1/+1
|/
* Use 'push_options' everywhere instead of 'push_opts'Jonathon Reinhart2018-12-132-5/+5
* Pass push options to GitLab /internal/post_receive APIJonathon Reinhart2018-12-132-3/+5
* Add lib/hooks_utils.rbJonathon Reinhart2018-12-131-0/+22
* Remove unused lib/names_helper.rbJonathon Reinhart2018-12-131-12/+0
* Include LFS operation when making auth requestashmckenzie/8114-geo-push-ssh-lfs-http-auth-bugAsh McKenzie2018-11-083-8/+69
* Remove mistaken support for `gitlab-shell user-123`gitlab-shell-no-glid-argumentJacob Vosmaer2018-09-281-21/+0
* Display helpful feedback when proxying an SSH git push to secondary request ...Ash McKenzie2018-09-254-52/+44
* primary_repo can be a String or a Hashash.mckenzie/display-feedbackAsh McKenzie2018-09-131-34/+44
* Print message to $stderr for custom actionAsh McKenzie2018-09-132-0/+105
* Make ordered expectations around results outputAsh McKenzie2018-09-132-4/+19
* Ensure text/plain & text/html content typs are handled and add missing specs ...Ash McKenzie2018-09-1119-30/+614
* Custom Action supportash.mckenzie/custom-action-supportAsh McKenzie2018-09-086-0/+389
* GitlabAccessStatus needs HTTP response status codeAsh McKenzie2018-09-072-11/+16
* GitlabConfig, GitlabShell & GitlabKeys spec fixesAsh McKenzie2018-09-073-11/+16
* Fix handling non 200 response codeszj-fix-non-200-resp-codeZeger-Jan van de Weg2018-09-051-0/+9
* Clean up cmd_exec execution environmentZeger-Jan van de Weg2018-08-241-124/+27
* Remove non Gitaly code pathsZeger-Jan van de Weg2018-08-201-16/+0
* Remove repo_path from GitlabShellzj-remove-repo-pathZeger-Jan van de Weg2018-08-162-30/+5
* Disable WEBrick logging in HTTPUNIXServer to reduce spec output noisers-rspecRobert Speicher2018-08-151-0/+6
* Update webmock to 3.4.2Robert Speicher2018-08-152-2/+3
* Reorganize spec_helper; add support files for VCR and HTTPUNIXServerRobert Speicher2018-08-153-35/+40
* Use `output` matcher in one testRobert Speicher2018-08-151-4/+1
* Require gitlab_init from spec_helperRobert Speicher2018-08-151-0/+2
* Override `ROOT_PATH` in specs in a less insane wayRobert Speicher2018-08-151-2/+6
* Remove usages of `its` in specsRobert Speicher2018-08-153-16/+27
* Update rspec to 3.8.0; remove rspec-itsRobert Speicher2018-08-151-2/+0
* Autocorrect specs via `transpec -k its -v stub_with_hash`Robert Speicher2018-08-1510-195/+195
* Merge remote-tracking branch 'upstream/8-1-stable' into 148-merge-8-1-1-to-ma...Nick Thomas2018-08-142-0/+166
|\
| * Harden gitlab-shell against arguments following the gl_id parameter in the co...Nick Thomas2018-08-091-3/+3
| * Fix two regressions in SSH certificate supportÆvar Arnfjörð Bjarmason2018-08-082-0/+166
* | Restore "Pass custom git_config_options to Gitalyo"Nick Thomas2018-08-142-0/+9
* | Revert "Merge branch 'ash.mckenzie/srp-refactor' into 'master'"Nick Thomas2018-08-1437-1439/+698
* | Revert "Pass custom git_config_options to Gitalyo"Nick Thomas2018-08-143-6/+1
* | Pass custom git_config_options to GitalyoRubén Dávila2018-08-073-1/+6
* | Merge remote-tracking branch 'origin/master' into ash.mckenzie/srp-refactorAsh McKenzie2018-08-025-8/+19
|\ \ | |/
| * use GIT_PROTOCOL env variable in gitlab_shell#execJames Lopez2018-08-011-1/+5
| * update gitlab shell to remove git_protocol env varJames Lopez2018-08-011-1/+0
| * Add Git protocol v2James Lopez2018-08-012-34/+47
* | GitlatNet#discover only parse JSON if a 200Ash McKenzie2018-08-012-1/+53
* | Update Actor::Username, add specsAsh McKenzie2018-08-012-0/+85
* | Merge remote-tracking branch 'origin/master' into ash.mckenzie/srp-refactorAsh McKenzie2018-08-016-61/+87
|\ \ | |/
| * Add support for SSH certificate authenticationÆvar Arnfjörð Bjarmason2018-07-263-19/+53
* | Remove User as Actor::Key/User has replaced itAsh McKenzie2018-08-011-52/+0
* | Use actor when we don't know if it's a Key or UserAsh McKenzie2018-08-016-51/+62
* | New Actor::Base, Actor::Key and Actor::UserAsh McKenzie2018-08-014-0/+198
* | Rename NotFound -> NotFoundErrorAsh McKenzie2018-08-011-4/+4
* | Updated GitlabConfig spec to be less brittleAsh McKenzie2018-08-011-5/+31