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-15cgroups: Handle nil repojc-pick-handle-nil-repo-into-15-0-stableJohn Cai
2022-06-06Update VERSION filesv15.0.2GitLab Release Tools Bot
2022-06-06Update changelog for 15.0.2GitLab Release Tools Bot
2022-06-01Merge remote-tracking branch 'dev/15-0-stable' into 15-0-stableGitLab Release Tools Bot
2022-06-01Update VERSION filesv15.0.1GitLab Release Tools Bot
2022-06-01Update changelog for 15.0.1GitLab Release Tools Bot
2022-05-20Update VERSION filesv15.0.0GitLab Release Tools Bot
2022-05-20Update changelog for 15.0.0GitLab Release Tools Bot
2022-05-20Update VERSION filesv15.0.0-rc44GitLab Release Tools Bot
2022-05-19Update VERSION filesv15.0.0-rc43GitLab Release Tools Bot
2022-05-19Update VERSION filesv15.0.0-rc42GitLab Release Tools Bot
2022-05-18Merge branch 'pks-rugged-inject-own-gitconfig' into 'master'Patrick Steinhardt
2022-05-18Merge branch 'jc-turn-run-cmds-in-cgroup-default-false' into 'master'James Fargher
2022-05-18featureflag: Turn RunCommandsInCGroup to default falsejc-turn-run-cmds-in-cgroup-default-falseJohn Cai
2022-05-17Merge branch 'pks-git-sync-internal-ref-prefixes' into 'master'John Cai
2022-05-17Merge branch 'ahorvath-customer-issue' into 'master'Patrick Steinhardt
2022-05-17Merge branch 'smh-repository-id-rename-repository' into 'master'Sami Hiltunen
2022-05-17rubyserver: Ensure we sync objects if there is no Rugged gitconfigpks-rugged-inject-own-gitconfigPatrick Steinhardt
2022-05-17rubyserver: Fix leaking Goroutine when shutting down workersPatrick Steinhardt
2022-05-17Merge branch 'pks-ruby-sidecar-gitconfig' into 'master'Patrick Steinhardt
2022-05-17Update VERSION filesv15.0.0-rc3GitLab Release Tools Bot
2022-05-17ruby: Stop configuring `core.autocrlf`Patrick Steinhardt
2022-05-17ruby: Fix diverging Git configuration in Go and RubyPatrick Steinhardt
2022-05-17git: Use deterministic ordering for fsck configurationPatrick Steinhardt
2022-05-17git: Extract helper function to convert config pairs to envvarsPatrick Steinhardt
2022-05-17git: Extract construction of global Git configurationPatrick Steinhardt
2022-05-17Merge branch 'feature/gitlab-349228' into 'master'James Fargher
2022-05-17Merge branch 'pks-go-1.18-buildvcs-regression' into 'master'James Fargher
2022-05-16Merge branch 'jc-cgroups-repository-isolation' into 'master'Sami Hiltunen
2022-05-16Merge branch 'jc-exclude-alternates-from-repo-size' into 'master'Patrick Steinhardt
2022-05-16Replace custom db assertions with a call to RepositoryExistsSami Hiltunen
2022-05-16Use Praefect's RemoveRepository from remove-repository subcommandSami Hiltunen
2022-05-16Generate unique replica paths for repositoriesSami Hiltunen
2022-05-16Intercept RenameRepository calls in PraefectSami Hiltunen
2022-05-16Add RenameRepositoryInPlace to RepositoryStoreSami Hiltunen
2022-05-16Merge branch 'jc-log-repo-size' into 'master'Toon Claes
2022-05-16Derive identifiable replica paths for object poolsSami Hiltunen
2022-05-16Resolve replica path in background verifier testsSami Hiltunen
2022-05-16cgroups: Add delimiter for keyJohn Cai
2022-05-16cgroups: Repository isolated cgroupsJohn Cai
2022-05-16repository: Exclude alternate object directories in repository sizeJohn Cai
2022-05-16repository: Add object pool service to server and client helperJohn Cai
2022-05-16localrepo: Rename Excludes to ExcludeRefsJohn Cai
2022-05-16testcfg: Fix building Go binaries with Go 1.18Patrick Steinhardt
2022-05-16localrepo: Add WithoutAlternates option to repository sizeJohn Cai
2022-05-16ListCommits: Extend ListCommits rpc to support filter by commit msg patternsAbhishek Kumar
2022-05-16Merge branch 'pks-user-merge-branch-custom-hook-errors' into 'master'Toon Claes
2022-05-16git: Sync internal namespaces with distros' settingsPatrick Steinhardt
2022-05-14cgroups: Add FallbackToOldVersion to support old cgroups configJohn Cai
2022-05-13repository: Log repo size calculationsjc-log-repo-sizeJohn Cai