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
2024-01-23signature: extend CreateSignature to accept timestamp Adrien Carreira
2024-01-17fix: Fix a collection of typos found by typos-cliXing Xin
2023-11-30errors: Use `errors.As()` for type assertionKarthik Nayak
2023-11-22gitaly-backup: Migrate command to `urfave/cli` frameworkGerardo Gutierrez
2023-11-07cmd/gitaly-hooks: Convert to use native interceptor chainingEric Ju
2023-10-26gitaly-backup: Move code out of main packageGerardo Gutierrez
2023-10-20backup: Support incremental server-side backupsJames Liu
2023-10-20test: Use table tests in `gitaly-backup create`James Liu
2023-10-10command: Replace use of ctxlogrus with injected loggerPatrick Steinhardt
2023-09-27Merge branch 'pks-log-remove-formatting-functions' into 'master'karthik nayak
2023-09-26Include transaction ID in the hook payloadSami Hiltunen
2023-09-26log: Drop `Errorf()` function from `Logger` interfacePatrick Steinhardt
2023-09-26log: Drop `Warnf()` function from `Logger` interfacePatrick Steinhardt
2023-09-26log: Drop `Infof()` function from `Logger` interfacePatrick Steinhardt
2023-09-21log: Simplify Debug et al to accept single argument onlyPatrick Steinhardt
2023-09-21log: Remove Fatal and related functions from `Logger` interfacePatrick Steinhardt
2023-09-21log: Remove Warning and related functions from `Logger` interfacePatrick Steinhardt
2023-09-21log: Remove Print and related functions from `Logger` interfacePatrick Steinhardt
2023-09-19service: Simplify injection of dependencies for Hook serverPatrick Steinhardt
2023-09-18tests: Stop using `NullLogger` in favor of our own internal loggerPatrick Steinhardt
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