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-06-30Merge remote-tracking branch 'dev/14-10-stable' into 14-10-stable14-10-stableGitLab Release Tools Bot
2022-06-30Update VERSION filesv14.10.5GitLab Release Tools Bot
2022-06-30Update changelog for 14.10.5GitLab Release Tools Bot
2022-06-01Merge remote-tracking branch 'dev/14-10-stable' into 14-10-stableGitLab Release Tools Bot
2022-06-01Update VERSION filesv14.10.4GitLab Release Tools Bot
2022-06-01Update changelog for 14.10.4GitLab Release Tools Bot
2022-05-20Update VERSION filesv14.10.3GitLab Release Tools Bot
2022-05-20Update changelog for 14.10.3GitLab Release Tools Bot
2022-05-05Merge branch 'jc-remove-gomod-excludes-14-10' into '14-10-stable'James Fargher
2022-05-05go.mod: Remove exclude directiveJohn Cai
2022-05-04Update VERSION filesv14.10.2GitLab Release Tools Bot
2022-05-04Update changelog for 14.10.2GitLab Release Tools Bot
2022-05-02Merge remote-tracking branch 'dev/14-10-stable' into 14-10-stableGitLab Release Tools Bot
2022-04-29Update VERSION filesv14.10.1GitLab Release Tools Bot
2022-04-29Update changelog for 14.10.1GitLab Release Tools Bot
2022-04-21Update VERSION filesv14.10.0GitLab Release Tools Bot
2022-04-21Update changelog for 14.10.0GitLab Release Tools Bot
2022-04-20Update VERSION filesv14.10.0-rc42GitLab Release Tools Bot
2022-04-14Merge branch 'smh-verify-metadata-output' into 'master'Sami Hiltunen
2022-04-13Expose last verification time in 'praefect metadata'Sami Hiltunen
2022-04-13Fetch verified_at as part of GetRepositoryMetadataSami Hiltunen
2022-04-13Expose VerifiedAt via GetRepositoryMetadata proto definitionsSami Hiltunen
2022-04-13Merge branch 'smh-background-verifier' into 'master'Sami Hiltunen
2022-04-13Wire metadata verifier in Praefect's mainSami Hiltunen
2022-04-13Initial implementation of a metadata verifierSami Hiltunen
2022-04-13Add migrations for background verification schemaSami Hiltunen
2022-04-12Update changelog for 14.9.3GitLab Release Tools Bot
2022-04-12Merge branch 'jc-backpressure-training' into 'master'John Cai
2022-04-12README: Add link to backpressure videoJohn Cai
2022-04-08Merge branch 'command-stats-metrics' into 'master'Toon Claes
2022-04-08Merge branch 'ajk-rails-6.1.4.7' into 'master'Sami Hiltunen
2022-04-08Override for command stats metrics cmd labelIgor Wiedler
2022-04-08Update activesupport to 6.1.4.7ajk-rails-6.1.4.7Alex Kalderimis
2022-04-07Merge branch 'smh-delete-object-pool-type' into 'master'Sami Hiltunen
2022-04-07Merge branch 'smh-remove-implicit-pool-creation' into 'master'Sami 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-05Expose command stats (rusage) metrics via prometheuscommand-stats-metricsIgor Wiedler