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 Conflicts 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-19service: Simplify injection of dependencies for Commit serverPatrick Steinhardt
2023-09-05global: Drop dependency on the Git2go executorPatrick Steinhardt
2023-08-01Merge branch 'wc/repo-count-metric' into 'master'Quang-Minh Nguyen
2023-07-28counter: Wire up RepositoryCounter to repoutilWill Chandler
2023-07-24conflicts: Make the package SHA256 compatibleKarthik Nayak
2023-07-24conflicts: Remove git2goExecutor from serverKarthik Nayak
2023-06-23Remove pack-objects hook's concurrency trackerQuang-Minh Nguyen
2023-06-19service: Add server-side backup dependencies to gitalyJames Fargher
2023-06-16Merge branch '4580-reimplement-resolveconflicts-without-git2go' into 'master'karthik nayak
2023-06-16conflicts: Remove unused function `setupConflictsService`Karthik Nayak
2023-06-15hook: Inject storage locator into serverPatrick Steinhardt
2023-05-10go: Bump module version from v15 to v16Patrick Steinhardt
2023-04-10Merge branch '4576-reimplement-listconflictfiles-with-git-merge-tree-1' into ...Quang-Minh Nguyen
2023-04-03gitaly: Remove Ruby server dependencyPatrick Steinhardt
2023-04-03repository: Remove rubyserver from ServerToon Claes
2023-03-30conflicts: Deseed `TestSuccessfulListConflictFilesRequest`Karthik Nayak
2022-11-04Add pack objects limiter to hook serverJohn Cai
2022-10-14global: Reorder `testing.TB` before `context.Context` argumentsPatrick Steinhardt
2022-10-03linguist: Remove linguist instantiation dependencyToon Claes
2022-08-11golangci-lint: Enforce consistent naming of `testing.TB` variablesPatrick Steinhardt
2022-07-18test: Disable all test with tag sha256Toon Claes
2022-07-13Provide ConcurrencyTracker through service dependenciesJohn Cai
2022-06-21Replace deprecated WithInsecure with WithTransportCredentialsSami Hiltunen
2022-05-20Update go package name from v14 to v15John Cai
2022-05-04conflicts: Drop ability to create test commit service with worktreesPatrick Steinhardt
2022-02-16housekeeping: Create new manager to host stateful logicPatrick Steinhardt
2022-02-09Remove metadata creation hack from PraefectSami Hiltunen
2022-02-01Propagate test context to setup helpers in conflicts packageSami Hiltunen
2022-02-01Create repositories via API in conflicts service testsSami Hiltunen
2022-02-01Refactor TestSuccessfulResolveConflictsRequestHelper to use the common setupSami Hiltunen
2022-01-24services: Drop dependency on the Gitaly configurationPatrick Steinhardt
2022-01-24services: Inject hooks updaterPatrick Steinhardt
2022-01-24services: Inject Git2go executorPatrick Steinhardt
2021-12-20conflicts: Do not override hooks pathPatrick Steinhardt
2021-12-20hooks: Move generation of hooks path into Gitaly configPatrick Steinhardt
2021-10-26testhelper: Move build helpers into the testcfg packagePatrick Steinhardt
2021-10-07service: Plug leakages of connection poolsPatrick Steinhardt
2021-10-07testhelper: Unify setup of test suitesPatrick Steinhardt
2021-09-20global: Replace deprecated usage of `ioutil.TempDir()`Patrick Steinhardt
2021-08-12testhelper: Rename `ConfigureGitalyGit2GoBin()`Patrick Steinhardt
2021-08-09lint: Handle error returned by os.RemoveAllPavlo Strokov
2021-08-05gittest: Rename `CloneRepoAtStorage()` to `CloneRepo()`Patrick Steinhardt
2021-08-05gittest: Drop cleanup function from `CloneRepoAtStorage()`Patrick Steinhardt
2021-08-05gittest: Merge cloning repos with and without worktreesPatrick Steinhardt
2021-08-05gittest: Make relative path of `CloneRepoAtStorage` optionalPatrick Steinhardt
2021-07-16Use service.Dependencies to inject pack-objects cacheJacob Vosmaer