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-01-09Merge branch 'fix/cgroup-dir-deletion' into 'master'Sami Hiltunen
2023-01-02Temp_dir: Delete gitaly-0 runtime directorySteve Azzopardi
2022-12-26Stop error logging on deleting cgroup fileSteve Azzopardi
2022-12-19helper: Replace `helper.ErrInvalidArgumentf()` with `structerr` packagePatrick Steinhardt
2022-12-19helper: Replace `helper.ErrNotFoundf()` with `structerr` packagePatrick Steinhardt
2022-12-19helper: Replace `helper.ErrInternalf()` with `structerr` packagePatrick Steinhardt
2022-12-02config: Allow empty values for Git configurationPatrick Steinhardt
2022-11-04config: Add PackObjectsLimitingJohn Cai
2022-10-17config: Simplify error messagePavlo Strokov
2022-10-17config: Create errors with helpersPavlo Strokov
2022-10-17config: Simplify GetRepoPath implementationPavlo Strokov
2022-10-17config: Increase test coverage of the LocatorPavlo Strokov
2022-10-05Merge branch 'toon-git-check-attr' into 'master'James Fargher
2022-10-03config: Remove linguist languages pathToon Claes
2022-09-30golangci-lint: Restore default revive lintswc/fix-revive-lintsWill Chandler
2022-08-23feat(gitaly-git2go): sign commits with OpenPGP keySavely Krasovsky
2022-08-22cgroups: Add PruneOldCgroups helperJohn Cai
2022-08-22config: Do not early exit when pruning gitaly process dirJohn 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-18Remove custom duration typeSami Hiltunen
2022-08-11golangci-lint: Allow `testing.T` as first parameterPatrick Steinhardt
2022-08-02Rename gitaly-git2go-v15 to gitaly-git2gosmh-dont-install-aux-binariesSami Hiltunen
2022-07-26Fixing a range of typos on commentsjohn.mcdonnell
2022-07-19Merge branch 'wc-prune-reused-pid' into 'master'Sami Hiltunen
2022-07-18config: Don't treat EPERM as error when signallingwc-prune-reused-pidWill Chandler
2022-07-18test: Disable all test with tag sha256Toon Claes
2022-07-15Merge branch 'pks-upgrade-gitlab-shell-v14' into 'master'Sami Hiltunen
2022-07-15Pin auxiliary binaries the main Gitaly binary invokesSami Hiltunen
2022-07-15Centralize binary finding logicSami Hiltunen
2022-07-14Merge branch 'smh-fix-runtime-dir-cleanup' into 'master'John Cai
2022-07-14Prune leftover runtime directories on startupSami Hiltunen
2022-07-08cgroups: Only enable metrics if option is turned onJohn Cai
2022-07-08Setup runtime directory after config has been loadedSami Hiltunen
2022-07-08Move trySocketCreation closer to SetupRuntimeDirectorySami Hiltunen
2022-07-08Colocate internal socket dir creation with runtime dir creationSami Hiltunen
2022-07-08Extract runtime directory creation logic into a methodSami Hiltunen
2022-07-07gitaly/config: Remove deprecated `self_signed_cert` configurationpks-upgrade-gitlab-shell-v14Patrick Steinhardt
2022-05-30gitaly-lfs-smudge: Allow passing configuration as a single envvarPatrick Steinhardt
2022-05-25gitaly/config: Add option to ignore gitconfig filesPatrick Steinhardt
2022-05-20Update go package name from v14 to v15John Cai
2022-05-16cgroups: Repository isolated cgroupsJohn Cai
2022-05-14cgroups: Add FallbackToOldVersion to support old cgroups configJohn Cai
2022-05-06config: Improve error message when test socket creation failspks-gitaly-config-improve-error-with-too-long-socketsPatrick Steinhardt
2022-05-05gitaly: Shorten maximum internal socket path lengthPatrick Steinhardt
2022-05-03Merge branch 'jc-cgroups-improved-config' into 'master'John Cai
2022-04-27config: Remove internal socket path configurationpks-config-remove-internal-socket-directoryPatrick Steinhardt
2022-04-27config: Drop redundant `Gitaly` prefix from `GitalyInternalSocketPath()`Patrick Steinhardt
2022-04-25config: Introduce new Cgroups configjc-cgroups-improved-configJohn Cai