summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Print console messages to $stderr if present9217-warn-on-git-fetch-over-ssh-if-the-secondary-is-lagging-the-primaryAsh McKenzie2019-04-042-3/+9
* Use write_stderr instead of $stderr.putsAsh McKenzie2019-04-042-5/+10
* New ConsoleHelper moduleAsh McKenzie2019-04-041-0/+17
* Explicitly include gitlab_access_status.rbAsh McKenzie2019-04-041-0/+1
* Remove hooks, they belong to Gitaly nowJacob Vosmaer2019-04-034-267/+0
* Rename print_broadbast method to be genericdisplay-post-receive-warningsLuke Duncalfe2019-04-011-3/+3
* Allow GitlabPostReceive to print warningsLuke Duncalfe2019-03-281-0/+6
* Add support for using gl_project_pathsh-use-gl-project-pathStan Hu2019-02-162-3/+8
* Provide expires_in for LFS if available57353-git-push-fails-on-large-lfs-files-where-the-push-take-a-long-timeAsh McKenzie2019-02-141-10/+23
* Make better use of constants in lib/gitlab_shell.rbJacob Vosmaer2018-12-211-5/+5
* Gitaly hook transistion changesJacob Vosmaer2018-12-202-2/+7
* Disable rubocop for old (<2.2) hash syntaxJonathon Reinhart2018-12-131-1/+1
* Use `module_fuction` instead of `extend self`Jonathon Reinhart2018-12-131-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-4/+6
* Add lib/hooks_utils.rbJonathon Reinhart2018-12-131-0/+15
* Remove unused lib/names_helper.rbJonathon Reinhart2018-12-133-10/+0
* Remove circular dependency between HTTPHelper and GitlabNetsh-fix-circular-dependency-errorsStan Hu2018-11-273-3/+5
* Include LFS operation when making auth requestashmckenzie/8114-geo-push-ssh-lfs-http-auth-bugAsh McKenzie2018-11-082-18/+13
* 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
* Display helpful feedback when proxying an SSH git push to secondary request ...Ash McKenzie2018-09-255-36/+34
* Merge branch 'ash.mckenzie/display-feedback' into 'master'Stan Hu2018-09-132-3/+10
|\
| * Print message to $stderr for custom actionAsh McKenzie2018-09-131-0/+6
| * Make ordered expectations around results outputAsh McKenzie2018-09-131-2/+2
| * Consider 300 a successful response alsoAsh McKenzie2018-09-131-1/+2
* | Merge branch 'sh-fix-nonatomic-puts' into 'master'v8.3.2Nick Thomas2018-09-121-2/+3
|\ \ | |/ |/|
| * Fix newlines not appearing between new log entriessh-fix-nonatomic-putsStan Hu2018-09-111-2/+3
* | Ensure text/plain & text/html content typs are handled and add missing specs ...Ash McKenzie2018-09-113-6/+11
|/
* Only decode result body if it has content upon custom action failureStan Hu2018-09-071-1/+3
* Custom Action supportash.mckenzie/custom-action-supportAsh McKenzie2018-09-085-17/+175
* GitlabAccessStatus needs HTTP response status codeAsh McKenzie2018-09-071-2/+4
* Use constants for git commands in GitlabShellAsh McKenzie2018-09-071-6/+11
* New HTTPCodes moduleAsh McKenzie2018-09-071-0/+3
* GitAccessStatus initializer sensible defaultsAsh McKenzie2018-09-072-9/+2
* Move some GitlabNet requires into HTTPHelperAsh McKenzie2018-09-072-2/+2
* /api/v4/allowed returns proper HTTP status codesAsh McKenzie2018-09-071-1/+2
* New HTTPCodes moduleAsh McKenzie2018-09-072-0/+9
* Fix handling non 200 response codeszj-fix-non-200-resp-codeZeger-Jan van de Weg2018-09-052-2/+1
* Clean up cmd_exec execution environmentZeger-Jan van de Weg2018-08-242-67/+16
* Remove non Gitaly code pathsZeger-Jan van de Weg2018-08-201-23/+23
* Remove repo_path from GitlabShellzj-remove-repo-pathZeger-Jan van de Weg2018-08-162-13/+2
* Fix a RuboCop warningRobert Speicher2018-08-151-1/+1
* Override `ROOT_PATH` in specs in a less insane wayRobert Speicher2018-08-151-1/+1
* Merge remote-tracking branch 'upstream/8-1-stable' into 148-merge-8-1-1-to-ma...Nick Thomas2018-08-141-1/+1
|\
| * Guard discovery by username or key against bad API responsesNick Thomas2018-08-091-1/+1
| * Fix two regressions in SSH certificate supportÆvar Arnfjörð Bjarmason2018-08-081-1/+1
* | Restore "Pass custom git_config_options to Gitalyo"Nick Thomas2018-08-143-2/+7
* | Revert "Merge branch 'ash.mckenzie/srp-refactor' into 'master'"Nick Thomas2018-08-1419-564/+397
* | Revert "Pass custom git_config_options to Gitalyo"Nick Thomas2018-08-141-5/+2