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-08-23feat(gitaly-git2go): sign commits with OpenPGP keySavely Krasovsky
2022-08-22gitaly: Prune old cgroup directories on startupJohn Cai
2022-08-22cgroups: Inject pid into cgroup manangerJohn Cai
2022-08-22config: Generisize functions that create and prune temp directoriesJohn Cai
2022-08-20go: Update module github.com/pelletier/go-toml to v2Toon Claes
2022-08-20Extract Duration into its own packageJames Fargher
2022-08-18Merge branch 'smh-remove-custom-duration' into 'master'Justin Tobler
2022-08-18Remove custom duration typeSami Hiltunen
2022-08-16gitaly: Exit code 1 on errorjt-gitaly-exit-codeJustin Tobler
2022-08-11golangci-lint: Enforce consistent naming of `testing.TB` variablesPatrick Steinhardt
2022-08-11gittest: Convert callers of InitRepo to use CreateRepositoryPatrick Steinhardt
2022-08-10gitaly-hooks: Convert test to use Bash instead of Ruby for hooksPatrick Steinhardt
2022-08-08praefect: Make readiness checks injectablePavlo Strokov
2022-08-08praefect: Move of the service checksPavlo Strokov
2022-08-08Merge branch 'pks-git-lstree-sha256' into 'master'Sami Hiltunen
2022-08-05lstree: Inject the object hash used to parse tree entriesPatrick Steinhardt
2022-08-05updateref: Accept object IDs instead of bare stringsPatrick Steinhardt
2022-08-02Rename gitaly-git2go-v15 to gitaly-git2gosmh-dont-install-aux-binariesSami Hiltunen
2022-08-01cli: Relocate check subcommand to Gitaly binaryJustin Tobler
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