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
2021-08-12testhelper: Rename `ConfigureGitalySSHBin()`Patrick Steinhardt
2021-08-12testhelper: Rename `ConfigureGitalyHooksBin()`Patrick Steinhardt
2021-08-09Replace in-memory queue with Postgres implementationPavlo Strokov
2021-08-09praefect: Disable praefect setup for praefect testsPavlo Strokov
2021-08-09replication: Await for backlog processing to complete in testPavlo Strokov
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-07-28lint: Fix deprecated import github.com/golang/protobuf/protoPavlo Strokov
2021-07-22storage: Move module into `internal/gitaly`Patrick Steinhardt
2021-07-06replicator: Special-case replication of OptimizeRepositoryPatrick Steinhardt
2021-07-06replicator: Special-case replication of MidxRepackPatrick Steinhardt
2021-07-06replicator: Special-case replication of WriteCommitGraphPatrick Steinhardt
2021-07-06replicator: Replicate `all_refs` parameter for PackRefs RPCPatrick Steinhardt
2021-07-06replicator: Replicate `prune` parameter for GarbageCollect RPCPatrick Steinhardt
2021-07-06replicator: Add tests to exercise replication queue via PSQLPatrick Steinhardt
2021-06-11Fix linting issuesMikhail Mazurskiy
2021-06-11Move helper to avoid import cycleMikhail Mazurskiy
2021-05-27Create module v14 gitaly versionPavlo Strokov
2021-05-22Fix flaky TestPropagateReplicationJob testPavlo Strokov
2021-05-17Break dependency of the CloneRepoAtStorage on the global config.ConfigPavlo Strokov
2021-05-17Use github.com/stretchr/testify package to check dir and file existencePavlo Strokov
2021-05-11Replace MustRunCommand with gittest.Exec in praefectPavlo Strokov
2021-05-11Replace NewTestGrpcServer with RunGitalyServer in praefectPavlo Strokov
2021-05-10Merge branch 'pks-catfile-drop-global' into 'master'Sami Hiltunen
2021-05-10objectpool: Inject catfile cachePatrick Steinhardt
2021-05-07gittest: Refactor interface to write commitsPatrick Steinhardt
2021-04-24Remove config.Config from replicator_test.goPavlo Strokov
2021-04-23testhelper: Convert `TempDir()` to use `t.Cleanup()`Patrick Steinhardt
2021-04-21Change gittest.CreateCommit to use provided configurationPavlo Strokov
2021-04-19sql: Report errors when failing to clean SQL databasePatrick Steinhardt
2021-04-12Change registration of the gitaly services on the gRPC serverPavlo Strokov
2021-04-09ref: Inject transaction managerPatrick Steinhardt
2021-04-07dependency inject backchannel registry into Gitaly componentsSami Hiltunen
2021-04-07inject backchannel ClientHandshaker from mainSami Hiltunen
2021-04-06remote: Use atomic fetch in `FetchInternalRemote()`Patrick Steinhardt
2021-04-01Inject PrimaryGetter and Connection in Praefect's Info serverSami Hiltunen
2021-03-04replicator: Do not bump repository generation for PackRefsPatrick Steinhardt
2021-03-01testhelper: Move repository helpers into `gittest`Patrick Steinhardt
2021-03-01testhelper: Move object helpers into `gittest`Patrick Steinhardt
2021-03-01testhelper: Move commit helpers into `gittest`Patrick Steinhardt
2021-02-21Removal of config.Config from the buildCommandPavlo Strokov
2021-02-19praefect: Stop creating replication jobs on cleanupPatrick Steinhardt
2021-02-16Merge branch 'ps-rubyserver-config' into 'master'Paul Okstad
2021-02-15fix flaky test TestReplMgr_ProcessBacklogSami Hiltunen
2021-02-13Gitaly-ruby server should not depend on the global statePavlo Strokov
2021-02-03Injection of the git.CommandFactory into catfile packagePavlo 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