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-21log: Hide away the `logrus.Entry` interfacePatrick Steinhardt
2023-09-19command: Recognize nested exit statusPatrick Steinhardt
2023-09-18global: Replace `logrus.Fields` with a wrapper typePatrick Steinhardt
2023-09-18tests: Stop using `NullLogger` in favor of our own internal loggerPatrick 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-08-01Fix flaky TestGetSpawnToken_CommandStats testQuang-Minh Nguyen
2023-07-11Introduce more metrics for spawn tokenQuang-Minh Nguyen
2023-07-11Add `command.spawn_token_fork_ms` log fieldQuang-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-12Return ResourceExhausted code when facing spawn token timeoutQuang-Minh Nguyen
2023-05-12Move dedicated spawn token log to gRPC logsQuang-Minh Nguyen
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-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