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-12-08hook: Introduce `ProcReceiveHandler` and `ProcReceiveRegistry`Karthik Nayak
2023-10-26proto: Deprecate ApplyGitattributes & GetInfoAttributesToon Claes
2023-10-18Wire TransactionMiddleware to GitalyServerFactorySami Hiltunen
2023-10-10transaction: Replace use of ctxlogrus with injected loggerPatrick Steinhardt
2023-10-10gitaly/hook: Replace use of ctxlogrus with injected loggerPatrick Steinhardt
2023-10-05updateref: Replace use of ctxlogrus with injected loggerPatrick Steinhardt
2023-10-03Merge branch 'pks-log-replace-ctxlogrus-pt1' into 'master'James Liu
2023-09-29global: Inject logger into service serversPatrick Steinhardt
2023-09-28limiter: Let limithandler.WithConcurrencyLimiters return created limitsQuang-Minh Nguyen
2023-09-26Wire TransactionRegistry in HookManagerSami Hiltunen
2023-09-07global: Stop using public `client` packagePatrick Steinhardt
2023-08-31Replace NewLogger calls with SharedLogger calls in testsSami Hiltunen
2023-08-31Replace use of NewDiscardingLogEntry with the recording loggerSami Hiltunen
2023-08-30Move TestMain into testhelper_test.goWill Chandler
2023-08-18cache/diskcache: Inject logger instead of using global onePatrick Steinhardt
2023-08-17Revert introduction of adaptive pack-objects limiterPatrick Steinhardt
2023-08-15Correct context.Context and testing.T order in testsQuang-Minh Nguyen
2023-08-09limiter: Add context to limithandler.WithConcurrencyLimitersQuang-Minh Nguyen
2023-07-11Move UpdaterWithHooks from git to hook packageSami Hiltunen
2023-05-16Merge branch 'pks-operations-tag-sha256' into 'master'Sami Hiltunen
2023-05-16middleware: Move package into `internal/grpc/`Patrick Steinhardt
2023-05-16backchannel: Move package into `internal/grpc/`Patrick Steinhardt
2023-05-15gitaly/server: Enable auth tests with SHA256Patrick Steinhardt
2023-05-10go: Bump module version from v15 to v16Patrick Steinhardt
2023-02-28tests: Fix hardcoded /bin/bash shebangsPatrick Steinhardt
2023-01-12testcfg: Convert callers of `BuildWithRepo()`Patrick Steinhardt
2023-01-09gitaly/server: Make function to construct servers a receiverPatrick Steinhardt
2022-10-21Fix 'sleep' invocation incompatiblity between Linux and macOSSami Hiltunen
2022-09-27Merge branch 'pks-remove-user-create-tag-structured-errors-ff' into 'master'John Cai
2022-09-23grpc: Fix missing error checks for `Serve()` functionPatrick Steinhardt
2022-09-22operations: Always use structured errors in UserCreateTag RPCpks-remove-user-create-tag-structured-errors-ffPatrick Steinhardt
2022-08-11golangci-lint: Enforce consistent naming of `testing.TB` variablesPatrick Steinhardt
2022-07-27operations: Introduce structured errors for UserCreateTagpks-user-create-tag-introduce-structured-errorsPatrick Steinhardt
2022-07-18test: Disable all test with tag sha256Toon Claes
2022-06-21Replace deprecated WithInsecure with WithTransportCredentialsSami Hiltunen
2022-05-20Update go package name from v14 to v15John Cai
2022-04-06server: Allow multiple limit handlersJohn Cai
2022-04-05limithandler: Pave the way for a second limiter typeJohn Cai
2022-01-27Automatically clean up testhelper.ContextSami Hiltunen
2022-01-24services: Inject hooks updaterPatrick Steinhardt
2022-01-11gittest: Provide helper function to create command factoriesPatrick Steinhardt
2021-12-21hook: Resolve Git binary path via command factoryPatrick Steinhardt
2021-12-15limithandler: Refactor package to not use global statePatrick Steinhardt
2021-12-15gitaly: Inject the limit handlerPatrick Steinhardt
2021-12-06testhelper: Rename `RequireGrpcError()` to `RequireGrpcCode()`Patrick Steinhardt
2021-12-01testhelper: Improve creation of loggersPatrick Steinhardt
2021-11-01server: Fix test setup to construct a proper configPatrick Steinhardt
2021-10-07global: Close gRPC connectionsPatrick Steinhardt
2021-10-07catfile: Stop cache to plug Goroutine leaksPatrick Steinhardt
2021-10-07testhelper: Unify setup of test suitesPatrick Steinhardt