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-10-27STYLE: Recommend using direct and imperative wordingimperative-moodChristian Couder
2021-10-26Merge branch 'pks-testhelper-tmpfile-cleanups' into 'master'Patrick Steinhardt
2021-10-26Merge branch 'accept-empty-GIT_VERSION' into 'master'Patrick Steinhardt
2021-10-26testhelper: Don't clutter system temporary directoryPatrick Steinhardt
2021-10-26testhelper: Refactor setup of test directoryPatrick Steinhardt
2021-10-26testhelper: Simplify configurationPatrick Steinhardt
2021-10-26tests: Get rid of plain temporary directories and filesPatrick Steinhardt
2021-10-26config: Modernize testsPatrick Steinhardt
2021-10-26testhelper: Change `ModifyEnvironment()` to unset envvars on empty valuePatrick Steinhardt
2021-10-26testhelper: Move `SetHealthyNodes()` into new `testdb` packagePatrick 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-26testhelper: Inline configuration of Ruby to break cyclic dependencyPatrick Steinhardt
2021-10-26testhelper: Fix test configuration not printing errors on failurePatrick Steinhardt
2021-10-26Reverse GIT_VERSION condition orderKamil Trzciński
2021-10-26Merge branch 'pks-objectpool-revert-inmemory-fetch' into 'master'Patrick Steinhardt
2021-10-26Merge branch 'smh-fix-master-relative-path' into 'master'Patrick Steinhardt
2021-10-26Revert "Merge branch 'pks-objectpool-drop-ondisk-remotes' into 'master'"Patrick Steinhardt
2021-10-26praefect: Don't query for replica path in NodeManagerRouterSami Hiltunen
2021-10-25Merge branch 'jc-checker' into 'master'Toon Claes
2021-10-25Merge branch 'jc-reverse-sort-order' into 'master'Christian Couder
2021-10-25Merge branch 'jc-fix-TestCachingStorageProvider_GetSyncedNodes' into 'master'Toon Claes
2021-10-25Close database connection in test database setupJohn Cai
2021-10-25Merge branch 'ps-check-listen-error' into 'master'Pavlo Strokov
2021-10-25Merge branch 'ps-replication-job-state' into 'master'Pavlo Strokov
2021-10-25Accept `GIT_VERSION=` environment variableKamil Trzciński
2021-10-25find_refs_by_id: Use 'refname' as the default sort orderJohn Cai
2021-10-25Praefect cmd: adding check subcommandJohn Cai
2021-10-25Praefect: add migration checkJohn Cai
2021-10-25Praefect: add basic framework for adding praefect startup checksJohn Cai
2021-10-25Merge branch 'jts/node' into 'master'Toon Claes
2021-10-25Better define 'node' in the design documentJohn Skarbek
2021-10-25Merge branch 'pks-objectpool-drop-ondisk-remotes' into 'master'Patrick Steinhardt
2021-10-25Merge branch 'pks-fetch-internal-remote-read-logs' into 'master'Toon Claes
2021-10-25Merge branch 'sh-update-pg-query' into 'master'Toon Claes
2021-10-25Merge branch 'jv-doc-sidechannel' into 'master'Toon Claes
2021-10-25Merge branch 'smh-replica-path-cache' into 'master'Sami Hiltunen
2021-10-25git: Drop Remote interfacePatrick Steinhardt
2021-10-25objectpool: Convert to use in-memory fetchesPatrick Steinhardt
2021-10-25objectpool: Drop UnlikRepostioryFromObjectPool RPCPatrick Steinhardt
2021-10-25Merge branch 'pks-test-race-fixes' into 'master'Patrick Steinhardt
2021-10-22Add documentation about sidechannelsJacob Vosmaer
2021-10-22remote: Fix flaky test caused by unconsumed hook stdinPatrick Steinhardt
2021-10-22remote: Try to get hints why FetchInternalRemote tests fail sometimesPatrick Steinhardt
2021-10-22gitaly-hooks: Improve error messages about unexpected argsPatrick Steinhardt
2021-10-22gitaly-hooks: Propagate errors when closing failsPatrick Steinhardt
2021-10-22gitaly-hooks: Get rid of global hook loggerPatrick Steinhardt
2021-10-22gitaly-hooks: Refactor error handlingPatrick Steinhardt
2021-10-22gitaly-hooks: Improve logging for the "check" subcommandPatrick Steinhardt
2021-10-22Update changelog for 14.4.0GitLab Release Tools Bot