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-10command: Replace use of ctxlogrus with injected loggerPatrick Steinhardt
2023-09-21log: Simplify Debug et al to accept single argument onlyPatrick Steinhardt
2023-09-15log: Wrap the logrus loggerPatrick Steinhardt
2023-08-31Replace NewLogger calls with SharedLogger calls in testsSami Hiltunen
2023-08-31Replace discarding logger with new recording loggerSami Hiltunen
2023-08-24cmd/gitaly-lfs-smudge: Stop using labkit loggerPatrick Steinhardt
2023-05-17gitlab: Use certificate helpers in the test serverPatrick Steinhardt
2023-05-10go: Bump module version from v15 to v16Patrick Steinhardt
2023-03-27tests: Globally enable testing with SHA256 for trivial casesPatrick Steinhardt
2023-03-16lint: Fix discouraged error wrapping verbQuang-Minh Nguyen
2022-07-20command: Accept command arguments instead of an `exec.Cmd`Patrick Steinhardt
2022-07-18test: Disable all test with tag sha256Toon Claes
2022-06-23command: Introduce options to configure spawned commandsPatrick Steinhardt
2022-06-10cmd/gitaly-lfs-smudge: Implement support for long-lived filter protocolPatrick Steinhardt
2022-06-10cmd/gitaly-lfs-smudge: Introduce driver typesPatrick Steinhardt
2022-06-10cmd/gitaly-lfs-smudge: Don't return a reader when request failsPatrick Steinhardt
2022-06-10cmd/gitaly-lfs-smudge: Rename functions and filePatrick Steinhardt
2022-06-10cmd/gitaly-lfs-smudge: Move creation of the HTTP clientPatrick Steinhardt
2022-06-10cmd/gitaly-lfs-smudge: Move creation of the context into `run()`Patrick Steinhardt
2022-06-05gitaly-lfs-smudge: Update git-lfs module and dependenciesStan Hu
2022-05-30gitaly-lfs-smudge: Remove unused parameterPatrick Steinhardt
2022-05-30gitaly-lfs-smudge: Move configuration-code into separate packagePatrick Steinhardt
2022-05-30gitaly-lfs-smudge: Allow passing configuration as a single envvarPatrick Steinhardt
2022-05-30gitaly-lfs-smudge: Refactor config-handling to have a central structPatrick Steinhardt
2022-05-30gitaly-lfs-smudge: Move config-related code into its own filePatrick Steinhardt
2022-05-30gitaly-lfs-smudge: Split out a new `run()` functionPatrick Steinhardt
2022-05-30gitaly-lfs-smudge: Simplify error handling and loggingPatrick Steinhardt
2022-05-30gitaly-lfs-smudge: Do not test logging in unit testsPatrick Steinhardt
2022-05-30gitaly-lfs-smudge: Fix panic when log config is missingPatrick Steinhardt
2022-05-30gitaly-lfs-smudge: Add tests which exercise binary on a high-levelPatrick Steinhardt
2022-05-30gitaly-lfs-smudge: Move test setup functions into separate filePatrick Steinhardt
2022-05-20Update go package name from v14 to v15John Cai
2021-12-10gitaly-lfs-smudge: Fix missing close for HTTP bodyPatrick Steinhardt
2021-10-07testhelper: Unify setup of test suitesPatrick Steinhardt
2021-08-31global: Reformat sources with gofumptPatrick Steinhardt
2021-08-04gitlabclient: Finalize HTTP responsePavlo Strokov
2021-07-12Relocate GitLab HTTP test server from testhelper packagePavlo Strokov
2021-05-27Create module v14 gitaly versionPavlo Strokov
2021-05-13Use MustReadFile test helperPavlo Strokov
2021-04-27gitlab: Implement metric to measure latency of API callsPatrick Steinhardt
2021-04-27gitlab: Split out client implementationPatrick Steinhardt
2021-04-27gitlab: Move client for GitLab's internal API into separate packagePatrick Steinhardt
2021-04-23testhelper: Convert `TempDir()` to use `t.Cleanup()`Patrick Steinhardt
2021-04-19gitaly-lfs-smudge: Verify `initLogging()` succeedsPatrick Steinhardt
2021-03-06gitaly-lfs-smudge: Use stronger OID validation in LFS pointer parserStan Hu
2021-01-27gitaly-lfs-smudge: Clean up URL buildingStan Hu
2020-11-19Replace most uses of `ioutil.TempDir()` with `testhelper.TempDir()`Patrick Steinhardt
2020-11-17Inject entire config to GitLab API instantiationPaul Okstad
2020-11-17testhelper: Move temporary directory into global temporary directoryPatrick Steinhardt
2020-11-08Move GITALY_LOG_DIR into a constantStan Hu