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 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-13gitaly/hook: Fix packed-refs lock contention by synchronizing hooksPatrick Steinhardt
2023-05-31hook: Enable testing with the SHA256 object formatPatrick 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-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-03Disable Praefect in hook service testsSami Hiltunen
2022-02-03Propagate test context to setup helpers in hooks packageSami Hiltunen
2022-02-03Create repositories via API in hook service testsSami Hiltunen
2022-01-24services: Drop dependency on the Gitaly configurationPatrick Steinhardt
2021-12-21hook: Resolve Git binary path via command factoryPatrick Steinhardt
2021-10-07testhelper: Unify setup of test suitesPatrick Steinhardt
2021-07-16Use service.Dependencies to inject pack-objects cacheJacob Vosmaer
2021-05-27Create module v14 gitaly versionPavlo Strokov
2021-04-27gitlab: Rename `GitlabAPI` interface to `Client`Patrick Steinhardt
2021-04-26Replace test server setup in hook packagePavlo Strokov
2021-04-13Enable reference transaction voting via backchannelsSami Hiltunen
2021-04-07dependency inject backchannel registry into Gitaly componentsSami Hiltunen
2021-03-18Removal of config.Config from hook packagePavlo Strokov
2021-03-10Use streamcache in PackObjectsHookJacob Vosmaer
2021-02-11Add pass-through PackObjectsHook RPCJacob Vosmaer
2021-01-29hook: Dependency-inject transaction managerPatrick Steinhardt
2021-01-06testhelper: Accept `testing.TB` when starting the serverPatrick Steinhardt
2020-12-03Inject locator into Hook manager to resolve repository pathPavlo Strokov
2020-11-20hook: Make Gitaly config available to serverPatrick Steinhardt
2020-11-17testhelper: Have Configure() return cleanup functionPatrick Steinhardt
2020-11-17tests: Unify test setupPatrick Steinhardt
2020-09-09hook: Pass complete configuration to the hook managerPatrick Steinhardt
2020-09-08hook: Clean up hook serverPatrick Steinhardt
2020-09-08hook: Move postreceive hook into `internal/hook`Patrick Steinhardt
2020-09-08hook: Move GitLab access code into `internal/hook`Patrick Steinhardt
2020-09-08hook: Implement new hook manager typePatrick Steinhardt
2020-09-07gitaly: Move Gitaly-specific code into `internal/gitaly`Patrick Steinhardt