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-26log: Drop `Errorf()` function from `Logger` interfacePatrick Steinhardt
2023-09-26log: Drop `Infof()` function from `Logger` interfacePatrick Steinhardt
2023-09-21log: Remove Fatal and related functions from `Logger` interfacePatrick Steinhardt
2023-09-21log: Remove Print and related functions from `Logger` interfacePatrick Steinhardt
2023-09-15log: Wrap the logrus loggerPatrick Steinhardt
2023-09-07cmd/gitaly-ssh: Convert to use internal `gitalyclient` packagePatrick Steinhardt
2023-08-31Replace NewLogger calls with SharedLogger calls in testsSami Hiltunen
2023-08-31Replace discarding logger with new recording loggerSami Hiltunen
2023-08-18log: Return errors when logger configuration failsPatrick Steinhardt
2023-08-15cmd/gitaly-ssh: Properly initialize and use logging infrastructurePatrick Steinhardt
2023-05-17testhelper: Introduce structure for generated certificatesPatrick Steinhardt
2023-05-17gitaly/client: Move into `internal/grpc` packagePatrick Steinhardt
2023-05-16featureflag: Move into standalone packagePatrick Steinhardt
2023-05-10go: Bump module version from v15 to v16Patrick Steinhardt
2023-04-03gitaly: Remove Ruby server dependencyPatrick Steinhardt
2023-03-27cmd/gitaly-ssh: Enable testing with the SHA256 object formatPatrick Steinhardt
2023-01-12testcfg: Convert callers of `BuildWithRepo()`Patrick Steinhardt
2023-01-09cmd/gitaly-ssh: Simplify test setup to use `testserver` packagePatrick Steinhardt
2022-11-17Rename Updater's Cancel method to CloseSami Hiltunen
2022-11-17Support multiple transactions over a single update-ref processSami Hiltunen
2022-11-08tests: Refactor to use `gittest` package instead of `NewWithoutRepo()`Patrick Steinhardt
2022-09-23grpc: Fix missing error checks for `Serve()` functionPatrick Steinhardt
2022-08-26Let client users specify interceptorsash2k/client-fixesMikhail Mazurskiy
2022-08-11golangci-lint: Enforce consistent naming of `testing.TB` variablesPatrick Steinhardt
2022-08-05updateref: Accept object IDs instead of bare stringsPatrick Steinhardt
2022-07-18test: Disable all test with tag sha256Toon Claes
2022-07-15Centralize binary finding logicSami Hiltunen
2022-07-07global: Rewrite callers of `testhelper.ModifyEnvironment()`Patrick Steinhardt
2022-05-20Update go package name from v14 to v15John Cai
2022-04-27config: Drop redundant `Gitaly` prefix from `GitalyInternalSocketPath()`Patrick Steinhardt
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-18Merge branch 'jv-ssh-sidechannel-2' into 'master'Patrick Steinhardt
2022-01-17gitaly-ssh: add sidechannel support for upload-packJacob Vosmaer
2022-01-17testhelper: ModifyEnvironment cleans after itselfToon Claes
2022-01-11updateref: Drop unused Gitaly configurationPatrick 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-21tests: Convert tests to use Git exec helperPatrick Steinhardt
2021-12-15limithandler: Refactor package to not use global statePatrick Steinhardt
2021-12-15gitaly: Inject the limit handlerPatrick Steinhardt
2021-12-03featureflag: Consolidate feature flags context APIPatrick Steinhardt
2021-12-01testhelper: Improve creation of loggersPatrick Steinhardt
2021-10-26testhelper: Move build helpers into the testcfg packagePatrick Steinhardt
2021-10-08gitaly-ssh: Inject test certificate into system storePatrick Steinhardt
2021-10-07testhelper: Unify setup of test suitesPatrick Steinhardt
2021-09-06updateref: Rename `Wait()` to `Commit()`Patrick Steinhardt
2021-08-30gitlab: Generalize GitLab mock clientPatrick Steinhardt
2021-08-12testhelper: Rename `ConfigureGitalySSHBin()`Patrick Steinhardt