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-02-22tracing: Detach git catfile cache's spanQuang-Minh Nguyen
2023-02-22tracing: Replace opentracing calls by new tracing.StartSpan* helpersQuang-Minh Nguyen
2023-02-17Merge branch 'pks-git-stats-fix-racy-clone-test' into 'master'Justin Tobler
2023-02-16git/stats: Fix race when verifying clone timingsPatrick Steinhardt
2023-02-16Merge branch 'jc/fix-merge-tree-merge' into 'master'karthik nayak
2023-02-16localrepo: Allow unrelated histories in merge treeJohn Cai
2023-02-13tracing: Add more spans to internal/git/housekeepingQuang-Minh Nguyen
2023-02-13tracing: Add more spans to internal/git/catfileQuang-Minh Nguyen
2023-02-13tracing: Fix orphaned spans from catfile cacheQuang-Minh Nguyen
2023-02-09Merge branch 'pks-housekeeping-remove-bitmap-lookup-table-ff' into 'master'Toon Claes
2023-02-09Merge branch 'extract_file_permissions' into 'master'Sami Hiltunen
2023-02-09Merge branch 'pks-git-more-robust-version-parsing' into 'master'Toon Claes
2023-02-08Extract constant for the most restricted write-once private filesJames Fargher
2023-02-08Extract file and executable permissionsJames Fargher
2023-02-08housekeeping: Rearrange function calls to be in correct orderJames Fargher
2023-02-08Change inconsistent 655 permission to non-executable 644James Fargher
2023-02-08Convert previously missed directory permissions to use constantsJames Fargher
2023-02-08housekeeping: Change test file permissions from 770 to 644James Fargher
2023-02-08Merge branch 'pks-updateref-fix-context-cancellation-races' into 'master'Quang-Minh Nguyen
2023-02-08Merge branch 'pks-unseed-repos-for-sha256-testing' into 'master'Quang-Minh Nguyen
2023-02-08Merge branch 'pks-test-generic-packages-with-sha256' into 'master'Justin Tobler
2023-02-08Merge branch 'merge-using-merge-tree' into 'master'John Cai
2023-02-07git/packfile: Recognize packfiles in SHA256 repositoriesPatrick Steinhardt
2023-02-07global: Convert generic packages to test with SHA256 object formatPatrick Steinhardt
2023-02-07git: Wire up Git v2.39 execution environmentPatrick Steinhardt
2023-02-07git: Allow overriding execution environments of the command factoryPatrick Steinhardt
2023-02-07git: Refactor tests for bundled Git execution environmentPatrick Steinhardt
2023-02-07Merge branch 'pks-gitaly-unify-git-config-verification' into 'master'Quang-Minh Nguyen
2023-02-07localrepo: Add MergeTree methodJohn Cai
2023-02-07Merge branch 'centralise_dir_perms' into 'master'James Fargher
2023-02-07Merge branch 'command-stats-catfile' into 'master'James Fargher
2023-02-06updateref: Fix handling of context cancellation errorsPatrick Steinhardt
2023-02-06gitaly/config: Unify Git config validationPatrick Steinhardt
2023-02-06updateref: Use error metadata to return standard errorPatrick Steinhardt
2023-02-06updateref: Unify error handling for I/O errorsPatrick Steinhardt
2023-02-06remoterepo: Enable testing with SHA256 object hashPatrick Steinhardt
2023-02-06remoterepo: Handle SHA256 object hash in `ResolveRevision()`Patrick Steinhardt
2023-02-06remoterepo: Add function to derive object formatPatrick Steinhardt
2023-02-06remoterepo: Split out test helper to set up Gitaly serverPatrick Steinhardt
2023-02-06git: Use metadata to return stderr when object format detection failsPatrick Steinhardt
2023-02-06gittest: Respect object format when creating repos via the servicePatrick Steinhardt
2023-02-06git: Fix race between cancelling git-version(1) and reading its outputPatrick Steinhardt
2023-02-06housekeeping: Unconditionally write bitmap lookup tablesPatrick Steinhardt
2023-02-03Merge branch 'wc/fast-hex-validate' into 'master'Patrick Steinhardt
2023-02-03catfile: Emit command stats for catfile operationsIgor Wiedler
2023-02-03catfile: Pass ctx in requestQueue operationsIgor Wiedler
2023-02-02Replace Mkdir(All) permissions with new perm package constantsJames Fargher
2023-02-02git: Include reason oid is invalid in errorWill Chandler
2023-02-02git: Replace regexp in ValidateHexWill Chandler
2023-02-02git: Refactor `GlobalOption` tests to assert errorsPatrick Steinhardt