summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* More accurate expaction around warning outputsh-bump-ruby-versionAsh McKenzie2018-12-132-7/+1
* Ensure a local config.yml does not impact testsAsh McKenzie2018-12-131-0/+2
* Send check_permissions exception output to stdoutAsh McKenzie2018-12-131-1/+1
* Ruby 2.5 only testsAsh McKenzie2018-12-131-1/+5
* Allow targeting of Ruby version in testsAsh McKenzie2018-12-131-0/+2
* More explicit stubbingAsh McKenzie2018-12-131-3/+5
* Use open3 so we have more control over outputAsh McKenzie2018-12-131-3/+5
* Address rubocop offencesAsh McKenzie2018-12-131-3/+5
* Fix gitlab_keys_spec for File.open changesStan Hu2018-12-121-1/+3
* Fix regexpStan Hu2018-12-121-1/+1
* Upgrade json and simplecovStan Hu2018-12-121-1/+1
* Fix URI.join to work with Ruby 2.5Stan Hu2018-12-121-1/+1
* 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