[DRE-commits] [gitlab-workhorse] branch master updated (702b5a7 -> b55637c)
Dmitry Smirnov
onlyjob at moszumanska.debian.org
Mon Jul 18 06:37:38 UTC 2016
This is an automated email from the git hooks/post-receive script.
onlyjob pushed a change to branch master
in repository gitlab-workhorse.
from 702b5a7 Run wrap-and-sort on packaging files
new 9f97205 Standards-Version: 3.9.8
new 94bbbda Imported Upstream version 0.7.2
new b55637c Merge tag 'upstream/0.7.2'
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.gitignore | 1 +
CHANGELOG | 23 +++++++++
Makefile | 36 +++++++++----
README.md | 39 ++++----------
VERSION | 2 +-
authorization_test.go | 7 +--
cmd/gitlab-zip-cat/main.go | 5 +-
cmd/gitlab-zip-metadata/main.go | 3 +-
debian/control | 2 +-
internal/api/api.go | 14 ++---
internal/artifacts/artifact_download.go | 7 +--
internal/artifacts/artifact_download_test.go | 7 +--
internal/artifacts/artifacts_upload.go | 9 ++--
internal/artifacts/artifacts_upload_test.go | 11 ++--
internal/badgateway/roundtripper.go | 3 +-
internal/delay/responsewriter.go | 76 ++++++++++++++++++++++++++++
internal/delay/responsewriter_test.go | 53 +++++++++++++++++++
internal/git/archive.go | 36 +++++++++----
internal/git/blob.go | 42 +++++++--------
internal/git/git-http.go | 30 ++++++-----
internal/lfs/lfs.go | 10 ++--
internal/proxy/proxy.go | 10 ++--
internal/senddata/injecter.go | 32 ++++++++++++
internal/senddata/senddata.go | 75 +++++++++++++++++++++++++++
internal/senddata/senddata_test.go | 20 ++++++++
internal/{senddata => sendfile}/sendfile.go | 37 ++++++--------
internal/staticpages/deploy_page.go | 3 +-
internal/staticpages/deploy_page_test.go | 3 +-
internal/staticpages/error_pages.go | 3 +-
internal/staticpages/error_pages_test.go | 3 +-
internal/staticpages/servefile.go | 5 +-
internal/staticpages/servefile_test.go | 3 +-
internal/upload/uploads.go | 3 +-
internal/upload/uploads_test.go | 7 +--
internal/upstream/development_test.go | 3 +-
internal/upstream/handlers.go | 3 +-
internal/upstream/handlers_test.go | 3 +-
internal/upstream/routes.go | 41 +++++++--------
internal/upstream/upstream.go | 7 +--
main.go | 5 +-
main_test.go | 68 ++++++++++++++-----------
proxy_test.go | 9 ++--
42 files changed, 527 insertions(+), 232 deletions(-)
create mode 100644 internal/delay/responsewriter.go
create mode 100644 internal/delay/responsewriter_test.go
create mode 100644 internal/senddata/injecter.go
create mode 100644 internal/senddata/senddata.go
create mode 100644 internal/senddata/senddata_test.go
rename internal/{senddata => sendfile}/sendfile.go (69%)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/gitlab-workhorse.git
More information about the Pkg-ruby-extras-commits
mailing list