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-03-31limithandler: Prune unused limiters in RateLimiterjc-rate-limiterJohn Cai
2022-03-30Include rate limiter as a middleware in GitalyJohn Cai
2022-03-30server: Allow multiple limit handlersJohn Cai
2022-03-30limithandler: Introduce rate limiter middlewareJohn Cai
2022-03-30limithandler: Change metric name for concurrency limitingJohn Cai
2022-03-30limithandler: Pave the way for a second limiter typeJohn Cai
2022-03-30config: Add RateLimiting configurationJohn Cai
2022-03-30config: Move Duration code to config.goJohn Cai
2022-03-23Update changelog for 14.9.1GitLab Release Tools Bot
2022-03-22Merge branch 'pks-gitaly-runtime-dir' into 'master'Toon Claes
2022-03-22Merge branch 'pks-housekeeping-prune-heuristics-mtime' into 'master'Patrick Steinhardt
2022-03-22housekeeping: Skip prune if there are no old objectsPatrick Steinhardt
2022-03-21Merge branch 'pks-user-squash-always-use-structured-errors' into 'master'John Cai
2022-03-21git: Migrate Git exec path to use runtime directoryPatrick Steinhardt
2022-03-21git: Migrate hook directory to use runtime directoryPatrick Steinhardt
2022-03-21gitaly/config: Migrate internal sockets to use runtime directoryPatrick Steinhardt
2022-03-21gitaly/config: Introduce runtime directory configurationPatrick Steinhardt
2022-03-21operations: Always use structured errors for UserSquashPatrick Steinhardt
2022-03-21Merge branch 'pks-git-prune-server-info' into 'master'Patrick Steinhardt
2022-03-21housekeeping: Clean up server info dataPatrick Steinhardt
2022-03-21git: Disable generation of server info in git-repack(1)Patrick Steinhardt
2022-03-21housekeeping: Mark functions as test helpersPatrick Steinhardt
2022-03-21housekeeping: Rename tests to match the system under testPatrick Steinhardt
2022-03-21Update changelog for 14.9.0GitLab Release Tools Bot
2022-03-19Merge branch 'jc-limit-optimize-repository-concurrency' into 'master'John Cai
2022-03-18housekeeping: Limit concurrency of OptimizeRepository to 1John Cai
2022-03-18Merge branch 'pks-operations-squash-commit-voting' into 'master'Toon Claes
2022-03-18Merge branch 'pks-housekeeping-track-total-count-of-optimizations' into 'master'John Cai
2022-03-18operations: Fix missing votes on squashed commitsPatrick Steinhardt
2022-03-18housekeeping: Fix Prometheus metrics' latency bucketspks-housekeeping-track-total-count-of-optimizationsPatrick Steinhardt
2022-03-18housekeeping: Track total number of optimization callsPatrick Steinhardt
2022-03-18helper: Add error helpers for `codes.Aborted`Patrick Steinhardt
2022-03-17Merge branch 'update-danger-config-2' into 'master'Toon Claes
2022-03-16Merge branch 'fix-error-handling-in-GetTreeEntries' into 'master'John Cai
2022-03-16Fix error handling in GetTreeEntriesHordur Freyr Yngvason
2022-03-16Merge branch 'pks-housekeeping-improved-metrics' into 'master'John Cai
2022-03-16Update changelog for 14.8.4GitLab Release Tools Bot
2022-03-16Update VERSION filesv14.9.0-rc5GitLab Release Tools Bot
2022-03-16Merge branch 'pks-git-v2.35.1.gl1-more-fetch-speedups' into 'master'Patrick Steinhardt
2022-03-16Merge branch 'brodock/create-repository-from-url-mirror' into 'master'James Fargher
2022-03-15Repository: allow opting for --mirror for CreateRepositoryFromURLGabriel Mazetto
2022-03-15Update `gitlab-dangerfiles` to 2.11.0update-danger-config-2Rémy Coutable
2022-03-15Remove Danger rule that's part of `gitlab-dangerfiles`Rémy Coutable
2022-03-15Update Danger config to use new type & subtype labelsRémy Coutable
2022-03-15Use the changelog rule from `gitlab-dangerfiles`Rémy Coutable
2022-03-15Use latest `gitlab-dangerfiles` featuresRémy Coutable
2022-03-15Use the shared `danger-review` job definitionRémy Coutable
2022-03-15Merge branch 'pks-housekeeping-prune-with-grace-period' into 'master'John Cai
2022-03-15housekeeping: Don't prune recent objectsPatrick Steinhardt
2022-03-15Merge branch 'pks-repository-creation-fix-indeterministic-voting' into 'master'John Cai