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
path: root/cmd
AgeCommit message (Expand)Author
2023-09-15log: Wrap the logrus loggerPatrick Steinhardt
2023-09-08Merge branch 'eread/update-gitaly-cli-command-help-text-with-usage-text' into...Sami Hiltunen
2023-09-08Update Gitaly CLI command help text with usage textEvan Read
2023-09-07cmd/gitaly-ssh: Convert to use internal `gitalyclient` packagePatrick Steinhardt
2023-09-07global: Stop using public `client` packagePatrick Steinhardt
2023-09-06Merge branch 'jmd/move-gpg-binary-doc-comment' into 'master'John Cai
2023-09-06Move doc comment relating to gpg-signing to relevant binaryJohn McDonnell
2023-09-05Merge branch 'ps-go-based-tar-writer' into 'master'Will Chandler
2023-09-05gitaly-git2go: Remove the now-unused commandPatrick Steinhardt
2023-09-05cmd/gitaly-git2go: Use log writer instead of splicing log outputsPatrick Steinhardt
2023-08-31gittest: Fail command execution if stderr is setStrokov Pavlo
2023-08-31Replace NewLogger calls with SharedLogger calls in testsSami Hiltunen
2023-08-31Replace discarding logger with new recording loggerSami Hiltunen
2023-08-30Add missing TestMain callsWill Chandler
2023-08-30Move TestMain into testhelper_test.goWill Chandler
2023-08-30Merge branch 'pks-git-drop-test-repository' into 'master'Will Chandler
2023-08-29Merge branch 'smh-partition-assignments' into 'master'Will Chandler
2023-08-28Merge branch 'pks-drop-labkit-logger' into 'master'Justin Tobler
2023-08-28Disable RemoveAll tests with WALSami Hiltunen
2023-08-28tests: Stop using unneeded repository seedsPatrick Steinhardt
2023-08-28cmd/gitaly-git2go: Refactor rebase tests to not use seed repositoryPatrick Steinhardt
2023-08-24gitlab/client: Stop using labkit logger in favor of injected onePatrick Steinhardt
2023-08-24cmd/gitaly-lfs-smudge: Stop using labkit loggerPatrick Steinhardt
2023-08-23gittest: Dynamically detect whether to skip SHA256 testsPatrick Steinhardt
2023-08-22cmd/gitaly-git2go: Remove now-unused cherry-pick implementationPatrick Steinhardt
2023-08-21gitaly-blackbox: Use injected logging instancePatrick Steinhardt
2023-08-19Merge branch 'pks-log-drop-with' into 'master'Will Chandler
2023-08-18log: Return errors when logger configuration failsPatrick Steinhardt
2023-08-18cmd/gitaly-blackbox: Properly set up logging infrastructurePatrick Steinhardt
2023-08-18Support key rotation for signing keysIgor Drozdov
2023-08-17Merge branch 'jc/revert-remove-cherry-pick-ff' into 'master'Will Chandler
2023-08-17Merge branch 'pks-log-stop-using-standard-logger-pt2' into 'master'John Cai
2023-08-17Revert "Merge branch 'jc/remove-cherry-pick-ff' into 'master'"John Cai
2023-08-17Merge branch 'revert-d470be9b' into 'master'Justin Tobler
2023-08-16cmd/gitaly-wrapper: Use configured logger instead of global loggerPatrick Steinhardt
2023-08-15cmd/gitaly: Properly configure the logger for the "check" subcommandPatrick Steinhardt
2023-08-15cmd/gitaly-hooks: Properly configure the loggerPatrick Steinhardt
2023-08-15log: Move hook logger initialization to its only userPatrick Steinhardt
2023-08-15golangci-lint: Forbid use of standard logrus loggerPatrick Steinhardt
2023-08-15cmd/gitaly-backup: Consistently use configured loggerPatrick Steinhardt
2023-08-15cmd/gitaly-ssh: Properly initialize and use logging infrastructurePatrick Steinhardt
2023-08-15cli/gitaly: Do not use logging infra before it is initializedPatrick Steinhardt
2023-08-14Revert "Merge branch 'pks-revert-empty-repository-restores' into 'master'"James Fargher
2023-08-12Merge branch 'pks-log-refactor-configuration' into 'master'Justin Tobler
2023-08-11Revert differentiated repository restoresPatrick Steinhardt
2023-08-10gitaly-backup: Generate refs in restore testsJames Fargher
2023-08-09log: Simplify configuration of the logging infrasturcturePatrick Steinhardt
2023-08-09log: Move logging configuration into "internal/log"Patrick Steinhardt
2023-08-08gitaly-git2go: Remove cherry pickJohn Cai
2023-08-03Merge branch 'jc/remove-revert-ff' into 'master'Will Chandler