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-08-17limiter: Add adaptive limit to the concurrency limiterqmnguyen0711/add-adaptive-limitQuang-Minh Nguyen
2023-08-17limiter: Add update hooks to limiter.AdaptiveLimitQuang-Minh Nguyen
2023-08-17limiter: Add context to limithandler.WithConcurrencyLimitersQuang-Minh Nguyen
2023-08-17limiter: Implement resizable semaphore data structureQuang-Minh Nguyen
2023-08-17limiter: Fix typo of "BackoffBackoff" 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-17Merge branch 'revert-d470be9b' into 'master'Justin Tobler
2023-08-16Merge branch 'xx/user-rebase-pure-git' into 'master'Patrick Steinhardt
2023-08-15Merge branch 'qmnguyen0711/add-linter-to-check-for-testing-and-context-order'...Will Chandler
2023-08-15Merge branch 'pks-log-stop-using-logrus-new' into 'master'Patrick Steinhardt
2023-08-15golangci-lint: Disable use of `logrus.New()`Patrick Steinhardt
2023-08-15tests: Convert tests to not use `logrus.New()`Patrick Steinhardt
2023-08-15cmd/gitaly: Properly configure the logger for the "check" subcommandPatrick Steinhardt
2023-08-15cmd/gitaly-hooks: Properly configure the loggerPatrick Steinhardt
2023-08-15log: Move hook logger initialization to its only userPatrick Steinhardt
2023-08-15Merge branch 'pks-get-raw-changes-sha256' into 'master'Quang-Minh Nguyen
2023-08-15operations: Implement UserRebaseConfirmable in pure gitXing Xin
2023-08-15operations: Split UserRebaseX to separate filesXing Xin
2023-08-15featureflag: Add UserRebaseConfirmablePureGitXing Xin
2023-08-15localrepo: Add a basic rebase supportXing Xin
2023-08-15Merge branch 'pks-ref-sha256' into 'master'karthik nayak
2023-08-15Merge branch 'pks-log-stop-using-standard-logger-pt1' into 'master'karthik nayak
2023-08-15Correct context.Context and testing.T order in testsQuang-Minh Nguyen
2023-08-15Linter: Check for the order of testing.TB parameterQuang-Minh Nguyen
2023-08-15ref: Refactor FindTag tests to support SHA256Patrick Steinhardt
2023-08-15ref: Refactor FindLocalBranches tests to support SHA256Patrick Steinhardt
2023-08-15ref: Refactor FindAllBranches tests to support SHA256Patrick Steinhardt
2023-08-15golangci-lint: Forbid use of standard logrus loggerPatrick Steinhardt
2023-08-15golangci-lint: Drop current forbidigo rulesPatrick Steinhardt
2023-08-15cmd/gitaly-backup: Consistently use configured loggerPatrick Steinhardt
2023-08-15cmd/gitaly-ssh: Properly initialize and use logging infrastructurePatrick Steinhardt
2023-08-15cli/gitaly: Do not use logging infra before it is initializedPatrick Steinhardt
2023-08-15cli/gitaly: Remove logging package aliasesPatrick Steinhardt
2023-08-15tests: Replace usage of `logrus.StandardLogger()`Patrick Steinhardt
2023-08-15gitaly/server: Convert to use `logrus.FieldLogger` interfacePatrick Steinhardt
2023-08-15grpc: Convert to use `logrus.FieldLogger` interfacePatrick Steinhardt
2023-08-15repository: Drop test setup that creates a repositoryPatrick Steinhardt
2023-08-15repository: Support SHA256 object format in GetRawChangesPatrick Steinhardt
2023-08-15repository: Refactor GetRawChanges tests to not use seed repositoriesPatrick Steinhardt
2023-08-15Merge branch 'pks-testhelper-receive-responses' into 'master'James Fargher
2023-08-14Merge branch 'id-fix-signing-for-commits' into 'master'John Cai
2023-08-14Merge branch 'pks-repository-tests-sha256' into 'master'Will Chandler
2023-08-14Merge branch 'wc/repo-count-dedup' into 'master'Justin Tobler
2023-08-14Merge branch 'jt-praefect-dependency-injection' into 'master'Patrick Steinhardt
2023-08-14Merge branch 'qmnguyen0711/fix-calculator-tests' into 'master'Patrick Steinhardt
2023-08-14testhelper: Introduce function to easily receive from streaming RPCsPatrick Steinhardt
2023-08-14Merge branch 'pks-diff-stats-sha256' into 'master'Quang-Minh Nguyen
2023-08-14Flaky tests: Remove quarantine status of TestAdaptiveCalculatorQuang-Minh Nguyen
2023-08-14Flaky tests: Fix TestAdaptiveCalculator flaky testsQuang-Minh Nguyen