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
2022-01-18Merge branch 'ps-msg-check' into 'master'Toon Claes
2022-01-17testhelper: ModifyEnvironment cleans after itselfToon Claes
2022-01-14command: Fix log message verificationPavlo Strokov
2022-01-07Disable global git configuration only in testsSami Hiltunen
2022-01-07Ignore global git configurationSami Hiltunen
2021-12-20Override global environment variables with the ones set by a commandSami Hiltunen
2021-12-14tests: Convert to use testhelper contextsPatrick Steinhardt
2021-12-10command: Use explicit context cancellation instead of sleepPatrick Steinhardt
2021-11-30git: Implement support for bundled Git binariesPatrick Steinhardt
2021-11-12lint: Inline exceptions about missing documentationPatrick Steinhardt
2021-11-12lint: Clean up various exception for the errcheck linterPatrick Steinhardt
2021-10-12Handling tests for git config for macOSjohn.mcdonnell
2021-10-07command: Start using the testhelper packagePatrick Steinhardt
2021-10-07command: Solve cyclic dependency with testhelper packagePatrick Steinhardt
2021-10-06Revert "Merge branch 'sh-revert-3853' into 'master'"Patrick Steinhardt
2021-09-29Introduce log field for command.cpu_time_msIgor Wiedler
2021-09-21Revert catfile cache refactorStan Hu
2021-09-20global: Replace deprecated usage of `ioutil.Discard`Patrick Steinhardt
2021-09-14command: Fix in-flight process counter decreasing too latePatrick Steinhardt
2021-09-09command: Create separate tracing span when acquiring spawn tokensPatrick Steinhardt
2021-08-09lint: Handle error returned by io.CopyPavlo Strokov
2021-07-01Bump labkit dependency to v1.5.0, compile in stackdriver trace supportIgor Wiedler
2021-05-20Merge branch 'smh-run-request-finalizers-on-timeout' into 'master'Pavlo Strokov
2021-05-20Move suppressedContext to the helper package for reuseSami Hiltunen
2021-05-20featureflag: Remove LogCommandStats feature flagPatrick Steinhardt
2021-05-17command: Fix improperly designed test for exported envsblanet
2021-04-26command: Drop redundant linesep quoting for stderrblanet
2021-04-26command: Use bytes.Buffer for log collection in testsblanet
2021-04-26command: Refactor stderr handlingblanet
2021-04-26command: Add stderrBuffer designed to buffer stderrblanet
2021-04-23command: Format tidy for scripts in testdatablanet
2021-04-23command: Add test to detect goroutine leaksblanet
2021-04-21Use promauto to register Prometheus metricsSashi Kumar
2021-04-19global: Do not ignore write errorsPatrick Steinhardt
2021-04-14tests: Fix random set of missing error checksPatrick Steinhardt
2021-04-14tests: Check errors returned by some `os` package functionsPatrick Steinhardt
2020-12-17command: Filter `AllowedEnviroment()` via explicit slicePatrick Steinhardt
2020-12-09Add initial implementation of spawning git inside cgroupsAhmad Sherif
2020-11-29Removal of command.GitPath()Pavlo Strokov
2020-11-20Unbound initialization and validation funcs from global ConfigPavlo Strokov
2020-11-16command: Fix segfault with command statsPatrick Steinhardt
2020-11-09Suppress context cancellation/expirationPavlo Strokov
2020-10-26Merge branch 'ps-ensure-command-timeout' into 'master'Pavlo Strokov
2020-10-26Extend test coverage of commandPavlo Strokov
2020-10-26Do not alias opentracing package nameIgor Wiedler
2020-10-23Instrument git commands for tracingIgor Wiedler
2020-09-15Export GL_REPOSITORY and GL_PROJECT_PATH in `git archive` callStan Hu
2020-09-07gitaly: Move Gitaly-specific code into `internal/gitaly`Patrick Steinhardt
2020-08-18Pass CORRELATION_ID env variable to spawned git subprocessesIgor Wiedler
2020-07-28record max of maxrss to enable diagnosis of memory usageIgor Wiedler