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
2023-09-18global: Replace `logrus.Fields` with a wrapper typePatrick Steinhardt
2023-09-15log: Wrap the logrus loggerPatrick Steinhardt
2023-09-14git: Disable automatic maintenanceWill Chandler
2023-08-22Merge branch 'pks-log-deprecate-default-pt1' into 'master'karthik nayak
2023-08-21git/command_factory: Use injected logging instancePatrick Steinhardt
2023-08-21git: Unconditionally lower big file thresholdPatrick Steinhardt
2023-08-18git/execenv: Inject logger instead of using global onePatrick Steinhardt
2023-08-16cgroups: Inject properly configured loggerPatrick Steinhardt
2023-08-16git: Inject properly configured logger into command factoryPatrick Steinhardt
2023-08-09git: Lower big file threshold to improve memory use and diff latencyPatrick Steinhardt
2023-07-04git: Increase locking timeout for loose referencesPatrick Steinhardt
2023-06-21Convert command.Stats to a general-purpose field loggerQuang-Minh Nguyen
2023-06-02repository: Move GitRepo interface into storage packagePatrick Steinhardt
2023-05-24git: Extend locking timeout for packed-refs to decrease contentionPatrick Steinhardt
2023-05-10go: Bump module version from v15 to v16Patrick Steinhardt
2023-04-24git: Unconditionally ignore gitconfig filesPatrick Steinhardt
2023-04-13Remove gitaly_export_trace2_pack_objects_metrics feature flagQuang-Minh Nguyen
2023-04-13Remove gitaly_export_trace2_tracing feature flagQuang-Minh Nguyen
2023-04-12git: Remove sidecar Git configuration from command factoryPatrick Steinhardt
2023-03-30Enable trace2 pack-objects metrics for git-pack-objectsQuang-Minh Nguyen
2023-03-28trace2: Create an initializer for trace2hooks.TracingExporterQuang-Minh Nguyen
2023-03-28trace2: Add Trace2 pack-objects metrics exporter to Git command factoryQuang-Minh Nguyen
2023-03-21Add Trace2 tracing exporter to Git command factoryQuang-Minh Nguyen
2023-03-15Integrate trace2.Manager to Git command factoryQuang-Minh Nguyen
2023-02-09Merge branch 'pks-git-more-robust-version-parsing' into 'master'Toon Claes
2023-02-07git: Allow overriding execution environments of the command factoryPatrick Steinhardt
2023-02-06git: Fix race between cancelling git-version(1) and reading its outputPatrick Steinhardt
2023-01-31git: Don't pass in Git configuration to `combineArgs()`Patrick Steinhardt
2023-01-16housekeeping: Always enable commit-graph generation dataPatrick Steinhardt
2022-12-30git: Enable reading and writing commit-graph generation dataPatrick Steinhardt
2022-12-19cgroups: Remove repository-specific logicPatrick Steinhardt
2022-12-14git: Rename `SubCmd` structure to `Command`Patrick Steinhardt
2022-12-14git: Remove unneeded `Subcommand` functionPatrick Steinhardt
2022-12-14git: Remove `git.Cmd` interfacePatrick Steinhardt
2022-12-02git: Make function to get global Git configuration publicPatrick Steinhardt
2022-11-08git: Drop unused `NewWithDir()` functionPatrick Steinhardt
2022-11-08operations: Stop using `NewWithDir()` for worktreesPatrick Steinhardt
2022-11-08git: Refactor cgroups tests to use `gittest` packagePatrick Steinhardt
2022-10-21git: Deprecate `Version.HasGranularFsyncConfig`Karthik Nayak
2022-10-05Revert "Merge branch 'jc-spawn-git-in-pgid' into 'master'"John Cai
2022-10-04git: Add gitalyPid option to NewExecCommandFactoryJohn Cai
2022-08-23feat(gitaly-git2go): sign commits with OpenPGP keySavely Krasovsky
2022-08-22cgroups: Inject pid into cgroup manangerJohn Cai
2022-08-18Revert "config: Set autocrlf to false"Justin Tobler
2022-08-16config: Set autocrlf to falseJustin Tobler
2022-08-10git: Fix warning on startup about Git binary fallbackpks-git-command-factory-fix-warningPatrick Steinhardt
2022-08-01git: Remove feature flag to hide refs in git-upload-pack(1)Patrick Steinhardt
2022-07-26git: Introduce feature flag for hiding refs in git-upload-pack(1)Patrick Steinhardt
2022-07-20command: Accept command arguments instead of an `exec.Cmd`Patrick Steinhardt
2022-07-20command: Add `WithDir()` optionPatrick Steinhardt