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-08-11golangci-lint: Allow `testing.T` as first parameterPatrick Steinhardt
2022-07-20command: Remove useless check for whether the process is setPatrick Steinhardt
2022-07-20command: Fix Goroutines sticking around until context cancellationPatrick Steinhardt
2022-07-20command: Accept command arguments instead of an `exec.Cmd`Patrick Steinhardt
2022-07-20command: Add `WithDir()` optionPatrick Steinhardt
2022-07-20command: Verify that finalizers run when expectedPatrick Steinhardt
2022-07-20command: Fix weird test setupPatrick Steinhardt
2022-07-18test: Disable all test with tag sha256Toon Claes
2022-07-07global: Rewrite callers of `testhelper.ModifyEnvironment()`Patrick Steinhardt
2022-07-05git: Add a gitversion labelSiddharth Asthana
2022-06-29command: Export environment variable to force-enable all feature flagsPatrick Steinhardt
2022-06-23command: Improve error messages to be Git-agnosticPatrick Steinhardt
2022-06-23command: Add option to set up finalizerPatrick Steinhardt
2022-06-23command: Fix race with setting Cgroup path and context cancellationPatrick Steinhardt
2022-06-23command: Fix race with setting command names and context cancellationPatrick Steinhardt
2022-06-23command: Replace `StdinSentinel` with an optionPatrick Steinhardt
2022-06-23command: Introduce options to configure spawned commandsPatrick Steinhardt
2022-06-23command: Modernize tests to follow current code stylePatrick Steinhardt
2022-06-23command: Improve grouping of functionsPatrick Steinhardt
2022-05-25git: Move handling of Git-specific envvars into command factoryPatrick Steinhardt
2022-05-20Update go package name from v14 to v15John Cai
2022-04-29Merge branch 'command-stats-metrics-enable-default' into 'master'Patrick Steinhardt
2022-04-25command: Add metric for spawning tokensjc-add-metrics-for-spawn-tokensJohn Cai
2022-04-19Remove feature flag "command_stats_metrics", always enable featurecommand-stats-metrics-enable-defaultIgor Wiedler
2022-04-08Override for command stats metrics cmd labelIgor Wiedler
2022-04-05Expose command stats (rusage) metrics via prometheuscommand-stats-metricsIgor Wiedler
2022-03-24lint: Move linting exceptions for calling kill inlinePatrick Steinhardt
2022-03-23command: Log cgroup pathJohn Cai
2022-01-27Automatically clean up testhelper.ContextSami Hiltunen
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