18947: Refactor arv-git-httpd as an arvados-server subcommand.
authorTom Clegg <tom@curii.com>
Fri, 15 Apr 2022 07:28:36 +0000 (03:28 -0400)
committerTom Clegg <tom@curii.com>
Fri, 15 Apr 2022 07:28:36 +0000 (03:28 -0400)
commit00f65f60e69326839447f431146312481db05f01
tree43510326017d8d4b2392efb1af8d131338eda227
parent0a98e961b638af177b6e0aebf63f1388cb2b3498
18947: Refactor arv-git-httpd as an arvados-server subcommand.

Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@curii.com>
24 files changed:
build/run-build-packages.sh
build/run-tests.sh
cmd/arvados-server/arvados-git-httpd.service [moved from services/arv-git-httpd/arvados-git-httpd.service with 78% similarity]
cmd/arvados-server/cmd.go
doc/admin/management-token.html.textile.liquid
lib/boot/supervisor.go
lib/config/deprecated.go
lib/config/load.go
lib/install/deps.go
sdk/go/arvados/config.go
sdk/go/health/aggregator_test.go
sdk/python/tests/run_test_server.py
services/arv-git-httpd/.gitignore [deleted file]
services/arv-git-httpd/main.go [deleted file]
services/arv-git-httpd/server.go [deleted file]
services/githttpd/auth_handler.go [moved from services/arv-git-httpd/auth_handler.go with 85% similarity]
services/githttpd/auth_handler_test.go [moved from services/arv-git-httpd/auth_handler_test.go with 91% similarity]
services/githttpd/cmd.go [new file with mode: 0644]
services/githttpd/git_handler.go [moved from services/arv-git-httpd/git_handler.go with 82% similarity]
services/githttpd/git_handler_test.go [moved from services/arv-git-httpd/git_handler_test.go with 94% similarity]
services/githttpd/gitolite_test.go [moved from services/arv-git-httpd/gitolite_test.go with 94% similarity]
services/githttpd/integration_test.go [moved from services/arv-git-httpd/integration_test.go with 90% similarity]
services/githttpd/server_test.go [moved from services/arv-git-httpd/server_test.go with 87% similarity]
tools/arvbox/lib/arvbox/docker/service/arv-git-httpd/run-service