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-17Include default labels in the default issue templatesmh-default-labelsSami Hiltunen
2022-08-16Merge branch 'jt-update-autocrlf-config' into 'master'John Cai
2022-08-16Merge branch 'jc-cat-file-object-size' into 'master'John Cai
2022-08-16repository: Use git-cat-file to calculate repository sizeJohn Cai
2022-08-16config: Set autocrlf to falseJustin Tobler
2022-08-16Merge branch 'pks-gitpipe-sha256' into 'master'Toon Claes
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-11gitpipe: Support SHA256 object hashpks-gitpipe-sha256Patrick Steinhardt
2022-08-11gitpipe: Parallelize testsPatrick Steinhardt
2022-08-11gitpipe: Refactor Pipeline tests to not use seeded reposPatrick Steinhardt
2022-08-11gitpipe: Refactor ForEachRef tests to not use seeded reposPatrick Steinhardt
2022-08-11gitpipe: Refactor Revision tests to not use seeded reposPatrick Steinhardt
2022-08-11gitpipe: Refactor LsTree tests to not use seeded reposPatrick Steinhardt
2022-08-11gitpipe: Refactor DiffTree tests to not use seeded reposPatrick Steinhardt
2022-08-11gitpipe: Refactor CatfileObject tests to not use seeded reposPatrick Steinhardt
2022-08-11gitpipe: Refactor CatfileInfo tests to not use seeded reposPatrick Steinhardt
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