[ARVADOS] updated: 2.1.0-2392-gae92d1446

Git user git at public.arvados.org
Wed Apr 27 14:08:55 UTC 2022


Summary of changes:
 apps/workbench/app/models/repository.rb            |  9 +--
 .../test/integration/repositories_browse_test.rb   |  3 -
 build/run-build-packages.sh                        |  2 +-
 build/run-tests.sh                                 | 15 ++---
 .../arvados-server/arvados-git-httpd.service       |  4 +-
 cmd/arvados-server/cmd.go                          |  2 +
 doc/admin/management-token.html.textile.liquid     |  2 +-
 doc/architecture/index.html.textile.liquid         |  2 +-
 doc/images/Arvados_arch.svg                        |  2 +-
 ...nstall-manual-prerequisites.html.textile.liquid |  2 +-
 .../install-shell-server.html.textile.liquid       |  2 +-
 lib/boot/supervisor.go                             |  2 +-
 lib/config/deprecated.go                           |  2 +-
 lib/config/load.go                                 |  2 +-
 lib/install/deps.go                                |  1 -
 lib/service/cmd.go                                 | 31 ++++++++-
 sdk/go/arvados/config.go                           | 22 ++++---
 sdk/go/health/aggregator_test.go                   |  1 +
 sdk/python/tests/run_test_server.py                | 16 ++---
 services/arv-git-httpd/.gitignore                  |  1 -
 services/arv-git-httpd/arvados-git-httpd.service   | 23 -------
 services/arv-git-httpd/main.go                     | 77 ----------------------
 services/arv-git-httpd/server.go                   | 36 ----------
 .../{arv-git-httpd => githttpd}/auth_handler.go    | 59 ++++++++---------
 .../auth_handler_test.go                           | 19 ++++--
 services/githttpd/cmd.go                           | 32 +++++++++
 .../{arv-git-httpd => githttpd}/git_handler.go     | 11 ++--
 .../git_handler_test.go                            |  7 +-
 .../{arv-git-httpd => githttpd}/gitolite_test.go   |  8 +--
 .../integration_test.go                            | 17 +++--
 .../{arv-git-httpd => githttpd}/server_test.go     | 19 +-----
 .../docker/service/arv-git-httpd/run-service       | 10 ++-
 .../arvbox/docker/service/keepproxy/run-service    |  4 +-
 33 files changed, 179 insertions(+), 266 deletions(-)
 copy lib/install/arvados.service => cmd/arvados-server/arvados-git-httpd.service (90%)
 delete mode 100644 services/arv-git-httpd/.gitignore
 delete mode 100644 services/arv-git-httpd/arvados-git-httpd.service
 delete mode 100644 services/arv-git-httpd/main.go
 delete mode 100644 services/arv-git-httpd/server.go
 rename services/{arv-git-httpd => githttpd}/auth_handler.go (85%)
 rename services/{arv-git-httpd => githttpd}/auth_handler_test.go (91%)
 create mode 100644 services/githttpd/cmd.go
 rename services/{arv-git-httpd => githttpd}/git_handler.go (82%)
 rename services/{arv-git-httpd => githttpd}/git_handler_test.go (94%)
 rename services/{arv-git-httpd => githttpd}/gitolite_test.go (94%)
 rename services/{arv-git-httpd => githttpd}/integration_test.go (90%)
 rename services/{arv-git-httpd => githttpd}/server_test.go (87%)

       via  ae92d144610446849eb568247a44f02ae985c281 (commit)
       via  01a3368db1de44656e82fbc066e85ae4feb5eb75 (commit)
       via  fa1d4769d034905590166de6dd16eeb5475e68b0 (commit)
       via  ca1c68a7718a44c950f7d61e13a4ecf96da899b6 (commit)
       via  7efc3ad80d4b78a708d9ba2a0442b41e4889b68c (commit)
       via  e57b58c8e652d859c8008c9d3ec6873edc231c34 (commit)
       via  6fc3e8d44c1bf825f7c3727bab1fef81d2518288 (commit)
       via  00f65f60e69326839447f431146312481db05f01 (commit)
       via  0a98e961b638af177b6e0aebf63f1388cb2b3498 (commit)
      from  fd2b6e7da193847a9c649d8d19a2831c2e419961 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit ae92d144610446849eb568247a44f02ae985c281
Merge: fd2b6e7da 01a3368db
Author: Tom Clegg <tom at curii.com>
Date:   Wed Apr 27 10:07:50 2022 -0400

    Merge branch '18947-githttpd'
    
    refs #18947
    
    Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom at curii.com>


-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list