summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add rootDir validation193-follow-up-from-respect-gitlab_shell_dir-in-the-go-versionAsh McKenzie2019-06-051-0/+5
|
* Add Makefile for easier building and testingAsh McKenzie2019-06-051-0/+24
|
* Merge branch '187-respect-gitlab-shell-dir-envvar-in-go' into 'master'Ash McKenzie2019-06-041-0/+4
|\ | | | | | | | | | | | | Respect GITLAB_SHELL_DIR in the Go version Closes #187 See merge request gitlab-org/gitlab-shell!309
| * Respect GITLAB_SHELL_DIR in the Go versionNick Thomas2019-06-041-0/+4
|/
* Merge branch 'id-git-upload-pack' into 'master'Nick Thomas2019-06-0316-48/+213
|\ | | | | | | | | | | | | Go implementation for git-upload-pack Closes #160 See merge request gitlab-org/gitlab-shell!305
| * Go implementation for git-upload-packIgor2019-06-0316-48/+213
|/
* Merge branch 'id-fallback-for-unimplemented' into 'master'Nick Thomas2019-06-032-11/+20
|\ | | | | | | | | Return Fallback cmd if feature is enabled, but unimplemented See merge request gitlab-org/gitlab-shell!306
| * Return Fallback cmd if feature is enabled, but unimplementedIgor2019-06-032-11/+20
|/
* Merge branch 'id-git-receive-pack' into 'master'Nick Thomas2019-05-3137-102/+1688
|\ | | | | | | | | | | | | Go implementation for git-receive-pack Closes #161 See merge request gitlab-org/gitlab-shell!300
| * Go implementation for git-receive-packIgor2019-05-3137-102/+1688
|/
* Merge branch 'go-1-12' into 'master'Nick Thomas2019-05-311-8/+4
|\ | | | | | | | | Only build against go1.11 and go1.12 See merge request gitlab-org/gitlab-shell!304
| * Only build against go1.11 and go1.12Nick Thomas2019-05-301-8/+4
|/
* Merge branch 'id-go-refactorings' into 'master'Nick Thomas2019-05-2214-101/+101
|\ | | | | | | | | Refactor execution and parsing logic in Go's implementation See merge request gitlab-org/gitlab-shell!302
| * Add go tag to two-factor-recovery specsIgor Drozdov2019-05-221-1/+1
| |
| * Introduce gitlabnet.ParseJSON to DRYIgor Drozdov2019-05-224-60/+48
| |
| * Pass readWriter to Command constructorIgor Drozdov2019-05-209-40/+52
|/
* Merge branch 'sh-release-9.2.0' into 'master'v9.2.0Rémy Coutable2019-05-162-1/+4
|\ | | | | | | | | Release v9.2.0 See merge request gitlab-org/gitlab-shell!301
| * Release v9.2.0Stan Hu2019-05-162-1/+4
|/
* Merge branch 'sh-upgrade-to-ruby-2.6.3' into 'master'Rémy Coutable2019-05-094-2/+14
|\ | | | | | | | | Upgrade to Ruby 2.6.3 See merge request gitlab-org/gitlab-shell!298
| * Upgrade to Ruby 2.6.3sh-upgrade-to-ruby-2.6.3Stan Hu2019-05-064-2/+14
| | | | | | | | | | | | Restores some of the changes in https://gitlab.com/gitlab-org/gitlab-shell/merge_requests/257, but still targets Rubocop for 2.3.
* | Merge branch 'release-9-1-0' into 'master'v9.1.0Nick Thomas2019-05-072-1/+7
|\ \ | |/ |/| | | | | Release v9.1.0 See merge request gitlab-org/gitlab-shell!299
| * Release v9.1.0Nick Thomas2019-05-072-1/+7
|/
* Merge branch 'id-api-https' into 'master'Nick Thomas2019-05-0110-16/+263
|\ | | | | | | | | | | | | Support calling internal API using HTTPS Closes #179 See merge request gitlab-org/gitlab-shell!297
| * Support calling internal API using HTTPSIgor2019-05-0110-16/+263
|/
* Merge branch 'master' into 'master'Nick Thomas2019-05-012-9/+13
|\ | | | | | | | | Print keys in list-keys command See merge request gitlab-org/gitlab-shell!198
| * Actually print matched keys in list_keysChristian Ratzenhofer2019-04-302-9/+13
|/
* Merge branch 'id-api-regular-http' into 'master'Nick Thomas2019-04-2415-140/+348
|\ | | | | | | | | Support calling internal api using HTTP See merge request gitlab-org/gitlab-shell!295
| * Support calling internal api using HTTPIgor2019-04-2415-140/+348
|/
* Merge branch 'go-migration-feature-flags-doc' into 'master'Nick Thomas2019-04-171-0/+37
|\ | | | | | | | | Add doc about Go migration feature flags See merge request gitlab-org/gitlab-shell!296
| * Add doc about Go migration feature flagsPatrick Bajao2019-04-171-0/+37
|/
* Merge branch 'fix-determine-root-dir' into 'master'Ash McKenzie2019-04-124-19/+119
|\ | | | | | | | | Correctly determine the root directory for gitlab-shell See merge request gitlab-org/gitlab-shell!294
| * Pass the root directory into the fallback commandNick Thomas2019-04-124-12/+99
| |
| * Correctly determine the root directory for gitlab-shellNick Thomas2019-04-121-11/+24
|/ | | | Credit to https://gitlab.com/ejiek for spotting this one.
* Merge branch '170-add-ash-as-a-maintainer-for-gitlab-shell' into 'master'Douglas Barbosa Alexandre2019-04-111-0/+2
|\ | | | | | | | | | | | | Add Ash as a maintainer for gitlab-shell Closes #170 See merge request gitlab-org/gitlab-shell!260
| * Add @ashmckenzie as a code ownerAsh McKenzie2019-04-111-2/+2
| |
| * Add CODEOWNERS for existing code ownersAsh McKenzie2019-04-111-0/+2
|/
* Merge branch 'release-9-0-0' into 'master'v9.0.0Nick Thomas2019-04-042-1/+8
|\ | | | | | | | | Release v9.0.0 See merge request gitlab-org/gitlab-shell!293
| * Release v9.0.0Nick Thomas2019-04-042-1/+8
|/
* Merge branch ↵Nick Thomas2019-04-046-9/+90
|\ | | | | | | | | | | | | '9217-warn-on-git-fetch-over-ssh-if-the-secondary-is-lagging-the-primary' into 'master' Display console messages, if available See merge request gitlab-org/gitlab-shell!287
| * Print console messages to $stderr if present9217-warn-on-git-fetch-over-ssh-if-the-secondary-is-lagging-the-primaryAsh McKenzie2019-04-043-4/+25
| | | | | | | | Using ConsoleHelper::write_stderr
| * Use write_stderr instead of $stderr.putsAsh McKenzie2019-04-042-5/+10
| |
| * New ConsoleHelper moduleAsh McKenzie2019-04-042-0/+55
|/ | | | | .write_stderr .format_for_stderr
* Merge branch ↵Douglas Barbosa Alexandre2019-04-041-0/+1
|\ | | | | | | | | | | | | | | | | '182-lib-gitlab_net-rb-37-in-check_access-uninitialized-constant-gitlabnet-gitaccessstatus-nameerror' into 'master' Explicitly include gitlab_access_status.rb Closes #182 See merge request gitlab-org/gitlab-shell!292
| * Explicitly include gitlab_access_status.rbAsh McKenzie2019-04-041-0/+1
|/
* Merge branch 'remove-hooks' into 'master'Nick Thomas2019-04-0311-998/+11
|\ | | | | | | | | Remove hooks, they belong to Gitaly now See merge request gitlab-org/gitlab-shell!291
| * Remove hooks, they belong to Gitaly nowJacob Vosmaer2019-04-0311-998/+11
|/
* Merge branch 'display-post-receive-warnings' into 'master'Nick Thomas2019-04-012-8/+28
|\ | | | | | | | | Display post receive warnings from Rails See merge request gitlab-org/gitlab-shell!288
| * Rename print_broadbast method to be genericdisplay-post-receive-warningsLuke Duncalfe2019-04-012-4/+4
| | | | | | | | | | | | print_warnings is now using that method in order to print a large formatted warning message, so renaming the method to be less tied to the broadcast message functionality.
| * Fixing whitespace issues in specLuke Duncalfe2019-03-291-8/+8
| |
| * Allow GitlabPostReceive to print warningsLuke Duncalfe2019-03-282-0/+20
| | | | | | | | | | | | Warnings are printed using the same method that prints broadcast messages. This ensures that whatever warnings are returned will be displayed correctly.