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-25gitaly/config: Add negotiation timeouts to configJames Liu
2023-09-05gitaly-git2go: Remove the now-unused commandPatrick Steinhardt
2023-09-01gitaly/config: Stop verifying existence of custom hooks directoryPatrick Steinhardt
2023-09-01gitaly/config: Stop validating existence of GitLab secret filePatrick Steinhardt
2023-08-29gitaly/config: Deprecate `[gitlab-shell]` sectionPatrick Steinhardt
2023-08-29gitaly/config: Allow configuration without `gitaly-hooks` directoryPatrick Steinhardt
2023-08-29gitaly/config: Verify explicitly configured custom hooks directoryPatrick Steinhardt
2023-08-29gitaly/config: Allow custom hooks directory to be unsetPatrick Steinhardt
2023-08-29gitaly_config: Allow passing in TLS key directlyJohn Cai
2023-08-21gitaly/config: Refactor how warnings are generatedPatrick Steinhardt
2023-08-18Support key rotation for signing keysIgor Drozdov
2023-08-16gitaly/config: Use logger provided by our own logging infrastructurePatrick Steinhardt
2023-08-09log: Move logging configuration into "internal/log"Patrick Steinhardt
2023-08-07gitaly/config: Add configuration for GitLab secretJustin Tobler
2023-06-22Merge branch 'backup_repository_rpc' into 'master'Sami Hiltunen
2023-06-20pack gitaly-gpg into packed binaryJohn Cai
2023-06-19config: Add server-side backup configurationJames Fargher
2023-05-17Remove pack-objects limiting environment variablesQuang-Minh Nguyen
2023-05-10Merge branch 'qmnguyen0711/remove-pack-objects-limiting-by-user-and-remote' i...Will Chandler
2023-05-10go: Bump module version from v15 to v16Patrick Steinhardt
2023-05-08Remove pack_objects_limiting's key configQuang-Minh Nguyen
2023-04-24git: Unconditionally ignore gitconfig filesPatrick Steinhardt
2023-04-13Replace IsPositive with GreaterOrEqualPavlo Strokov
2023-04-11Refator PackObjectsLimiting configsQuang-Minh Nguyen
2023-04-06config: Remove ruby configurationToon Claes
2023-03-27Do not store unique fetches in pack-objects cacheJacob Vosmaer
2023-03-21gitaly: Sub-command 'configuration' with 'validate' sub-commandPavlo Strokov
2023-03-21gitaly: Validation of PackObjectsLimitingPavlo Strokov
2023-03-21gitaly: Validation of StreamCacheConfigPavlo Strokov
2023-03-21gitaly: Validation of GitlabPavlo Strokov
2023-03-21gitaly: Validation of DailyJobPavlo Strokov
2023-03-21gitaly: Validation of GitlabShellPavlo Strokov
2023-03-21gitaly: Validation of TLSPavlo Strokov
2023-03-21gitaly: Validation of Storage configurationPavlo Strokov
2023-03-21gitaly: Validation of Git configurationPavlo Strokov
2023-03-20gitaly/config: Support generating configuration via external commandPatrick Steinhardt
2023-03-20gitaly/config: Omit empty fields when serializing as TOMLPatrick Steinhardt
2023-03-20gitaly/config: Add JSON tags to config fieldsPatrick Steinhardt
2023-03-20Merge branch 'jv-cache-suppressor' into 'master'wc/testhelper-dial-timeoutQuang-Minh Nguyen
2023-03-20Configure pack-objects min occurrences via env varJacob Vosmaer
2023-03-16lint: Fix discouraged error wrapping verbQuang-Minh Nguyen
2023-03-13Cgroups: add cpu_quota_us limitSteve Azzopardi
2023-03-01Cgroups: fix check for CPU shares exceeding parentSteve Azzopardi
2023-02-07Merge branch 'pks-gitaly-unify-git-config-verification' into 'master'Quang-Minh Nguyen
2023-02-06gitaly/config: Unify Git config validationPatrick Steinhardt
2023-02-02Replace Mkdir(All) permissions with new perm package constantsJames Fargher
2022-12-02config: Allow empty values for Git configurationPatrick Steinhardt
2022-11-04config: Add PackObjectsLimitingJohn Cai
2022-09-30golangci-lint: Restore default revive lintswc/fix-revive-lintsWill Chandler
2022-08-23feat(gitaly-git2go): sign commits with OpenPGP keySavely Krasovsky