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-12Return Canceled gRPC code if Sidechannel client hangs up1302-make-sure-server-returns-canceled-grpc-code-if-sidechannel-client-hangs-up-after-sending-aQuang-Minh Nguyen
2021-10-11Add backchannel and sidechannel optionsQuang-Minh Nguyen
2021-10-11Merge branch 'qmnguyen0711/enable-praefect-sidechannel-test' into 'master'James Fargher
2021-10-11Merge branch 'ps-repocleaner-test-enhance' into 'master'James Fargher
2021-10-08Merge branch 'pks-supervisor-synchronize-kill' into 'master'Toon Claes
2021-10-08supervisor: Close writers before signalling process is donePatrick Steinhardt
2021-10-08supervisor: Drop global test statePatrick Steinhardt
2021-10-08testhelper: Expose helper to build Go executablesPatrick Steinhardt
2021-10-08testhelper: Reject trying to build same binary multiple timesPatrick Steinhardt
2021-10-08testhelper: Refactor building of binaries for improved readabilityPatrick Steinhardt
2021-10-08Merge branch 'ps-cmd-list-missing' into 'master'Pavlo Strokov
2021-10-08test: Database name extraction is not neededPavlo Strokov
2021-10-08repocleaner: Improve test codePavlo Strokov
2021-10-08prometheus: Avoid duplicated metrics registrationPavlo Strokov
2021-10-08bootstrap: Abstract bootstrapper for testingPavlo Strokov
2021-10-08remove-repository: Reduce code duplicationPavlo Strokov
2021-10-08list-untracked-repositories: New praefect sub-commandPavlo Strokov
2021-10-08list-untracked-repositories: Change callback of ExecOnRepositories to return ...Pavlo Strokov
2021-10-08list-untracked-repositories: Extract ExecOnRepositories method for re-usePavlo Strokov
2021-10-08testhelper: Simplify infra to build commands oncePatrick Steinhardt
2021-10-08Merge branch 'jc-fix-cache-test' into 'master'Patrick Steinhardt
2021-10-08Reset buffered reader upon closeJohn Cai
2021-10-07Merge branch 'ps-fix-flaky-cache-clean' into 'master'John Cai
2021-10-07streamcache: Fix flaky TestCache_diskCleanupPavlo Strokov
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-07Enable Praefect in PostUploadPackWithSidechannel testsgit-2.31Quang-Minh Nguyen
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