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
2022-08-11services: Don't needlessly skip repo creation via APIPatrick Steinhardt
2022-08-11gittest: Convert callers of CloneRepo to use CreateRepositoryPatrick Steinhardt
2022-07-18test: Disable all test with tag sha256Toon Claes
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-16git: Convert internal fetches to use sidechannelPatrick Steinhardt
2022-02-02Propagate test context to setup helpers in repository packageSami Hiltunen
2022-02-02Create repositories via API in most repository service testsSami Hiltunen
2022-01-27Automatically clean up testhelper.ContextSami Hiltunen
2021-12-06testhelper: Rename `RequireGrpcError()` to `RequireGrpcCode()`Patrick Steinhardt
2021-10-26testhelper: Move helper to get Gitaly server metadataPatrick 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-06-29Parallel execution of the tests in the repository packagePavlo Strokov
2021-05-27Create module v14 gitaly versionPavlo Strokov
2021-05-17Break dependency of the CloneRepoAtStorage on the global config.ConfigPavlo Strokov
2021-05-07gittest: Refactor interface to write commitsPatrick Steinhardt
2021-05-05localrepo: Provide test helper to construct reposPatrick Steinhardt
2021-04-23Refactor fetch_test.goPavlo Strokov
2021-04-23Pop up config.Config from functions body to parametersPavlo Strokov
2021-04-21Change gittest.CreateCommit to use provided configurationPavlo Strokov
2021-04-12Change registration of the gitaly services on the gRPC serverPavlo Strokov
2021-04-07dependency inject backchannel registry into Gitaly componentsSami Hiltunen
2021-03-18Linguist converted into an instantiation dependencyPavlo Strokov
2021-03-01testhelper: Move repository helpers into `gittest`Patrick Steinhardt
2021-03-01testhelper: Move commit helpers into `gittest`Patrick Steinhardt
2021-02-17Gitaly-ruby server should be a provided dependencyPavlo Strokov
2021-02-12DI git.CommandFactory into localrepo.RepoPavlo Strokov
2021-02-11Add pass-through PackObjectsHook RPCJacob Vosmaer
2021-02-11tests: Convert code to use `localrepo.ReadCommit()`Patrick Steinhardt
2021-02-03Injection of the git.CommandFactory into catfile packagePavlo Strokov
2021-02-03Removal of unused storage.LocatorPavlo Strokov
2021-02-03Refactoring of the gitaly gRPC server creationPavlo Strokov
2021-01-29repository: Inject transaction transaction managerPatrick Steinhardt
2021-01-29hook: Dependency-inject transaction managerPatrick Steinhardt
2021-01-25featureflag: Remove GoFetchSourceBranch feature flagPatrick Steinhardt
2021-01-14log: Convert interface to accept RevisionsPatrick Steinhardt
2021-01-12testhelper: Use test context in `GetTemporaryGitalySocketFileName()`Patrick Steinhardt
2021-01-06testhelper: Accept `testing.TB` when starting the serverPatrick Steinhardt
2020-12-16Break dependency of the catfile on global config.ConfigPavlo Strokov
2020-12-03Inject locator into Hook manager to resolve repository pathPavlo Strokov
2020-11-26repository: Set up hook servicePatrick Steinhardt
2020-11-20Unbound initialization and validation funcs from global ConfigPavlo Strokov
2020-10-30dependency inject connection pool in to the operations serverSami Hiltunen
2020-10-16Introduce Locator abstraction to repository servicePavlo Strokov
2020-09-07gitaly: Move Gitaly-specific code into `internal/gitaly`Patrick Steinhardt