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
2023-09-05gitaly-git2go: Remove the now-unused commandPatrick Steinhardt
2023-09-05global: Drop dependency on the Git2go executorPatrick Steinhardt
2023-09-05Merge branch 'pks-log-deprecate-log-default-pt2' into 'master'Quang-Minh Nguyen
2023-09-05Merge branch 'pks-storagemgr-prioritize-cancellation-over-commit' into 'master'Quang-Minh Nguyen
2023-09-05log: Remove global logging instancePatrick Steinhardt
2023-09-05cmd/gitaly-git2go: Use log writer instead of splicing log outputsPatrick Steinhardt
2023-09-05log: Work around race when replacing gRPC loggerPatrick Steinhardt
2023-09-05cli/praefect: Fix logging setup for client-side subcommandsPatrick Steinhardt
2023-09-05cli/praefect: Refactor code to not use logger before it is configuredPatrick Steinhardt
2023-09-05cli/praefect: Do not require logger when reading the configPatrick Steinhardt
2023-09-05cli/praefect: Inline configuration of the server-side loggerPatrick Steinhardt
2023-09-05cli/praefect: Remove useless indirection to retrieve the configPatrick Steinhardt
2023-09-01Merge branch 'jt-alternates-disconnect-transaction' into 'master'Will Chandler
2023-09-01Merge branch 'pks-gitaly-config-revert-existence-checks' into 'master'Justin Tobler
2023-09-01Merge branch '5534-rollout-git-version-v2-42-0' into 'master'Patrick Steinhardt
2023-09-01gitaly/config: Stop verifying existence of custom hooks directoryPatrick Steinhardt
2023-09-01gitaly/config: Stop validating existence of GitLab secret filePatrick Steinhardt
2023-09-01Merge branch 'pks-git2go-consolidate-errors' into 'master'Patrick Steinhardt
2023-08-31objectpool: Make `objectpool.Disconnect()` transactionalJustin Tobler
2023-08-31featureflag: Add `TransactionalAlternatesDisconnect`Justin Tobler
2023-08-31Merge branch 'jc/dataloss-streaming' into 'master'John Cai
2023-08-31storagemgr: Fix flaky test when committing with cancelled contextPatrick Steinhardt
2023-08-31storagemgr: Introduce transaction manager factory into partition managerPatrick Steinhardt
2023-08-31Replace NewLogger calls with SharedLogger calls in testsSami Hiltunen
2023-08-31Implement a method for test case shared loggersSami Hiltunen
2023-08-31Print Gitaly and Praefect logs on test failureSami Hiltunen
2023-08-31Identify loggers with nameSami Hiltunen
2023-08-31Replace use of NewDiscardingLogEntry with the recording loggerSami Hiltunen
2023-08-31Pass logger directly in storage provider testsSami Hiltunen
2023-08-31Construct log entries from the test loggerSami Hiltunen
2023-08-31Take in logrus.FieldLogger instead of LogEntrySami Hiltunen
2023-08-31Replace discarding logger with new recording loggerSami Hiltunen
2023-08-31Add a recording logger for testsSami Hiltunen
2023-08-31Merge branch 'pks-git-write-commit-proper-date' into 'master'Patrick Steinhardt
2023-08-31Merge branch 'pks-command-explicit-stdout-setup' into 'master'Patrick Steinhardt
2023-08-31Merge branch 'wc/testhelper-lint' into 'master'Quang-Minh Nguyen
2023-08-31info: Convert DatalossCheck to be a streaming RPCJohn Cai
2023-08-30praefect: Remove unused test case fieldJohn Cai
2023-08-30tracing: Close client connection at end of testWill Chandler
2023-08-30cache: Close client connection at end of testWill Chandler
2023-08-30Suppress Run lint on packages testhelper importsWill Chandler
2023-08-30Add missing TestMain callsWill Chandler
2023-08-30Move TestMain into testhelper_test.goWill Chandler
2023-08-30proxy: Create testhelper in proxy packageWill Chandler
2023-08-30safe: Move testhelper out of test packageWill Chandler
2023-08-30helper: Move tests to separate packageWill Chandler
2023-08-30grpcstats: Move testhelper to grpcstats packageWill Chandler
2023-08-30operations: Always use Git implementation of UserRebaseToRefPatrick Steinhardt
2023-08-30operations: Always use Git implementation of UserRebaseConfirmablePatrick Steinhardt
2023-08-30operations: Remove check for Git2go errors in UserMergeToRefPatrick Steinhardt