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-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
2023-08-02gitaly-git2go: Remove revertJohn Cai
2023-08-01gitaly-git2go: Remove MergeJohn Cai
2023-07-24git2go: Remove code around `ResolveConflicts` RPCKarthik Nayak
2023-07-20cmd/gitaly-hooks: Convert tests to be SHA256 compatiblePatrick Steinhardt
2023-07-18gitaly-backup: Stop using repo seeds in restore testsJames Fargher
2023-07-18gitaly-backup: Add -server-side option to restore sub-commandJames Fargher
2023-07-13Merge branch 'pks-git2go-commit-cleanup' into 'master'Will Chandler
2023-07-13Merge branch 'backup_server_side_adapter' into 'master'Toon Claes
2023-07-12Switch to using backticks for multiline strings for many commandsEvan Read
2023-07-12Merge branch 'eread/refactor-gitaly-cli-for-new-styleguide-updates' into 'mas...Justin Tobler
2023-07-12Go back and update Gitaly CLI for new style guide updatesEvan Read
2023-07-11gitaly-git2go: Drop "commit" subcommandPatrick Steinhardt
2023-07-11gitaly-git2go: Drop "apply" subcommandPatrick Steinhardt
2023-07-11gittest: Deduplicate default commit timePatrick Steinhardt
2023-07-11Extract core limiter out of limithandler middlewareQuang-Minh Nguyen
2023-07-10gitaly-backup: Generate test repos instead of using seed reposJames Fargher
2023-07-10gitaly-backup: Add -server-side option to create sub-commandJames Fargher
2023-07-10backup: Stop passing backup IDs to the backup managerJames Fargher
2023-07-10backup: Add backup ID to create/restore requestsJames Fargher
2023-07-10backup: Accept RestoreRequest in RestoreCommandJames Fargher
2023-07-10backup: Accept CreateRequest in CreateCommandJames Fargher
2023-07-04Merge branch 'qmnguyen0711/reserve-usage-of-unavailable-codes' into 'master'Toon Claes
2023-06-29hooks: Default-enable synchronized hook executionsPatrick Steinhardt
2023-06-29cmd/gitaly-hooks: Exercise transactions in testPatrick Steinhardt
2023-06-28git2go: Remove Git2Go Submodule commandJohn Cai
2023-06-27Merge branch 'id-extract-ssh-into-library' into 'master'Will Chandler
2023-06-27Merge branch '5098-feature-flag-git-merge-tree-for-listconflictfiles' into 'm...karthik nayak
2023-06-26Implement a linter to discourage future usage of Unavailable codeQuang-Minh Nguyen
2023-06-23Remove pack-objects hook's concurrency trackerQuang-Minh Nguyen
2023-06-22Move SSH signing function to libraryIgor Drozdov
2023-06-21Convert command.Stats to a general-purpose field loggerQuang-Minh Nguyen
2023-06-19gitaly-backup: Add backup-id option to restore commandJames Fargher