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-06-23Merge branch 'pks-ssh-tests-emulate-client-side' into 'master'Toon Claes
2022-06-23Merge branch 'pks-get-archive-remove-filter-process-ff' into 'master'Sami Hiltunen
2022-06-23Merge branch 'pks-user-delete-branch-remove-structured-errors-ff' into 'master'Patrick Steinhardt
2022-06-23command: Improve error messages to be Git-agnosticPatrick Steinhardt
2022-06-23ssh: Fix racy cleanup of read monitor's pipePatrick Steinhardt
2022-06-23command: Add option to set up finalizerPatrick Steinhardt
2022-06-23command: Fix race with setting Cgroup path and context cancellationPatrick Steinhardt
2022-06-23command: Fix race with setting command names and context cancellationPatrick Steinhardt
2022-06-23command: Replace `StdinSentinel` with an optionPatrick Steinhardt
2022-06-23git: Simplify construction of standard streamsPatrick Steinhardt
2022-06-23command: Introduce options to configure spawned commandsPatrick Steinhardt
2022-06-23command: Modernize tests to follow current code stylePatrick Steinhardt
2022-06-23command: Improve grouping of functionsPatrick Steinhardt
2022-06-23ssh: Add tests for client-side failures in SSHUploadPackWithSidechannelPatrick Steinhardt
2022-06-23ssh: Fix resource leak when spawning git-upload-pack(1) failsPatrick Steinhardt
2022-06-22Merge branch 'pks-repo-size-fix-alternate-refs-perf-regression' into 'master'Will Chandler
2022-06-22repository: Always use long-running LFS filter process in GetArchivepks-get-archive-remove-filter-process-ffPatrick Steinhardt
2022-06-22operations: Always enable structured errors in UserDeleteBranchPatrick Steinhardt
2022-06-22Optimize ChompBytes() functionMikhail Mazurskiy
2022-06-22localrepo: Speed up calculating size for repo with excluded alternatesPatrick Steinhardt
2022-06-22localrepo: Convert tests for size with alternates to be table-drivenPatrick Steinhardt
2022-06-21Replace deprecated WithInsecure with WithTransportCredentialsSami Hiltunen
2022-06-21Merge branch 'find-changed-paths-mode' into 'master'Will Chandler
2022-06-21localrepo: Convert tests for size with excluded refs to be table-drivenPatrick Steinhardt
2022-06-21localrepo: Move repo creation into the test helper's setup functionPatrick Steinhardt
2022-06-21localrepo: Convert size tests to not use a worktreePatrick Steinhardt
2022-06-21git: Always disable use of alternate refs for git-fetch(1)Patrick Steinhardt
2022-06-20Merge branch 'jc-cherry-pick-list-conflicting-files' into 'master'John Cai
2022-06-20smarthttp: Fix keep-alive packets breaking tests on slow machinesPatrick Steinhardt
2022-06-20smarthttp: Move test helper functions to the bottomPatrick Steinhardt
2022-06-20smarthttp: Adjust test names for PostReceivePack testsPatrick Steinhardt
2022-06-20smarthttp: Some random improvements to PostReceivePack testsPatrick Steinhardt
2022-06-20smarthttp: Assert actual errors in validation tests for PostReceivePackPatrick Steinhardt
2022-06-20smarthttp: Rename `doPush()` to `performPush()`Patrick Steinhardt
2022-06-20smarthttp: Refactor helper to create requests for PostReceivePackPatrick Steinhardt
2022-06-20smarthttp: Use gittest helpers to write pktlinesPatrick Steinhardt
2022-06-20smarthttp: Avoid using worktrees in testsPatrick Steinhardt
2022-06-20gittest: Fix `ExecOpts()` with explicit stdout writerPatrick Steinhardt
2022-06-20gittest: Add function to write formatted pktlinesPatrick Steinhardt
2022-06-20operations: Convert UserCherryPick to return structured errorsJohn Cai
2022-06-20tests: Build binaries in FIPS mode as requiredPatrick Steinhardt
2022-06-20Merge branch 'pks-create-repo-from-bundle-transactional-test-macos-compat' in...Patrick Steinhardt
2022-06-20repository: Fix test for voting in CreateRepositoryFromBundle on macOSpks-create-repo-from-bundle-transactional-test-macos-compatPatrick Steinhardt
2022-06-17FindChangedPaths: Add old_mode and new_mode fieldsKyle Edwards
2022-06-16git2go: Add conflicting files to cherry pick errorJohn Cai
2022-06-16Merge branch 'jc-propagate-ff-to-git2go' into 'master'John Cai
2022-06-16Merge branch 'jc-remove-max-queue-size-ff' into 'master'Will Chandler
2022-06-16git2go: Pass feature flags into gitaly-git2go binaryJohn Cai
2022-06-16Merge branch 'pks-ssh-upload-pack-test-refactorings' into 'master'Patrick Steinhardt
2022-06-15Merge branch 'find-changed-paths-commit-pairs' into 'master'Will Chandler