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-19service: Simplify injection of dependencies for Ref serverPatrick Steinhardt
2023-09-19service: Simplify injection of dependencies for Operations serverPatrick Steinhardt
2023-09-19service: Simplify injection of dependencies for Commit serverPatrick Steinhardt
2023-09-05gitaly-git2go: Remove the now-unused commandPatrick Steinhardt
2023-09-05global: Drop dependency on the Git2go executorPatrick Steinhardt
2023-08-21operations: Drop unused test setup with seed repositoryPatrick Steinhardt
2023-07-28counter: Wire up RepositoryCounter to repoutilWill Chandler
2023-07-25operations: Implement support for SHA256 in UserMergeBranchPatrick Steinhardt
2023-07-24operations: Implement SHA256 support for UserCommitFilesPatrick Steinhardt
2023-07-13operations: Pass in SigingKeyJohn Cai
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-05-17client: Refactor `Dial()` to use optionsPatrick Steinhardt
2023-05-17gitaly/client: Move into `internal/grpc` packagePatrick Steinhardt
2023-05-15operations: Implement SHA256 support for tag handling RPCsPatrick Steinhardt
2023-05-15operations: Move test transaction server into testhelperPatrick 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
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-02-16housekeeping: Create new manager to host stateful logicPatrick Steinhardt
2022-02-15Merge branch 'getrepopath-propagate-notfound' into 'master'Pavlo Strokov
2022-02-15Propagate NotFound error returned by GetRepoPathIgor Wiedler
2022-02-09Remove metadata creation hack from PraefectSami Hiltunen
2022-02-01Disable metadata creation hack in operation service testsSami Hiltunen
2022-02-01Create test repository through the API in operation service test setupSami Hiltunen
2022-01-27operations: Enable use of structured errors in UserMergeBranchPatrick Steinhardt
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-10-26testhelper: Move build helpers into the testcfg packagePatrick Steinhardt
2021-10-26testhelper: Move helper to get Gitaly server metadataPatrick Steinhardt
2021-10-12operations: Drop dependency on Ruby serverPatrick Steinhardt
2021-10-07service: Plug leakages of connection poolsPatrick Steinhardt
2021-10-07testhelper: Unify setup of test suitesPatrick Steinhardt
2021-09-17operations: Make transaction manager availablePatrick Steinhardt
2021-08-31operations: Force-disable changed error handling in UserMergeBranchPatrick Steinhardt
2021-08-30operations: Allow passing options to `setupOperationsService()`Patrick Steinhardt
2021-08-25Remove UserApplyPatch Go port's feature flagSami Hiltunen