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
2022-04-07Wire metadata verifier in Praefect's mainsmh-background-verifierSami Hiltunen
2022-04-07Initial implementation of a metadata verifierSami Hiltunen
2022-04-07Add migrations for background verification schemaSami Hiltunen
2022-04-07Merge branch 'jc-remove-write-ref-ff' into 'master'James Fargher
2022-04-07Merge branch 'jc-rate-limiter' into 'master'John Cai
2022-04-06Include rate limiter as a middleware in GitalyJohn Cai
2022-04-06server: Allow multiple limit handlersJohn Cai
2022-04-06limithandler: Prune unused limiters in RateLimiterJohn Cai
2022-04-06limithandler: Introduce rate limiter middlewareJohn Cai
2022-04-06Update VERSION filesv14.10.0-rc1GitLab Release Tools Bot
2022-04-06featureflag: Remove TransactionalSymbolicRefUpdates featureflagJohn Cai
2022-04-06Merge branch 'jc-filter-nonexisting-revisions' into 'master'James Fargher
2022-04-06commit: Add CheckObjectsExist RPCJohn Cai
2022-04-06Merge branch 'add-git-blame-range' into 'master'James Fargher
2022-04-05limithandler: Change metric name for concurrency limitingJohn Cai
2022-04-05limithandler: Pave the way for a second limiter typeJohn Cai
2022-04-05config: Add RateLimiting configurationJohn Cai
2022-04-05Allow Commit.RawBlame to take a Range parameterNick Thomas
2022-04-05Add a range parameter to Commit.RawBlameRequestNick Thomas
2022-04-04Merge branch 'jc-accurate-calculation-of-repo-size' into 'master'John Cai
2022-04-04repository: Use Size() to calculate repo size behind feature flagJohn Cai
2022-04-04localrepo: Add Size() for repoJohn Cai
2022-04-04Merge branch 'toon-fix-prerecv-noise' into 'master'Toon Claes
2022-04-04ssh: Clean up output when pre-receive hook failsToon Claes
2022-04-04ssh: Add test with custom pre-receive hookToon Claes
2022-04-04ssh: Split out the push command in testToon Claes
2022-04-04Merge branch 'git2go_logging' into 'master'James Fargher
2022-04-01Merge branch 'pks-makefile-per-target-go-flags' into 'master'Patrick Steinhardt
2022-04-01Makefile: Fix performance issues caused by tracing in binariesPatrick Steinhardt
2022-04-01Makefile: Always build Go binaries with a build IDPatrick Steinhardt
2022-04-01Makefile: Silence output when building Gitaly executablesPatrick Steinhardt
2022-04-01ci: Use multiple jobs when running make(1)Patrick Steinhardt
2022-04-01Makefile: Make libgit2 dependency more granularPatrick Steinhardt
2022-04-01Merge branch 'pks-makefile-git-indeterministic-patch-order' into 'master'Sami Hiltunen
2022-04-01Makefile: Fix indeterministic sorting order of Git patchesPatrick Steinhardt
2022-04-01Update changelog for 14.6.7GitLab Release Tools Bot
2022-03-31Merge branch 'pks-git-v2.35.1.gl1-default' into 'master'John Cai
2022-03-31Merge remote-tracking branch 'dev/master'GitLab Release Tools Bot
2022-03-31Merge branch 'pks-smarthttp-refactor-flaky-gitconfig-test' into 'master'John Cai
2022-03-31Makefile: Upgrade the default Git distribution to v2.35.1.gl1Patrick Steinhardt
2022-03-31Makefile: Explicitly override Git variables for old bundled GitPatrick Steinhardt
2022-03-31Makefile: Group Git patches by versionPatrick Steinhardt
2022-03-31git: Remove execution environment for old bundled Git versionPatrick Steinhardt
2022-03-31git: Remove feature flag for Git v2.35.1.gl1Patrick Steinhardt
2022-03-31Update changelog for 14.7.7GitLab Release Tools Bot
2022-03-31Update changelog for 14.8.5GitLab Release Tools Bot
2022-03-31Update changelog for 14.9.2GitLab Release Tools Bot
2022-03-31Merge branch 'pks-proto-introduce-maintenance-operations' into 'master'Patrick Steinhardt
2022-03-31Merge branch 'jc-enable-ff-write-ref-by-default' into 'master'John Cai
2022-03-31gitaly-git2go: Pass through correlation ID from requestgit2go_loggingJames Fargher