summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Release v12.2.0gitlab-shell-release-12-2-0Ash McKenzie2020-04-172-1/+4
|
* Merge branch 'id-extract-custom-action-in-separate-module' into 'master'Patrick Bajao2020-04-155-45/+90
|\ | | | | | | | | Extract customaction into a separate module See merge request gitlab-org/gitlab-shell!370
| * Extract customaction into a separate moduleid-extract-custom-action-in-separate-moduleIgor Drozdov2020-04-145-45/+90
|/ | | | We'll reuse this module for uploadpack in the future
* Merge branch 'pb-update-release-steps' into 'master'Igor Drozdov2020-04-131-4/+6
|\ | | | | | | | | Update release steps to be more explicit See merge request gitlab-org/gitlab-shell!373
| * Update release steps to be more explicitpb-update-release-stepsPatrick Bajao2020-04-131-4/+6
|/ | | | | Include information about not requiring a second maintainer review when releasing.
* Merge branch 'release-12-1-0' into 'master'v12.1.0Nick Thomas2020-04-082-1/+5
|\ | | | | | | | | Release v12.1.0 See merge request gitlab-org/gitlab-shell!372
| * Release v12.1.0release-12-1-0Patrick Bajao2020-04-082-1/+5
|/
* Merge branch 'sh-log-git-upload-receive-pack' into 'master'Patrick Bajao2020-04-087-0/+50
|\ | | | | | | | | Log git-{upload-pack,receive-pack} requests See merge request gitlab-org/gitlab-shell!367
| * Add missed protocol againsh-log-git-upload-receive-packDavid Kim2020-04-081-1/+1
| |
| * Remove unnecessary command argumentDavid Kim2020-04-084-5/+5
| |
| * Move logging to handler insteadDavid Kim2020-04-075-29/+23
| |
| * Change git command logging keys to be be snake casedDavid Kim2020-04-031-5/+5
| |
| * Add test for command loggingDavid Kim2020-04-037-38/+35
| |
| * Add tests for loggingDavid Kim2020-03-303-0/+24
| |
| * Add git-archive-packStan Hu2020-03-263-12/+23
| |
| * Log git-{upload-pack,receive-pack} requestsStan Hu2020-03-262-0/+24
| | | | | | | | This restores the previous Ruby gitlab-shell behavior.
* | Merge branch 'id-testing-code-navigation' into 'master'Nick Thomas2020-03-301-0/+15
|\ \ | |/ |/| | | | | Include code-navigation block to CI See merge request gitlab-org/gitlab-shell!362
| * Include code-navigation block to CIIgor Drozdov2020-03-301-0/+15
|/
* Merge branch 'pb-update-codeowners' into 'master'Ash McKenzie2020-03-161-2/+1
|\ | | | | | | | | Update CODEOWNERS file See merge request gitlab-org/gitlab-shell!368
| * Update CODEOWNERS filepb-update-codeownersPatrick Bajao2020-03-171-2/+1
|/ | | | | Removed *.rake as we don't have rake files anymore.
* Merge branch 'sh-log-http-requests' into 'master'Patrick Bajao2020-03-1110-18/+183
|\ | | | | | | | | Log internal HTTP requests See merge request gitlab-org/gitlab-shell!366
| * Log internal HTTP requestsStan Hu2020-03-1010-18/+183
|/ | | | | | | This restores the previous behavior of logging the success and failures of internal HTTP requests. Part of https://gitlab.com/gitlab-org/gitlab/issues/207916
* Merge branch 'release-12-0-0' into 'master'v12.0.0Igor2020-03-022-2/+5
|\ | | | | | | | | Release v12.0.0 See merge request gitlab-org/gitlab-shell!365
| * Release v12.0.0Ash McKenzie2020-03-022-1/+4
| |
| * Fix incorrect v11.0.0 typoAsh McKenzie2020-03-021-1/+1
|/
* Merge branch 'ps-git-protocol-envvar' into 'master'Ash McKenzie2020-03-023-2/+6
|\ | | | | | | | | | | | | commands: pass through GIT_PROTOCOL envvar provided by clients Closes #273 See merge request gitlab-org/gitlab-shell!364
| * commands: pass through GIT_PROTOCOL envvar provided by clientsps-git-protocol-envvarPatrick Steinhardt2020-02-283-2/+6
|/ | | | | | | | | | | Both git-upload-pack and git-receive-pack services inspect the GIT_PROTOCOL environment transferred via SSH in order to decide which protocols are supported by a given client. Currently, we don't use the environment variable at all, though, but instead forward the GitProtocol field of the access verification response. Improve this by passing on the GIT_PROTOCOL environment variable provided by the client as-is.
* Merge branch 'go-1-14' into 'master'Igor2020-02-261-4/+4
|\ | | | | | | | | Use Go 1.12 - 1.14 See merge request gitlab-org/gitlab-shell!363
| * Use Go 1.12 - 1.14Nick Thomas2020-02-261-4/+4
|/
* Merge branch 'release-11-0-0' into 'master'v11.0.0Stan Hu2020-01-082-1/+5
|\ | | | | | | | | Release v11.0.0 See merge request gitlab-org/gitlab-shell!359
| * Release v11.0.0Ash McKenzie2020-01-082-1/+5
|/
* Merge branch 'bump-ruby-2.6.5' into 'master'Stan Hu2020-01-041-1/+1
|\ | | | | | | | | Bump Ruby version to 2.6.5 See merge request gitlab-org/gitlab-shell!357
| * Bump Ruby version to 2.6.5bump-ruby-2.6.5Balasankar "Balu" C2020-01-031-1/+1
|/ | | | Signed-off-by: Balasankar "Balu" C <balasankarc@autistici.org>
* Merge branch ↵Igor2020-01-026-17/+2
|\ | | | | | | | | | | | | | | | | '210-remove-action-custom-inform_client-once-12-3-has-been-released' into 'master' Remove support for Custom data.info_message Closes #210 See merge request gitlab-org/gitlab-shell!356
| * Remove support for Custom data.info_message210-remove-action-custom-inform_client-once-12-3-has-been-releasedAsh McKenzie2019-12-246-17/+2
|/
* Merge branch 'fix-typos' into 'master'Ash McKenzie2019-12-221-1/+1
|\ | | | | | | | | Fix Typo See merge request gitlab-org/gitlab-shell!355
| * Fix Typosflowed2019-12-211-1/+1
|/
* Merge branch 'release-10-3-0' into 'master'v10.3.0Igor2019-12-042-1/+6
|\ | | | | | | | | Release v10.3.0 See merge request gitlab-org/gitlab-shell!354
| * Release v10.3.0release-10-3-0Ash McKenzie2019-12-042-1/+6
|/
* Merge branch ↵Igor2019-12-034-41/+65
|\ | | | | | | | | | | | | '37371-git-clone-on-secondary-geo-node-fetches-lfs-files-from-primary' into 'master' Use correct git-lfs download or upload operation names See merge request gitlab-org/gitlab-shell!353
| * Add git-lfs upload operation assertion37371-git-clone-on-secondary-geo-node-fetches-lfs-files-from-primaryAsh McKenzie2019-12-031-1/+3
| |
| * Use correct LFS download or upload operation namesAsh McKenzie2019-12-033-40/+62
|/
* Merge branch 'pass-ff-to-gitaly' into 'master'Ash McKenzie2019-10-2911-13/+101
|\ | | | | | | | | Add support for Gitaly feature flags See merge request gitlab-org/gitlab-shell!351
| * Add support for Gitaly feature flagsMateusz Nowotyński2019-10-2311-13/+101
| | | | | | | | | | | | | | | | | | | | gitaly#1846 Gitaly does not store or remember feature flags. We must pass them in as metadata on each request. This MR adds plumbing to pass Gitaly feature flags supplied by gitlab-rails to the Gitaly server as gRPC request metadata. Signed-off-by: Mateusz Nowotyński <maxmati4@gmail.com>
* | Merge branch 'ashmckenzie/make-console-messages-consistent' into 'master'Igor2019-10-2313-31/+310
|\ \ | | | | | | | | | | | | Make console messages consistent See merge request gitlab-org/gitlab-shell!334
| * | More consistent console messages (Ruby)Ash McKenzie2019-10-232-9/+20
| | |
| * | More consistent console messages (golang)Ash McKenzie2019-10-239-22/+16
| | |
| * | New console package for writing to the consoleAsh McKenzie2019-10-232-0/+274
|/ /
* | Merge branch '173-move-go-code-up-one-level' into 'master'Igor2019-10-2195-338/+235
|\ \ | |/ |/| | | | | Move Go code up one level See merge request gitlab-org/gitlab-shell!350
| * Simplify building and testing the Go componentsNick Thomas2019-10-188-94/+9
| |