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
path: root/cmd
AgeCommit message (Expand)Author
2022-07-27Merge branch 'wc-remove-db-only' into 'master'Sami Hiltunen
2022-07-27Merge branch 'pks-gittest-hash-clean' into 'master'Patrick Steinhardt
2022-07-25praefect: Add -db-only flag to remove repositorywc-remove-db-onlyWill Chandler
2022-07-25operations: Remove CherryPickStructuredErrors feature flagjc-remove-user-cherry-pick-ffJohn Cai
2022-07-22praefect: Always use replica paths in testsWill Chandler
2022-07-21gittest: Don't set up default parent in WriteCommitPatrick Steinhardt
2022-07-21gittest: Expose default committer informationPatrick Steinhardt
2022-07-20Merge branch 'pks-git-objectids-sha256' into 'master'Will Chandler
2022-07-20git: Move `ZeroOID` into `ObjectHash` structurePatrick Steinhardt
2022-07-20git: Move `EmptyTreeOID` into `ObjectHash` structurePatrick Steinhardt
2022-07-20command: Accept command arguments instead of an `exec.Cmd`Patrick Steinhardt
2022-07-18test: Disable all test with tag sha256Toon Claes
2022-07-18golang: Remove v1.16 build tagsToon Claes
2022-07-15Pin auxiliary binaries the main Gitaly binary invokesSami Hiltunen
2022-07-15Centralize binary finding logicSami Hiltunen
2022-07-14Merge branch 'jc-track-concurrency-pack-objects' into 'master'John Cai
2022-07-14Merge branch 'smh-fix-runtime-dir-cleanup' into 'master'John Cai
2022-07-14Prune leftover runtime directories on startupSami Hiltunen
2022-07-13gitaly main: Start ConcurrencyTrackerJohn Cai
2022-07-13Provide ConcurrencyTracker through service dependenciesJohn Cai
2022-07-08Merge branch 'pks-testhelper-unsetenv' into 'master'Sami Hiltunen
2022-07-08Setup runtime directory after config has been loadedSami Hiltunen
2022-07-07global: Rewrite callers of `testhelper.ModifyEnvironment()`Patrick Steinhardt
2022-07-06hooks: Convert payload to use actual feature flagsPatrick Steinhardt
2022-07-06git2go: Convert injection of feature flags to not use raw flagsPatrick Steinhardt
2022-07-06git2go: Refactor featureflag subcommand to not use raw flagsPatrick Steinhardt
2022-06-23Merge branch 'pks-ssh-tests-emulate-client-side' into 'master'Toon Claes
2022-06-23command: Introduce options to configure spawned commandsPatrick Steinhardt
2022-06-22Merge branch 'jc-update-hooks-docs' into 'master'Patrick Steinhardt
2022-06-21gitaly-hooks: Update README.mdjc-update-hooks-docsJohn Cai
2022-06-21Replace deprecated WithInsecure with WithTransportCredentialsSami Hiltunen
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 'better_error_test_remove_repository_subcmd' into 'master'Will Chandler
2022-06-17praefect: Don't overwrite '-older-than' flagWill Chandler
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-16git2go: Pass feature flags into gitaly-git2go binaryJohn Cai
2022-06-15Merge branch 'jc-pass-user-details-to-pack-objects' into 'master'John Cai
2022-06-15gitaly-hooks: Pass in user details to call to PackObjectsHookjc-pass-user-details-to-pack-objectsJohn Cai
2022-06-15git: Change ReceiveHooksPayload to UserDetailsJohn Cai
2022-06-15Merge branch 'jc-praefect-subcmd-list-virtual-storages' into 'master'Toon Claes
2022-06-15praefect: Immediately report failure in remove repository testbetter_error_test_remove_repository_subcmdJames Fargher
2022-06-10cmd/gitaly-lfs-smudge: Implement support for long-lived filter protocolPatrick Steinhardt
2022-06-10cmd/gitaly-lfs-smudge: Introduce driver typesPatrick Steinhardt
2022-06-10cmd/gitaly-lfs-smudge: Don't return a reader when request failsPatrick Steinhardt
2022-06-10cmd/gitaly-lfs-smudge: Rename functions and filePatrick Steinhardt
2022-06-10cmd/gitaly-lfs-smudge: Move creation of the HTTP clientPatrick Steinhardt
2022-06-10cmd/gitaly-lfs-smudge: Move creation of the context into `run()`Patrick Steinhardt
2022-06-10praefect: Add list-storages subcommandjc-praefect-subcmd-list-virtual-storagesJohn Cai