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-28repository: Fix clone credentials leaking via command line argumentspks-create-repo-from-url-leaking-credentialsPatrick Steinhardt
2022-06-28repository: Simplify code flow for `cloneFromURLCommand()`Patrick Steinhardt
2022-06-28repository: Fix leaking command in `cloneFromURLCommand()` testsPatrick Steinhardt
2022-06-28repository: Fix test to verify that credentials are strippedPatrick Steinhardt
2022-06-28repository: Merge test cases for `cloneFromURLCommand()`Patrick 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
2022-06-21Merge branch 'find-changed-paths-mode' into 'master'Will Chandler
2022-06-21Merge branch 'fix_receive_hooks_payload_nil' into 'master'John Cai
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-21Update changelog for 15.1.0GitLab Release Tools Bot
2022-06-21Ensure there is a receive hooks payload before using itfix_receive_hooks_payload_nilJames Fargher
2022-06-20Merge branch 'jc-cherry-pick-list-conflicting-files' into 'master'John Cai
2022-06-20Merge branch 'pks-smarthttp-test-refactorings' into 'master'Patrick Steinhardt
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