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-27operations: Convert UserRebaseConfirmable tests to not use worktreepks-gittest-drop-worktreesPatrick Steinhardt
2022-06-27operations: Convert to use `gittest.ResolveRevision()`Patrick Steinhardt
2022-06-27operations: Adjust names of UserRebaseConfirmable testsPatrick Steinhardt
2022-06-27operations: Convert squash test for renames to not use worktreePatrick Steinhardt
2022-06-27operations: Fix test for squashes with renamesPatrick Steinhardt
2022-06-27operations: Demonstrate broken test to verify squashing with renamePatrick Steinhardt
2022-06-27wiki: Convert `FindPage()` test to not use worktreePatrick Steinhardt
2022-06-27ref: Convert `ListRefs()` test to not use a worktreePatrick Steinhardt
2022-06-27gittest: Remove ability to create repos with worktreePatrick Steinhardt
2022-06-27repository: Convert `GetArchive()` test to not use worktreePatrick Steinhardt
2022-06-27repository: Clarify `GetArchive()` path injection testPatrick Steinhardt
2022-06-27repository: Simplify helper to list compressed file contentsPatrick Steinhardt
2022-06-27repository: Adjust test names for `GetArchive()` RPCPatrick Steinhardt
2022-06-27repository: Convert `SearchFilesByContent()` test to not use worktreePatrick Steinhardt
2022-06-27diff: Convert `RawPatch()` test to not use worktreePatrick Steinhardt
2022-06-27diff: Convert `RawDiff()` test to not use worktreePatrick Steinhardt
2022-06-27diff: Improve test names and improve parallelizationPatrick Steinhardt
2022-06-27gittest: Add helper to resolve revisions to an object IDPatrick Steinhardt
2022-06-27gittest: Allow overriding author and committer info when writing commitsPatrick Steinhardt
2022-06-23Merge branch 'renovate/postgres-dependencies' into 'master'Toon Claes
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-22Merge branch 'renovate/github.com-google-uuid-1.x' into 'master'Toon Claes
2022-06-22Merge branch 'renovate/github.com-pelletier-go-toml-1.x' into 'master'Toon Claes
2022-06-22repository: Always use long-running LFS filter process in GetArchivepks-get-archive-remove-filter-process-ffPatrick Steinhardt
2022-06-22proto: Deprecate PreReceiveError in UserDeleteBranchResponsepks-user-delete-branch-remove-structured-errors-ffPatrick Steinhardt
2022-06-22operations: Always enable structured errors in UserDeleteBranchPatrick Steinhardt
2022-06-22Merge branch 'ash2k/optimize-chomp' into 'master'Patrick Steinhardt
2022-06-22NOTICE: Update for github.com/pelletier/go-tomlToon Claes
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-22Merge branch 'jc-update-hooks-docs' into 'master'Patrick Steinhardt
2022-06-22Merge branch 'smh-with-insecure' into 'master'James Fargher
2022-06-21gitaly-hooks: Update README.mdjc-update-hooks-docsJohn Cai
2022-06-21Replace deprecated WithInsecure with WithTransportCredentialsSami Hiltunen