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
2022-08-16gitaly: Exit code 1 on errorjt-gitaly-exit-codeJustin Tobler
2022-08-12Merge branch 'smh-default-enable-replica-path' into 'master'Toon Claes
2022-08-12Merge branch 'jt-update-git-fsck-config' into 'master'Toon Claes
2022-08-12fsck: Test ignore rules configurationjt-update-git-fsck-configJustin Tobler
2022-08-12fsck: Update fsck ignore rules configurationJustin Tobler
2022-08-11Merge branch '17801_use_semantic_sort_for_tags' into 'master'John Cai
2022-08-11Merge branch 'jc-remove-default-mr-template' into 'master'Toon Claes
2022-08-11Remove default MR templateJohn Cai
2022-08-11Merge branch 'pks-golangci-lint-thelper' into 'master'Patrick Steinhardt
2022-08-11golangci-lint: Document why we don't enable `t.Helper()` rulePatrick Steinhardt
2022-08-11Use semantic sort for tagsVasilii Iakliushin
2022-08-11golangci-lint: Enforce consistent naming of `testing.TB` variablesPatrick Steinhardt
2022-08-11golangci-lint: Enforce that `testing.T` must be first parameterPatrick Steinhardt
2022-08-11golangci-lint: Add `thelper` linterPatrick Steinhardt
2022-08-11golangci-lint: Allow `testing.T` as first parameterPatrick Steinhardt
2022-08-11golangci-lint: Update to v1.48.0Patrick Steinhardt
2022-08-11Merge branch 'pks-gittest-create-repo-consolidation' into 'master'Patrick Steinhardt
2022-08-11Merge branch 'pks-git-command-factory-fix-warning' into 'master'Pavlo Strokov
2022-08-11Default enable Praefect generated replica pathssmh-default-enable-replica-pathSami Hiltunen
2022-08-11services: Don't needlessly skip repo creation via APIPatrick Steinhardt
2022-08-11gittest: Consolidate unused InitRepo and CloneRepo functionsPatrick Steinhardt
2022-08-11gittest: Convert callers of CloneRepo to use CreateRepositoryPatrick Steinhardt
2022-08-11gittest: Convert callers of InitRepo to use CreateRepositoryPatrick Steinhardt
2022-08-11gittest: Make CreateRepository handle repo creation without gRPC servicePatrick Steinhardt
2022-08-11Merge branch 'pks-fetch-into-object-pool-prune-refs-default-enable' into 'mas...Sami Hiltunen
2022-08-10Merge branch 'jc-remove-rate-limit-ff' into 'master'John Cai
2022-08-10Merge branch '4257-usermergebranch-does-not-verify-it-got-a-user-name-and-ema...Toon Claes
2022-08-10Merge branch 'pks-operations-convert-test-hook-to-bash' into 'master'Patrick Steinhardt
2022-08-10objectpool: Default-enable pruning of refs to fix reference conflictspks-fetch-into-object-pool-prune-refs-default-enablePatrick Steinhardt
2022-08-10operations: Validate user.{email, name} in UserMergeBranchKarthik Nayak
2022-08-10git: Fix warning on startup about Git binary fallbackpks-git-command-factory-fix-warningPatrick Steinhardt
2022-08-10operations: Convert test hooks to use Bash instead of RubyPatrick Steinhardt
2022-08-10gitaly-hooks: Convert test to use Bash instead of Ruby for hooksPatrick Steinhardt
2022-08-09Merge branch 'ps-clock-sync-threshold' into 'master'Pavlo Strokov
2022-08-09proto: Use drift_threshold instead of drift_threshold_millisPavlo Strokov
2022-08-09proto: Introduce drift_threshold to replace drift_threshold_millisPavlo Strokov
2022-08-09Merge branch 'toon-linguist-no-zeroes' into 'master'Toon Claes
2022-08-09linguist: Update version to invalidate cacheToon Claes
2022-08-09linguist: Ensure empty files are omitted in totalsToon Claes
2022-08-09linguist: Use proper type in testToon Claes
2022-08-09linguist: Convert to table-based testToon Claes
2022-08-09Update VERSION filesv15.3.0-rc4GitLab Release Tools Bot
2022-08-09Merge branch 'ps-praefect-readiness-check' into 'master'Pavlo Strokov
2022-08-08linguist: Change tests to use dynamically created commitsToon Claes
2022-08-08linguist: Remove duplicate testToon Claes
2022-08-08gittest: Correctly detect if both Content and OID are setToon Claes
2022-08-08limithandler: Remove RateLimiting feature flagjc-remove-rate-limit-ffJohn Cai
2022-08-08praefect: Check of the service readiness with RPC callps-praefect-readiness-checkPavlo Strokov
2022-08-08praefect: Make readiness checks injectablePavlo Strokov
2022-08-08praefect: Make runPraefectServer exportablePavlo Strokov