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
2023-09-19featureflag: Remove the `GitV242` flagKarthik Nayak
2023-09-18Merge branch 'ashmckenzie/support-forking-just-default-branch' into 'master'Patrick Steinhardt
2023-09-18Merge branch 'pks-raw-blame-fix-error-handling' into 'master'Patrick Steinhardt
2023-09-18commit: Handle paths escaping the repository in RawBlamePatrick Steinhardt
2023-09-18Merge branch 'pks-log-wrap-logrus' into 'master'James Fargher
2023-09-17Fix when reference is missing branch nameAsh McKenzie
2023-09-17Add support for forking single branchAsh McKenzie
2023-09-15Merge branch 'smh-object-pool-partitioning' into 'master'Justin Tobler
2023-09-15Merge branch 'smh-packed-refs-locks' into 'master'Justin Tobler
2023-09-15Clear packed-refs locks when encountering themSami Hiltunen
2023-09-15Return specific errors for packed-refs locksSami Hiltunen
2023-09-15log: Encapsulate our use of the `ctxlogrus` packagePatrick Steinhardt
2023-09-15log: Wrap the logrus loggerPatrick Steinhardt
2023-09-15log: Make room for a new `log.Logger` interfacePatrick Steinhardt
2023-09-15Merge branch 'pks-log-move-payload-bytes-test' into 'master'Patrick Steinhardt
2023-09-15Assign pooled repositories to the same partition as the poolSami Hiltunen
2023-09-15Split out ReadAlternatesFileSami Hiltunen
2023-09-15Extract git directory validation logic into its own functionSami Hiltunen
2023-09-15Merge branch 'wc/disable-auto-maintenance' into 'master'karthik nayak
2023-09-15log: Move PayloadBytes tests into grpcstats packagePatrick Steinhardt
2023-09-15grpcstats: Parallelize testsPatrick Steinhardt
2023-09-14Merge branch 'pks-log-housekeeping-inject-logger' into 'master'Patrick Steinhardt
2023-09-14Merge branch 'pks-ref-find-local-branches-pagination-and-sigpipe' into 'master'Patrick Steinhardt
2023-09-14Merge branch 'renovate/google.golang.org-grpc-1.x' into 'master'Will Chandler
2023-09-14git: Disable automatic maintenanceWill Chandler
2023-09-14ref: Handle SIGPIPE when truncating output from git-for-each-ref(1)Patrick Steinhardt
2023-09-14ref: Modernize error handling in FindLocalBranchesPatrick Steinhardt
2023-09-14Merge branch 'jt-transactional-object-pool-link' into 'master'Patrick Steinhardt
2023-09-14Merge branch 'qmnguyen0711/prepare-concurrency-limit-before-applying-resizabl...Patrick Steinhardt
2023-09-14housekeeping: Inject logger from externalPatrick Steinhardt
2023-09-13praefect: Make `LinkRepositoryToObjectPool` transactionalJustin Tobler
2023-09-13objectpool: Cast transaction vote when repository already linkedJustin Tobler
2023-09-13objectpool: Extend `TestLink` test casesJustin Tobler
2023-09-13objectpool: Refactor existing `TestLink` testsJustin Tobler
2023-09-13featureflag: Add `TransactionalLinkRepository`Justin Tobler
2023-09-13Merge branch 'pks-command-improve-stdout-error-handling' into 'master'Sami Hiltunen
2023-09-13go: Update module google.golang.org/grpc to v1.58.0GitLab Renovate Bot
2023-09-13limiter: Generalize concurrency limiter's buffers used for semaphoreQuang-Minh Nguyen
2023-09-13limiter: Replace limiter.ConcurrencyLimiter's ticker by context timeoutQuang-Minh Nguyen
2023-09-13Implement a test helper to simulate context timeoutQuang-Minh Nguyen
2023-09-13commit: Gracefully handle invalid arguments in RawBlamePatrick Steinhardt
2023-09-13commit: Add more tests for RawBlame with invalid argumentsPatrick Steinhardt
2023-09-13commit: Modernize error handling in RawBlamePatrick Steinhardt
2023-09-13proto: Add documentation for RawBlame RPCPatrick Steinhardt
2023-09-13command: Reliably propagate read errors on context cancellationPatrick Steinhardt
2023-09-13Merge branch 'fix-multiple-update-with-an-opaque-error' into 'master'Toon Claes
2023-09-13Merge branch 'renovate/github.com-getsentry-sentry-go-0.x' into 'master'Will Chandler
2023-09-12Update changelog for 16.2.6GitLab Release Tools Bot
2023-09-12Update changelog for 16.3.3GitLab Release Tools Bot
2023-09-12Merge branch 'qmnguyen0711/fix-praefect-sidechannel-proxy' into 'master'Justin Tobler