sourcegraph/cmd/gitserver/server
2023-01-31 16:28:43 +01:00
..
internal bazel: introduce build files for Go (#46770) 2023-01-23 14:00:01 +01:00
testdata gitserver: Add runCommandGraceful (#39217) 2022-07-25 08:55:20 +02:00
BUILD.bazel bazel: build the //lib folder (#46929) 2023-01-27 15:30:35 +01:00
cleanup_test.go Housekeeping: Rename variables to avoid collisions with packages (#47179) 2023-01-31 16:28:43 +01:00
cleanup.go repos: Add corrupted to repos statistics (#46410) 2023-01-16 16:36:23 +02:00
clone.go gitserver: factor out maybeStartClone (#43462) 2022-10-26 13:56:57 +00:00
CODENOTIFY add @sashaostrikov to CODENOTIFY files (#39748) 2022-08-01 16:36:46 +02:00
commands.go accesslog: use log.Field instead of map for meta (#43466) 2022-11-10 13:57:12 +02:00
customfetch_test.go Add optional switch for disabling custom git fetch (#42704) 2022-10-14 11:06:51 +02:00
customfetch.go Add optional switch for disabling custom git fetch (#42704) 2022-10-14 11:06:51 +02:00
gitservice.go accesslog: use log.Field instead of map for meta (#43466) 2022-11-10 13:57:12 +02:00
list_gitolite_test.go observability: build+propagate hierarchical observation contexts for telemetry provenance (#42765) 2022-12-05 21:52:30 +00:00
list_gitolite.go Fix gitoliteHost validation (#44812) 2022-11-29 10:10:58 +00:00
lock.go gitserver: Sync cloned state periodically (#18852) 2021-03-05 15:32:00 +02:00
observability.go Housekeeping: Rename variables to avoid collisions with packages (#47179) 2023-01-31 16:28:43 +01:00
patch.go record git operations to redis for configured repos (#46659) 2023-01-27 11:16:55 +02: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 record git operations to redis for configured repos (#46659) 2023-01-27 11:16:55 +02:00
server.go Housekeeping: Rename variables to avoid collisions with packages (#47179) 2023-01-31 16:28:43 +01:00
servermetrics.go observability: build+propagate hierarchical observation contexts for telemetry provenance (#42765) 2022-12-05 21:52:30 +00:00
serverutil_test.go chore: change reflect.DeepEqual to assert.Equal for consistency (#42428) 2022-10-03 15:42:21 +00:00
serverutil.go Housekeeping: Rename variables to avoid collisions with packages (#47179) 2023-01-31 16:28:43 +01: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 codeintel: Blanket move to enterprise (#44163) 2022-11-10 13:56:01 +00:00
vcs_packages_syncer.go record git operations to redis for configured repos (#46659) 2023-01-27 11:16:55 +02:00
vcs_syncer_git.go record git operations to redis for configured repos (#46659) 2023-01-27 11:16:55 +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 Clean linting errors from unparam (#45548) 2022-12-13 11:18:25 +01:00
vcs_syncer_jvm_packages_test.go Housekeeping: Rename variables to avoid collisions with packages (#47179) 2023-01-31 16:28:43 +01:00
vcs_syncer_jvm_packages.go Remove all unused code specified by linter warnings (#47015) 2023-01-27 13:17:36 +02: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 Housekeeping: Rename variables to avoid collisions with packages (#47179) 2023-01-31 16:28:43 +01:00
vcs_syncer_npm_packages.go Clean linting errors from unparam (#45548) 2022-12-13 11:18:25 +01:00
vcs_syncer_perforce_test.go gitserver: Pass writeable $HOME to git p4 (#44161) 2022-11-15 16:10:42 +01:00
vcs_syncer_perforce.go record git operations to redis for configured repos (#46659) 2023-01-27 11:16:55 +02:00
vcs_syncer_python_packages_test.go packages: reduce use of io.ReadAll for PyPi packages (#44497) 2022-11-18 19:44:35 +00:00
vcs_syncer_python_packages.go Clean linting errors from unparam (#45548) 2022-12-13 11:18:25 +01:00
vcs_syncer_ruby_packages.go chore: remove some dead code found by linter. (#46940) 2023-01-25 20:43:54 +04:00
vcs_syncer_rust_packages.go Clean linting errors from unparam (#45548) 2022-12-13 11:18:25 +01:00
vcs_syncer.go Allow package hosts to sync versions on-demand (#38811) 2022-07-19 10:14:12 +00:00