[DRE-commits] [gitlab-workhorse] 02/04: Merge tag 'upstream/0.6.3'
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Fri Feb 5 17:32:42 UTC 2016
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository gitlab-workhorse.
commit a84244e2a0e762f92d527dddb026bad46f06b84c
Merge: 1ae735e fa95f11
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Fri Feb 5 22:54:01 2016 +0530
Merge tag 'upstream/0.6.3'
Upstream version 0.6.3
# gpg: Signature made Friday 05 February 2016 10:53:56 PM IST using RSA key ID 4512C22A
# gpg: Good signature from "Praveen Arimbrathodiyil (piratepin) <praveen at debian.org>"
# gpg: aka "Pirate Praveen (pirates.org.in) <praveen at onenetbeyond.org>"
# gpg: aka "Pirate Praveen (piratesin) <me at j4v4m4n.in>"
# gpg: aka "Pirate Praveen (PP) <praveen at privacyrequired.com>"
# gpg: aka "Praveen Arimbrathodiyil (j4v4m4n) <pravi.a at gmail.com>"
.gitignore | 7 +-
.gitlab-ci.yml | 10 +-
CHANGELOG | 45 ++-
Makefile | 39 ++-
README.md | 40 ++-
VERSION | 2 +-
artifacts.go | 5 -
authorization.go | 109 ------
authorization_test.go | 23 +-
cmd/gitlab-zip-cat/main.go | 86 +++++
cmd/gitlab-zip-metadata/main.go | 36 ++
deploy_page.go | 23 --
development.go | 14 -
error_pages_test.go | 53 ---
helpers.go | 120 -------
helpers_test.go | 24 --
internal/api/api.go | 192 ++++++++++
internal/artifacts/artifact_download.go | 99 ++++++
internal/artifacts/artifact_download_test.go | 116 ++++++
internal/artifacts/artifacts_upload.go | 86 +++++
internal/artifacts/artifacts_upload_test.go | 174 +++++++++
internal/artifacts/escape_quotes.go | 10 +
internal/badgateway/roundtripper.go | 69 ++++
archive.go => internal/git/archive.go | 50 +--
internal/git/blob.go | 61 ++++
internal/git/command.go | 25 ++
git-http.go => internal/git/git-http.go | 62 ++--
internal/helper/helpers.go | 112 ++++++
logging.go => internal/helper/logging.go | 16 +-
internal/lfs/lfs.go | 88 +++++
internal/proxy/proxy.go | 41 +++
internal/senddata/sendfile.go | 98 ++++++
internal/staticpages/deploy_page.go | 25 ++
.../staticpages/deploy_page_test.go | 17 +-
.../staticpages/error_pages.go | 22 +-
internal/staticpages/error_pages_test.go | 79 +++++
servefile.go => internal/staticpages/servefile.go | 29 +-
.../staticpages/servefile_test.go | 68 ++--
internal/staticpages/static.go | 5 +
internal/testhelper/testhelper.go | 45 +++
internal/upload/uploads.go | 139 ++++++++
internal/upload/uploads_test.go | 210 +++++++++++
.../upstream/development_test.go | 13 +-
handlers.go => internal/upstream/handlers.go | 13 +-
.../upstream/handlers_test.go | 24 +-
internal/upstream/notfoundunless.go | 11 +
internal/upstream/routes.go | 101 ++++++
internal/upstream/upstream.go | 102 ++++++
internal/urlprefix/urlprefix.go | 35 ++
internal/zipartifacts/codes.go | 7 +
internal/zipartifacts/entry.go | 13 +
internal/zipartifacts/metadata.go | 128 +++++++
internal/zipartifacts/metadata_test.go | 42 +++
lfs.go | 79 -----
main.go | 107 +-----
main_test.go | 390 +++++++++++++++++++--
proxy.go | 65 ----
proxy_test.go | 71 ++--
sendfile.go | 78 -----
support/path | 2 +
{test => testdata}/.gitkeep | 0
testdata/artifacts-archive.zip | Bin 0 -> 119 bytes
uploads.go | 121 -------
uploads_test.go | 149 --------
upstream.go | 146 --------
urlflag.go | 25 ++
66 files changed, 2946 insertions(+), 1350 deletions(-)
--
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