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-07Increase time disk cache test has to clean upjc-fix-flaky-diskcache-testJohn Cai
2021-10-07Merge branch 'pks-testhelper-goroutine-leakage' into 'master'Pavlo Strokov
2021-10-07Merge branch 'ps-fix-migration' into 'master'Toon Claes
2021-10-07testhelper: Enable Goroutine leak checks by defaultPatrick Steinhardt
2021-10-07global: Close gRPC connectionsPatrick Steinhardt
2021-10-07praefect: Stop gRPC servers on exitPatrick Steinhardt
2021-10-07nodes: Fix leaking connections and Goroutines due to missing cleanupPatrick Steinhardt
2021-10-07glsql: Close database if open fails on pingPatrick Steinhardt
2021-10-07streamcache: Make cleanup Goroutines stoppablePatrick Steinhardt
2021-10-07cache: Add ability to stop disk walkersPatrick Steinhardt
2021-10-07dontpanic: Refactor code to allow stopping of `GoForever()`Patrick Steinhardt
2021-10-07service: Plug leakages of connection poolsPatrick Steinhardt
2021-10-07supervisor: Stop monitor if shutdown was signalledPatrick Steinhardt
2021-10-07bootstrap: Make bootstrapper stoppable to plug Goroutine leaksPatrick Steinhardt
2021-10-07catfile: Stop cache to plug Goroutine leaksPatrick Steinhardt
2021-10-07gitaly-backup: Inject connection pool to unleak its GoroutinesPatrick Steinhardt
2021-10-07Merge branch 'pks-catfile-cache-split' into 'master'Patrick Steinhardt
2021-10-07command: Start using the testhelper packagePatrick Steinhardt
2021-10-07command: Solve cyclic dependency with testhelper packagePatrick Steinhardt
2021-10-07testhelper: Open-code check for process's error codesPatrick Steinhardt
2021-10-07testhelper: Refactor checks for leaked processesPatrick Steinhardt
2021-10-07testhelper: Move process leak checks into separate packagePatrick Steinhardt
2021-10-07testhelper: Unify setup of test suitesPatrick Steinhardt
2021-10-07testhelper: Return errors when configuring Ruby sidecar failsPatrick Steinhardt
2021-10-07Merge branch 'jv-sidechannel-praefect' into 'master'James Fargher
2021-10-06Praefect: proxy sidechannelsJacob Vosmaer
2021-10-06Merge branch 'pks-drop-fetch-internal-remote' into 'master'Pavlo Strokov
2021-10-06blob: Convert `GetBlob()` to use object readerPatrick Steinhardt
2021-10-06catfile: Fix race with done-notificationsPatrick Steinhardt
2021-10-06catfile: Implement `BatchProcess()` in terms of both readersPatrick Steinhardt
2021-10-06catfile: Provide cacheable object info readersPatrick Steinhardt
2021-10-06catfile: Provide cacheable object readersPatrick Steinhardt
2021-10-06catfile: Allow reading objects with unknown typePatrick Steinhardt
2021-10-06catfile: Make `close()` a private functionPatrick Steinhardt
2021-10-06catfile: Allow for generic cached valuesPatrick Steinhardt
2021-10-06catfile: Extract logic handling cached processesPatrick Steinhardt
2021-10-06catfile: Convert reporting of cache members to use a gauge vectorPatrick Steinhardt
2021-10-06catfile: Provide function to safely count cache membersPatrick Steinhardt
2021-10-06catfile: Disentangle metrics from managing the cachePatrick Steinhardt
2021-10-06catfile: Rename `BatchCache` to `ProcessCache`Patrick Steinhardt
2021-10-06Merge branch 'pks-datastore-cleanup-timezone' into 'master'Pavlo Strokov
2021-10-06remote: Drop FetchInternalRemote RPCPatrick Steinhardt
2021-10-06remote: Refactor `FetchInternalRemote()` to use remoterepo interfacePatrick Steinhardt
2021-10-06remoterepo: Implement `GetDefaultBranch()`Patrick Steinhardt
2021-10-06remote: Modernize tests for `FetchInternalRemote`Patrick Steinhardt
2021-10-06repository: Fix test for failing fetch in ReplicateRepositoryPatrick Steinhardt
2021-10-06datastore: Fix storage cleanup's handling of timezonesPatrick Steinhardt
2021-10-06Merge branch 'ps-replication-parallel-processing' into 'master'Pavlo Strokov
2021-10-06Merge branch 'pks-catfile-fixed-goroutine-leakage' into 'master'Patrick Steinhardt
2021-10-06catfile: Test for Goroutine leaksPatrick Steinhardt