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-10-11Fix TestProxyWrites setupSami Hiltunen
2023-10-11Setup repository correctly in TestCoordinator_grpcErrorHandlingSami Hiltunen
2023-10-11Fix transaction service setup in testsSami Hiltunen
2023-10-11Apply 1 suggestion(s) to 1 file(s)Evan Read
2023-10-11repoutil: Replace use of ctxlogrus with injected loggerPatrick Steinhardt
2023-10-11repoutil: Use injected logger instead of context loggerPatrick Steinhardt
2023-10-11Don't error if deleting test repository failsSami Hiltunen
2023-10-11doc: Add instructions on invoking gRPC endpoints locallyJames Liu
2023-10-11Merge branch 'smh-add-tx-ctx' into 'master'Justin Tobler
2023-10-11Merge branch 'pks-log-replace-ctxlogrus-pt2' into 'master'James Fargher
2023-10-10Merge branch 'renovate/golang.org-x-sys-0.x' into 'master'Justin Tobler
2023-10-10Merge branch 'renovate/golang.org-x-exp-digest' into 'master'Toon Claes
2023-10-10Merge branch 'renovate-tools/dlv/github.com-go-delve-delve-1.x' into 'master'Toon Claes
2023-10-10Merge branch 'renovate-tools/golangci-lint/golang.org-x-tools-0.x' into 'master'Toon Claes
2023-10-10go: Update module golang.org/x/sys to v0.13.0GitLab Renovate Bot
2023-10-10go: Update golang.org/x/exp digest to 7918f67GitLab Renovate Bot
2023-10-10Merge branch 'renovate/golang.org-x-sync-0.x' into 'master'Toon Claes
2023-10-10Merge branch 'renovate/github.com-prometheus-client_golang-1.x' into 'master'Toon Claes
2023-10-10Merge branch 'pks-grpc-middleware-replace-tags' into 'master'Toon Claes
2023-10-10Function for storing transaction in contextSami Hiltunen
2023-10-10Merge branch '5114-docs-document-commit-proto-rpcs-and-messages-2' into 'master'karthik nayak
2023-10-10tools/dlv: Update module github.com/go-delve/delve to v1.21.1GitLab Renovate Bot
2023-10-10transaction: Replace use of ctxlogrus with injected loggerPatrick Steinhardt
2023-10-10git/dirs: Replace use of ctxlogrus with injected loggerPatrick Steinhardt
2023-10-10linguist: Replace use of ctxlogrus with injected loggerPatrick Steinhardt
2023-10-10ssh: Replace use of ctxlogrus with injected loggerPatrick Steinhardt
2023-10-10smarthttp/cache: Replace use of ctxlogrus with injected loggerPatrick Steinhardt
2023-10-10cleanup: Replace use of ctxlogrus with injected loggerPatrick Steinhardt
2023-10-10command: Replace use of ctxlogrus with injected loggerPatrick Steinhardt
2023-10-10storagemgr: Replace use of ctxlogrus with injected loggerPatrick Steinhardt
2023-10-10gitaly/hook: Replace use of ctxlogrus with injected loggerPatrick Steinhardt
2023-10-10Merge branch 'pks-log-replace-ctxlogrus-pt3' into 'master'Quang-Minh Nguyen
2023-10-10Merge branch 'eread/bump-versions-of-go-in-tool-versions-file' into 'master'Patrick Steinhardt
2023-10-10Bump versions of Go in .tool-versions fileEvan Read
2023-10-10Update Team Member Onboarding.mdEric Ju
2023-10-09Merge branch '5569-add-simple-gitaly-rpc-getfileattributes' into 'master'Toon Claes
2023-10-09These changes add the GetFileAttributes RPC. It allows the client to read a setSincheol (David) Kim
2023-10-09Merge branch 'smh-remove-repository-assumption' into 'master'karthik nayak
2023-10-09Merge branch 'renovate-tools/protolint/github.com-yoheimuta-protolint-0.x' in...karthik nayak
2023-10-09Write quarantined objects into transaction's target repositorySami Hiltunen
2023-10-09Include the target repository in transactionSami Hiltunen
2023-10-09Use partition ID to construct database keysSami Hiltunen
2023-10-09Inject partition ID into TransactionManagerSami Hiltunen
2023-10-09Remove packed-refs locks from the correct repositorySami Hiltunen
2023-10-09Apply log entry to the correct repositorySami Hiltunen
2023-10-09Store the repository's relative path in the log entrySami Hiltunen
2023-10-09Remove repository from TransactionManagerSami Hiltunen
2023-10-09Remove repositoryPath field from TransactionManagerSami Hiltunen
2023-10-09Determine repository existence lazilySami Hiltunen
2023-10-09Merge branch 'jliu-configurable-timeouts' into 'master'Sami Hiltunen