Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-09-19service: Simplify injection of dependencies for Hook serverPatrick Steinhardt
2023-09-19service: Simplify injection of dependencies for SSH serverPatrick Steinhardt
2023-09-19service: Simplify injection of dependencies for Repository serverPatrick Steinhardt
2023-09-05global: Drop dependency on the Git2go executorPatrick Steinhardt
2023-07-28counter: Wire up RepositoryCounter to repoutilWill Chandler
2023-06-23Remove pack-objects hook's concurrency trackerQuang-Minh Nguyen
2023-06-19service: Add server-side backup dependencies to gitalyJames Fargher
2023-06-15hook: Inject storage locator into serverPatrick Steinhardt
2023-06-09storage: Drop redundant `RepositoryNotFoundError` errorPatrick Steinhardt
2023-06-07config/locator: Improve error reporting for invalid repositoriesPatrick Steinhardt
2023-05-10go: Bump module version from v15 to v16Patrick Steinhardt
2023-04-03gitaly: Remove Ruby server dependencyPatrick Steinhardt
2023-04-03repository: Remove rubyserver from ServerToon Claes
2023-03-28golangci-lint: Start using `errname` linterPatrick Steinhardt
2022-12-20localrepo: Remove build restriction for remote extra testsPatrick Steinhardt
2022-11-04Add pack objects limiter to hook serverJohn Cai
2022-10-14global: Reorder `testing.TB` before `context.Context` argumentsPatrick Steinhardt
2022-08-02localrepo: Trivial conversions to stop using seeded repositoriesPatrick Steinhardt
2022-07-20git: Move `ZeroOID` into `ObjectHash` structurePatrick Steinhardt
2022-07-18test: Disable all test with tag sha256Toon Claes
2022-07-13Provide ConcurrencyTracker through service dependenciesJohn Cai
2022-06-15gittest: Extend the protocol-detecting Git command factoryPatrick Steinhardt
2022-05-20Update go package name from v14 to v15John Cai
2022-02-28localrepo: Remove flag to switch to sidechannels for internal fetchesPatrick Steinhardt
2022-02-21Merge branch 'pks-ssh-receive-pack-with-sidechannel-for-internal-fetches' int...Sami Hiltunen
2022-02-16git: Convert internal fetches to use sidechannelPatrick Steinhardt
2022-02-16housekeeping: Create new manager to host stateful logicPatrick Steinhardt
2022-02-09Remove metadata creation hack from PraefectSami Hiltunen
2022-02-07Disable metadata creation hack in localrepo package testsSami Hiltunen
2022-02-01fetch: Stop writing FETCH_HEADPatrick Steinhardt
2022-02-01fetch: Demonstrate that we're writing FETCH_HEADPatrick Steinhardt
2022-02-01localrepo: Refactor tests to not read FETCH_HEADPatrick Steinhardt
2022-02-01localrepo: Use protocol v2 for internal fetchesPatrick Steinhardt
2022-02-01localrepo: Verify the Git protocol used for internal fetchesPatrick Steinhardt
2022-01-27Automatically clean up testhelper.ContextSami Hiltunen
2022-01-24services: Drop dependency on the Gitaly configurationPatrick Steinhardt
2021-12-13ssh: Log error on git command failureWill Chandler
2021-10-26testhelper: Move build helpers into the testcfg packagePatrick Steinhardt
2021-10-26testhelper: Move helper to get Gitaly server metadataPatrick Steinhardt
2021-09-23Merge branch 'fetch_bundle_rpc' into 'master'Patrick Steinhardt
2021-09-23Add option to explicitly disable transactions for fetchJames Fargher
2021-09-22localrepo: Drop unused `Config.Set()` functionPatrick Steinhardt
2021-08-12testhelper: Rename `ConfigureGitalySSHBin()`Patrick Steinhardt
2021-08-12testhelper: Rename `ConfigureGitalyHooksBin()`Patrick Steinhardt
2021-08-10git: Do not write commit graphs on fetchesPatrick Steinhardt
2021-08-05gittest: Rename `CloneRepoAtStorage()` to `CloneRepo()`Patrick Steinhardt
2021-08-05gittest: Drop cleanup function from `CloneRepoAtStorage()`Patrick Steinhardt
2021-08-05gittest: Make relative path of `CloneRepoAtStorage` optionalPatrick Steinhardt
2021-08-05gittest: Merge initialization of repos into a single functionPatrick Steinhardt
2021-08-02localrepo: Implement new function to fetch internal remotesPatrick Steinhardt