debian-mirror-gitlab/workhorse
2021-02-22 17:27:13 +05:30
..
.gitlab New upstream version 13.7.7 2021-02-22 17:27:13 +05:30
_support New upstream version 13.7.7 2021-02-22 17:27:13 +05:30
changelogs/unreleased New upstream version 13.7.7 2021-02-22 17:27:13 +05:30
cmd New upstream version 13.7.7 2021-02-22 17:27:13 +05:30
doc New upstream version 13.7.7 2021-02-22 17:27:13 +05:30
internal New upstream version 13.7.7 2021-02-22 17:27:13 +05:30
testdata New upstream version 13.7.7 2021-02-22 17:27:13 +05:30
.gitignore New upstream version 13.7.7 2021-02-22 17:27:13 +05:30
.gitlab-ci.yml New upstream version 13.7.7 2021-02-22 17:27:13 +05:30
authorization_test.go New upstream version 13.7.7 2021-02-22 17:27:13 +05:30
backend.go New upstream version 13.7.7 2021-02-22 17:27:13 +05:30
backend_test.go New upstream version 13.7.7 2021-02-22 17:27:13 +05:30
cable_test.go New upstream version 13.7.7 2021-02-22 17:27:13 +05:30
CHANGELOG New upstream version 13.7.7 2021-02-22 17:27:13 +05:30
channel_test.go New upstream version 13.7.7 2021-02-22 17:27:13 +05:30
config.toml.example New upstream version 13.7.7 2021-02-22 17:27:13 +05:30
config_test.go New upstream version 13.7.7 2021-02-22 17:27:13 +05:30
CONTRIBUTING.md New upstream version 13.7.7 2021-02-22 17:27:13 +05:30
gitaly_integration_test.go New upstream version 13.7.7 2021-02-22 17:27:13 +05:30
gitaly_test.go New upstream version 13.7.7 2021-02-22 17:27:13 +05:30
go.mod New upstream version 13.7.7 2021-02-22 17:27:13 +05:30
go.sum New upstream version 13.7.7 2021-02-22 17:27:13 +05:30
jobs_test.go New upstream version 13.7.7 2021-02-22 17:27:13 +05:30
LICENSE New upstream version 13.7.7 2021-02-22 17:27:13 +05:30
logging.go New upstream version 13.7.7 2021-02-22 17:27:13 +05:30
main.go New upstream version 13.7.7 2021-02-22 17:27:13 +05:30
main_test.go New upstream version 13.7.7 2021-02-22 17:27:13 +05:30
Makefile New upstream version 13.7.7 2021-02-22 17:27:13 +05:30
PROCESS.md New upstream version 13.7.7 2021-02-22 17:27:13 +05:30
proxy_test.go New upstream version 13.7.7 2021-02-22 17:27:13 +05:30
raven.go New upstream version 13.7.7 2021-02-22 17:27:13 +05:30
README.md New upstream version 13.7.7 2021-02-22 17:27:13 +05:30
sendfile_test.go New upstream version 13.7.7 2021-02-22 17:27:13 +05:30
tools.go New upstream version 13.7.7 2021-02-22 17:27:13 +05:30
upload_test.go New upstream version 13.7.7 2021-02-22 17:27:13 +05:30
VERSION New upstream version 13.7.7 2021-02-22 17:27:13 +05:30

GitLab Workhorse

GitLab Workhorse is a smart reverse proxy for GitLab. It handles "large" HTTP requests such as file downloads, file uploads, Git push/pull and Git archive downloads.

Workhorse itself is not a feature, but there are several features in GitLab that would not work efficiently without Workhorse.

Canonical source

The canonical source for Workhorse is currently gitlab-org/gitlab-workhorse. As explained in https://gitlab.com/groups/gitlab-org/-/epics/4826, we are in the process of moving the canonical source to gitlab-org/gitlab/workhorse.

Until that transition is complete, changes (Merge Requests) for Workhorse should be submitted at gitlab-org/gitlab-workhorse. Once merged, they will propagate to gitlab-org/gitlab/workhorse via the usual Workhorse release process.

Documentation

Workhorse documentation is available in the doc folder of this repository.

License

This code is distributed under the MIT license, see the LICENSE file.