[DRE-commits] [gitlab-workhorse] branch master updated (ed9b648 -> 04cdd0d)

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Sun Oct 30 11:25:51 UTC 2016


This is an automated email from the git hooks/post-receive script.

praveen pushed a change to branch master
in repository gitlab-workhorse.

      from  ed9b648   reupload to unstable
      adds  fa6a60f   New upstream version 0.8.5+debian
       new  1dcef43   Merge tag 'upstream/0.8.5+debian'
       new  fe70a34   update changelog
       new  04cdd0d   use jwt-go-v3

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:
 .gitlab-ci.yml                         |  20 +++-
 CHANGELOG                              |  16 +++
 README.md                              |   6 +
 VERSION                                |   2 +-
 debian/changelog                       |   7 ++
 debian/control                         |   2 +-
 debian/patches/series                  |   1 +
 debian/patches/use-jwt-go-v3.patch     |  39 +++++++
 internal/api/api.go                    |   8 +-
 internal/api/block.go                  |   5 +-
 internal/artifacts/artifacts_upload.go |   3 +-
 internal/artifacts/entry.go            |   7 +-
 internal/badgateway/roundtripper.go    |   9 +-
 internal/git/archive.go                |  28 +++--
 internal/git/archive_test.go           |  15 +++
 internal/git/blob.go                   |  12 +-
 internal/git/diff.go                   |  13 ++-
 internal/git/error.go                  |   4 +
 internal/git/format-patch.go           |  12 +-
 internal/git/git-http.go               |  81 +++++++++-----
 internal/git/pktline.go                |  72 ++++++++++++
 internal/git/pktline_test.go           |  49 +++++++++
 internal/helper/helpers.go             |  33 ++++--
 internal/helper/raven.go               |  45 ++++++++
 internal/lfs/lfs.go                    |  15 ++-
 internal/queueing/queue.go             |  76 +++++++++++++
 internal/queueing/queue_test.go        |  62 +++++++++++
 internal/queueing/requests.go          |  41 +++++++
 internal/queueing/requests_test.go     |  76 +++++++++++++
 internal/staticpages/servefile.go      |   2 +-
 internal/testhelper/testhelper.go      |  32 ++++++
 internal/upload/uploads.go             |   4 +-
 internal/upload/uploads_test.go        |   5 +-
 internal/upstream/handlers.go          |   2 +-
 internal/upstream/routes.go            |   6 +-
 internal/upstream/upstream.go          |  32 +++---
 main.go                                |  39 +++----
 main_test.go                           | 196 ++++++++++++++-------------------
 raven.go                               |  35 ++++++
 39 files changed, 861 insertions(+), 251 deletions(-)
 create mode 100644 debian/patches/series
 create mode 100644 debian/patches/use-jwt-go-v3.patch
 create mode 100644 internal/git/error.go
 create mode 100644 internal/git/pktline.go
 create mode 100644 internal/git/pktline_test.go
 create mode 100644 internal/helper/raven.go
 create mode 100644 internal/queueing/queue.go
 create mode 100644 internal/queueing/queue_test.go
 create mode 100644 internal/queueing/requests.go
 create mode 100644 internal/queueing/requests_test.go
 create mode 100644 raven.go

-- 
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