sourcegraph/cmd/gitserver/server
Keegan Carruthers-Smith 27569d1fc7
all: run gofmt -s -w from 1.19 (#41629)
gofmt in go1.19 does a lot of reformating of godoc strings, mostly to
make them more consistent around lists.

Test Plan: CI
2022-09-13 07:44:06 +00:00
..
internal gitserver: include system certificates for git (#41253) 2022-09-09 09:09:55 +00:00
testdata gitserver: Add runCommandGraceful (#39217) 2022-07-25 08:55:20 +02:00
cleanup_test.go [gitserver] Initial version of removing repo directories that are not defined in Postgres (#40100) 2022-08-10 19:24:33 +02:00
cleanup.go all: run gofmt -s -w from 1.19 (#41629) 2022-09-13 07:44:06 +00:00
CODENOTIFY add @sashaostrikov to CODENOTIFY files (#39748) 2022-08-01 16:36:46 +02:00
commands.go gitserver: adjust logger usage (#41481) 2022-09-08 06:43:31 +00:00
customfetch_test.go conf: replace any with generic in conf.Cached (#39198) 2022-07-21 09:24:54 +02:00
customfetch.go Collection of multiple smaller clean ups in gitserver codebase (#39395) 2022-08-03 14:05:45 +02:00
gitservice.go gitserver: fix gitServiceMaxEgressBytesPerSecond env loading (#41009) 2022-08-29 18:30:48 +00:00
list_gitolite_test.go Collection of multiple smaller clean ups in gitserver codebase (#39395) 2022-08-03 14:05:45 +02:00
list_gitolite.go Collection of multiple smaller clean ups in gitserver codebase (#39395) 2022-08-03 14:05:45 +02:00
lock.go gitserver: Sync cloned state periodically (#18852) 2021-03-05 15:32:00 +02:00
observability.go gitserver: Make batch-log concurrency configurable (#33945) 2022-04-18 12:34:52 -05:00
patch.go gitserver: adjust logger usage (#41481) 2022-09-08 06:43:31 +00:00
refspecoverrides.go gitserver: disable auto-gc on fetch (#36274) 2022-05-31 13:44:56 +02:00
repo_info.go Collection of multiple smaller clean ups in gitserver codebase (#39395) 2022-08-03 14:05:45 +02:00
server_test.go deps: upgrade github.com/sourcegraph/log (#41058) 2022-09-01 08:01:59 -07:00
server.go all: run gofmt -s -w from 1.19 (#41629) 2022-09-13 07:44:06 +00:00
servermetrics.go gitserver: move repo_count metrics to worker (#38504) 2022-07-08 17:47:57 -05:00
serverutil_test.go gitserver: include system certificates for git (#41253) 2022-09-09 09:09:55 +00:00
serverutil.go all: run gofmt -s -w from 1.19 (#41629) 2022-09-13 07:44:06 +00:00
sg_maintenance.sh gitserver: add heuristics to skip maintenance job if possible (#33079) 2022-03-29 12:02:01 +02:00
ssh_agent_test.go gitserver: adjust logger usage (#41481) 2022-09-08 06:43:31 +00:00
ssh_agent.go gitserver: adjust logger usage (#41481) 2022-09-08 06:43:31 +00:00
vcs_packages_syncer_test.go vcsPackageSyncer: clearly divide different paths in Fetch (#39072) 2022-07-20 12:00:00 +02:00
vcs_packages_syncer.go vcsPackageSyncer: clearly divide different paths in Fetch (#39072) 2022-07-20 12:00:00 +02:00
vcs_syncer_git.go gitserver: Remove runWithRemoteOpts (#39150) 2022-07-20 17:33:19 +02:00
vcs_syncer_go_modules_test.go Packages: reduce number of GET requests to sync packages (#38074) 2022-07-12 13:58:26 +02:00
vcs_syncer_go_modules.go gitserver: adjust logger usage (#41481) 2022-09-08 06:43:31 +00:00
vcs_syncer_jvm_packages_test.go Remove dependency search (#39742) 2022-08-01 16:29:37 +02:00
vcs_syncer_jvm_packages.go Use api.RepoName and reposource.PackageName type aliases (#38730) 2022-07-14 05:47:30 +00:00
vcs_syncer_mock_test.go Allow package hosts to sync versions on-demand (#38811) 2022-07-19 10:14:12 +00:00
vcs_syncer_npm_packages_test.go Remove dependency search (#39742) 2022-08-01 16:29:37 +02:00
vcs_syncer_npm_packages.go Use api.RepoName and reposource.PackageName type aliases (#38730) 2022-07-14 05:47:30 +00:00
vcs_syncer_perforce_test.go gitserver: Move some VCSSyncer code around (#31395) 2022-02-17 14:18:13 +01:00
vcs_syncer_perforce.go gitserver: Disable colour for p4-fusion (#41305) 2022-09-05 13:19:47 +02:00
vcs_syncer_python_packages_test.go gitserver: fix update of golden files (#35210) 2022-05-10 13:49:24 +02:00
vcs_syncer_python_packages.go Use api.RepoName and reposource.PackageName type aliases (#38730) 2022-07-14 05:47:30 +00:00
vcs_syncer_rust_packages.go Use api.RepoName and reposource.PackageName type aliases (#38730) 2022-07-14 05:47:30 +00:00
vcs_syncer.go Allow package hosts to sync versions on-demand (#38811) 2022-07-19 10:14:12 +00:00