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-06Expose last verification time in 'praefect metadata'smh-verify-metadata-outputSami Hiltunen
2022-04-06Fetch verified_at as part of GetRepositoryMetadataSami Hiltunen
2022-04-06Expose VerifiedAt via GetRepositoryMetadata proto definitionsSami Hiltunen
2022-04-06Add migrations for background verification schemaSami Hiltunen
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
2022-03-31gitaly-git2go: Log top-level encoding errorsJames Fargher
2022-03-31git2go: Set stderr to be the log ouputJames Fargher
2022-03-31gitaly-git2go: Add a logger to contextJames Fargher
2022-03-31gitaly-git2go: Add flags to configure log level and formatJames Fargher
2022-03-31gitaly-git2go: Stop capturing errors from stderrJames Fargher
2022-03-31Merge branch 'pks-git-grep-limit-threading' into 'master'James Fargher
2022-03-30featureflag: Enable TransactionalSymbolicRefUpdates by defaultJohn Cai
2022-03-30Merge branch 'jc-repo-cleaner-grace-period' into 'master'John Cai
2022-03-30repocleaner: Only clean repos that are more than one day oldJohn Cai
2022-03-30internalgitaly: WalkRepos to return last accessed timestampJohn Cai
2022-03-30Merge branch 'tc-makefile-improve' into 'master'Toon Claes
2022-03-30Merge branch 'pks-houskeeping-clean-stale-data-walkdir' into 'master'Patrick Steinhardt
2022-03-30Merge branch 'pks-housekeeping-skip-repacking-empty-repos' into 'master'Toon Claes
2022-03-30Makefile: Rename find_commands to GITALY_EXECUTABLESToon Claes
2022-03-30Makefile: Copy only Gitaly commands in installToon Claes