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-02-28tests: Fix hardcoded /bin/bash shebangsPatrick Steinhardt
2023-02-22tracing: Replace opentracing calls by new tracing.StartSpan* helpersQuang-Minh Nguyen
2023-02-13tracing: Fix span name and contents in command generatorQuang-Minh Nguyen
2023-02-02command: Log cumulative time spent waiting for spawn tokens per requestIgor Wiedler
2023-01-03Merge branch 'feat/always-log-cgroup-path' into 'master'Justin Tobler
2022-12-22Log cgroup_path on successful requestsSteve Azzopardi
2022-12-19cgroups: Remove repository-specific logicPatrick Steinhardt
2022-12-19cgroups: Fix cyclic dependency with command packagePatrick Steinhardt
2022-11-21Revert "Use int64 for collecting command stats"James Fargher
2022-11-17Return context canceled error if process is reaped due to cancellationSami Hiltunen
2022-11-17Simplify exit code returningSami Hiltunen
2022-11-17Remove unnecessary contextWithoutDonePanics string typeSami Hiltunen
2022-11-17Use int64 for collecting command statsSami Hiltunen
2022-11-17Simplify unit conversions when logging command completionSami Hiltunen
2022-11-14command: Enable tests in sha256 modeJames Fargher
2022-10-05Revert "Merge branch 'jc-spawn-git-in-pgid' into 'master'"John Cai
2022-10-04command: Add option to spawn a command with a pgidJohn Cai
2022-09-30golangci-lint: Restore default revive lintswc/fix-revive-lintsWill Chandler
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