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-08-02Rename gitaly-git2go-v15 to gitaly-git2gosmh-dont-install-aux-binariesSami Hiltunen
2022-07-20Merge branch 'pks-git-objectids-sha256' into 'master'Will Chandler
2022-07-20git: Move `NewObjectIDFromHex()` 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-15Centralize binary finding logicSami Hiltunen
2022-07-15Hardcode module version in git2go binary name variableSami Hiltunen
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-07-06featureflag: Disallow use of feature flags with certain charactersPatrick Steinhardt
2022-07-06git2go: Rename test to match modern best practicesPatrick Steinhardt
2022-07-04featureflags: Require version and rollout issue URL for flagspks-feature-flags-with-rollout-issue-urlPatrick Steinhardt
2022-06-23command: Fix race with setting command names and context cancellationPatrick Steinhardt
2022-06-23command: Introduce options to configure spawned commandsPatrick Steinhardt
2022-06-16git2go: Pass feature flags into gitaly-git2go binaryJohn Cai
2022-05-25git2go: Inject Git environment variablesPatrick Steinhardt
2022-05-20Update go package name from v14 to v15John Cai
2022-04-05Expose command stats (rusage) metrics via prometheuscommand-stats-metricsIgor Wiedler
2022-03-31gitaly-git2go: Pass through correlation ID from requestgit2go_loggingJames Fargher
2022-03-31git2go: Set stderr to be the log ouputJames Fargher
2022-03-31gitaly-git2go: Stop capturing errors from stderrJames Fargher
2022-03-07git2go: Add squash parameter to MergeCommandPiotr Stankowski
2022-03-07git2go: Add optional Committer to MergeCommandPiotr Stankowski
2022-03-07git2go: Fix comments in MergeCommandPiotr Stankowski
2022-02-22gitaly-git2go: Remove deprecated Error gob fieldJames Fargher
2022-02-11gitaly-git2go: Add generic error field for resolve conflictsJames Fargher
2022-01-27Automatically clean up testhelper.ContextSami Hiltunen
2022-01-24services: Inject Git2go executorPatrick Steinhardt
2022-01-18gitaly-git2go: Convert ConflictError to an actual errorJames Fargher
2022-01-18gitaly-git2go: Ensure all subcommands have a compatible error returnJames Fargher
2022-01-11gittest: Provide helper function to create command factoriesPatrick Steinhardt
2022-01-05Merge branch 'pks-git-execution-environment-via-factory' into 'master'Patrick Steinhardt
2021-12-21git2go: Resolve Git binary path via command factoryPatrick Steinhardt
2021-12-20git2go: Drop unused JSON (de)serialization codePavlo Strokov
2021-12-20conflicts: Drop support of the JSON encoded flagPavlo Strokov
2021-12-20submodule: Drop support of the JSON encoded flagPavlo Strokov
2021-12-07git2go: Use gob for submodule sub-command invocationPavlo Strokov
2021-11-09git2go: Use gob for conflicts sub-command invocationPavlo Strokov
2021-10-26testhelper: Move build helpers into the testcfg packagePatrick Steinhardt
2021-10-21gitaly-git2go/commit: Revert validation for existing target pathsPatrick Steinhardt
2021-10-12git2go: Fix tests for actions overwriting directoryblanet
2021-10-07testhelper: Unify setup of test suitesPatrick Steinhardt
2021-09-23Merge branch 'pks-operations-drop-git2go-merge-gob-ff' into 'master'James Fargher
2021-09-21operations: Always return structured errors from Git2Go mergesPatrick Steinhardt
2021-09-21gitaly-git2go: Remove "set-config" subcommandPatrick Steinhardt
2021-08-31global: Reformat sources with gofumptPatrick Steinhardt
2021-08-30gitaly-git2go: Return structured conflict error on merge conflictPatrick Steinhardt
2021-08-30git2go: Support driving merge command via gobPatrick Steinhardt
2021-08-30git2go: Allow registration of gob types with slicesPatrick Steinhardt
2021-08-18gitaly-git2go: Support skipping empty rebased commitsPatrick Steinhardt