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-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-15trace2: Don't round offset event timesWill Chandler
2023-09-15trace2: Assert full timestamp precision in testsWill Chandler
2023-09-15Merge branch 'smh-packed-refs-locks' into 'master'Justin Tobler
2023-09-15hook: Fix invalid setup in pack-objects context cancellation testPatrick Steinhardt
2023-09-15hook: Synchronize test logic better in context cancellation testPatrick Steinhardt
2023-09-15hook: Tighten error check for pack-objects hook with cancelled contextPatrick Steinhardt
2023-09-15hook: Make separate contexts in tests more explicitPatrick Steinhardt
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-15backup: Improve time taken to create a full backup bundleJames Fargher
2023-09-15backup: Add bundle all refs special case to remote repositoryJames Fargher
2023-09-14backup: Improve performance of writing ref listsJames Fargher
2023-09-14repository: Add benchmark for BackupRepository RPCJames Fargher
2023-09-14make: Take a mirror clone of benchmark repositoriesJames Fargher
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