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
2024-01-17fix: Fix a collection of typos found by typos-cliXing Xin
2023-11-30errors: Use `errors.Is()` instead of switch on errorsKarthik Nayak
2023-11-30errors: Use `errors.Is()` for error comparisonsKarthik Nayak
2023-11-21gitaly: Don't cleanup cgroups on exitWill Chandler
2023-11-17limiter: Ignore `total_inactive_file` instead of `inactive_file`Quang-Minh Nguyen
2023-11-10limiter: Make MemoryThreshold configureableQuang-Minh Nguyen
2023-11-10limiter: Make CpuThrottledThreshold configureableQuang-Minh Nguyen
2023-11-06limiter: Attach some stats in the reported backoff eventsQuang-Minh Nguyen
2023-10-23Expose a method to configure a command directly into a cgroupSami Hiltunen
2023-09-29Fix TestLimitConcurrency_queueWaitTimeRealTimeout flakeQuang-Minh Nguyen
2023-09-28Merge branch 'qmnguyen0711/integrate-adaptive-calculator-v3' into 'master'James Liu
2023-09-27limiter: Add default adative calculator configsQuang-Minh Nguyen
2023-09-27limiter: Use initial limit for static semaphoreQuang-Minh Nguyen
2023-09-26log: Drop `Errorf()` function from `Logger` interfacePatrick Steinhardt
2023-09-26log: Drop `Infof()` function from `Logger` interfacePatrick Steinhardt
2023-09-26log: Drop `Debugf()` function from `Logger` interfacePatrick Steinhardt
2023-09-21limiter: Add adaptive limit to the concurrency limiterQuang-Minh Nguyen
2023-09-21limiter: Let resizableSemaphore return ErrMaxQueueTime when timeoutQuang-Minh Nguyen
2023-09-20Merge branch 'qmnguyen0711/fix-calculator-tests-v2' into 'master'Quang-Minh Nguyen
2023-09-19Merge branch 'qmnguyen0711/implement-resizable-semaphore' into 'master'Patrick Steinhardt
2023-09-19Flaky tests: Remove quarantine status of TestAdaptiveCalculatorQuang-Minh Nguyen
2023-09-19Flaky tests: Fix TestAdaptiveCalculator flaky testsQuang-Minh Nguyen
2023-09-18limiter: Fix typo of "BackoffBackoff" fieldQuang-Minh Nguyen
2023-09-18limiter: Add update hooks to limiter.AdaptiveLimitQuang-Minh Nguyen
2023-09-18limiter: Implement resizable semaphore data structureQuang-Minh Nguyen
2023-09-18global: Replace `logrus.Fields` with a wrapper typePatrick Steinhardt
2023-09-18log: Roundtrip `log.Logger` typePatrick Steinhardt
2023-09-18tests: Stop using `NullLogger` in favor of our own internal loggerPatrick Steinhardt
2023-09-15log: Wrap the logrus loggerPatrick Steinhardt
2023-09-13limiter: Generalize concurrency limiter's buffers used for semaphoreQuang-Minh Nguyen
2023-09-13limiter: Replace limiter.ConcurrencyLimiter's ticker by context timeoutQuang-Minh Nguyen
2023-08-31Replace NewLogger calls with SharedLogger calls in testsSami Hiltunen
2023-08-31Replace use of NewDiscardingLogEntry with the recording loggerSami Hiltunen
2023-08-31Take in logrus.FieldLogger instead of LogEntrySami Hiltunen
2023-08-30Add missing TestMain callsWill Chandler
2023-08-23Limiter: Fix concurrency queue_length log semanticQuang-Minh Nguyen
2023-08-22Limiter: Add concurrency in_progress log fieldQuang-Minh Nguyen
2023-08-17Revert introduction of adaptive pack-objects limiterPatrick Steinhardt
2023-08-17Revert "Merge branch 'qmnguyen0711/fix-calculator-tests' into 'master'"Patrick Steinhardt
2023-08-15Correct context.Context and testing.T order in testsQuang-Minh Nguyen
2023-08-14Flaky tests: Remove quarantine status of TestAdaptiveCalculatorQuang-Minh Nguyen
2023-08-14Flaky tests: Fix TestAdaptiveCalculator flaky testsQuang-Minh Nguyen
2023-08-10Flaky test: Quarantine TestAdaptiveCalculatorQuang-Minh Nguyen
2023-08-09limiter: Add adaptive limit to the concurrency limiterQuang-Minh Nguyen
2023-08-09limiter: Add update hooks to limiter.AdaptiveLimitQuang-Minh Nguyen
2023-08-09limiter: Add context to limithandler.WithConcurrencyLimitersQuang-Minh Nguyen
2023-08-09limiter: Implement resizable semaphore data structureQuang-Minh Nguyen
2023-08-01limiter: Fix typo of "BackoffBackoff" fieldQuang-Minh Nguyen
2023-07-28Merge branch 'qmnguyen0711/implement-cgroup-resource-watcher' into 'master'Justin Tobler
2023-07-28limiter: Implement Cgroup memory resource watcherQuang-Minh Nguyen