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-18global: Replace `logrus.Fields` with a wrapper typePatrick Steinhardt
2023-09-15log: Encapsulate our use of the `ctxlogrus` packagePatrick Steinhardt
2023-09-13command: Reliably propagate read errors on context cancellationPatrick Steinhardt
2023-09-11command: Improve error handling for stdoutPatrick Steinhardt
2023-08-29command: Require callers to explicitly set up stdoutPatrick Steinhardt
2023-08-23command: Remove RunCmdInCgroup feature flagJohn Cai
2023-07-11Introduce more metrics for spawn tokenQuang-Minh Nguyen
2023-07-11Create SpawnTokenManager to manage process spawn tokensQuang-Minh Nguyen
2023-06-21Convert command.Stats to a general-purpose field loggerQuang-Minh Nguyen
2023-05-16featureflag: Move into standalone packagePatrick Steinhardt
2023-05-10go: Bump module version from v15 to v16Patrick Steinhardt
2023-03-27Don't launch commands with context canceledSami Hiltunen
2023-03-16Merge branch 'qmnguyen0711/enable-gitaly-linters' into 'master'Quang-Minh Nguyen
2023-03-16lint: Fix discouraged error wrapping verbQuang-Minh Nguyen
2023-03-15Add multiple finalizers support to internal/commandQuang-Minh Nguyen
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-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-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-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-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: 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