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-18operations: Fix missing votes on squashed commitspks-operations-squash-commit-votingPatrick 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
2022-03-15Merge branch 'pks-user-squash-fix-error-code-with-improved-error-handling' in...Sami Hiltunen
2022-03-15Makefile: Add more patches to speed up git-fetch(1) to v2.35.1.gl1pks-git-v2.35.1.gl1-more-fetch-speedupsPatrick Steinhardt
2022-03-15housekeeping: Track what kind of repacks OptimizeRepository doespks-housekeeping-improved-metricsPatrick Steinhardt
2022-03-15housekeeping: Expose pruned stale files via Prometheus metricPatrick Steinhardt
2022-03-15housekeeping: Generalize counter for pruned empty directoriesPatrick Steinhardt
2022-03-15housekeeping: Move global Prometheus metric into managerPatrick Steinhardt
2022-03-15housekeeping: Log number of pruned ref dirs with other cleanupsPatrick Steinhardt
2022-03-15housekeeping: Inline subtests which test pruning of specific filesPatrick Steinhardt
2022-03-15ci: Run Coverage job as unprivileged userPatrick Steinhardt
2022-03-15repository: Fix indeterministic voting when creating new repospks-repository-creation-fix-indeterministic-votingPatrick Steinhardt
2022-03-15Merge branch 'nanmu42-update-head' into 'master'Toon Claes
2022-03-15repository: Add updateHeadFromBundle in CreateRepositoryFromBundleLI Zhennan
2022-03-14Update changelog for 14.8.3GitLab Release Tools Bot
2022-03-14Merge branch 'smh-extend-invalid-source-repository' into 'master'James Fargher
2022-03-11operations: Fix wrong error code when UserSquash conflictspks-user-squash-fix-error-code-with-improved-error-handlingPatrick Steinhardt
2022-03-10Update VERSION filesv14.9.0-rc4GitLab Release Tools Bot
2022-03-10Merge branch 'jc-user-rebase-structured-errors-proto' into 'master'John Cai
2022-03-10proto: Add structured error types for UserRebaseCofirmableJohn Cai
2022-03-10Merge branch 'smh-no-implicit-pool-creation' into 'master'Toon Claes
2022-03-09Update changelog for 14.7.5GitLab Release Tools Bot
2022-03-09Merge branch 'pks-doc-git-execution-environments' into 'master'Patrick Steinhardt
2022-03-09Merge branch 'pks-user-squash-structured-errors' into 'master'John Cai
2022-03-09doc: Document supported ways to access Git installationsPatrick Steinhardt
2022-03-09Update VERSION filesv14.9.0-rc3GitLab Release Tools Bot
2022-03-09Merge branch 'add-git2go-squash' into 'master'Patrick Steinhardt
2022-03-09Merge branch 'jc-fix-cgroups-memory-race' into 'master'Patrick Steinhardt
2022-03-09Merge branch 'jc-create-repo-default-branch' into 'master'Patrick Steinhardt
2022-03-08cgroups: Remove paths fieldjc-fix-cgroups-memory-raceJohn Cai
2022-03-08Disable implicit pool creation on link behind a feature flagsmh-no-implicit-pool-creationSami Hiltunen
2022-03-07git2go: Add squash parameter to MergeCommandPiotr Stankowski