summaryrefslogtreecommitdiff
path: root/internal
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Remove support for Custom data.info_message210-remove-action-custom-inform_client-once-12-3-has-been-releasedAsh McKenzie2019-12-245-10/+1
|
* Fix Typosflowed2019-12-211-1/+1
|
* 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
* More consistent console messages (golang)Ash McKenzie2019-10-236-19/+10
|
* New console package for writing to the consoleAsh McKenzie2019-10-232-0/+274
|
* Rename import pathsNick Thomas2019-10-1856-209/+209
|
* Move go code up one levelNick Thomas2019-10-1881-0/+5705