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
2021-01-12testhelper: Use test context in `GetTemporaryGitalySocketFileName()`Patrick Steinhardt
2021-01-12testhelper: Use test context in `WriteExecutable()`Patrick Steinhardt
2021-01-11Merge branch 'ps-cleanup-global-config-usage' into 'master'James Fargher
2021-01-11Merge branch 'ps-log-configuration' into 'master'James Fargher
2021-01-06Merge branch 'pks-testhelper-testing-context' into 'master'Patrick Steinhardt
2021-01-06testhelper: Accept `testing.TB` when starting the serverPatrick Steinhardt
2020-12-29Extract config.Config from StartCleaningPavlo Strokov
2020-12-29Extract config.Config from ConfigureConcurrencyLimitsPavlo Strokov
2020-12-28Reduce dependency of the log on config.ConfigPavlo Strokov
2020-12-24Substitute config.Config with passed in parameterPavlo Strokov
2020-12-24Remove dependency on config.Config from gitaly server factoryPavlo Strokov
2020-12-22Merge branch 'smh-fix-set-replication-factor' into 'master'Zeger-Jan van de Weg
2020-12-17gitaly-hooks: Remove filtering of environment variablesPatrick Steinhardt
2020-12-17hooks: Filter custom hooks commands in the hooks managerPatrick Steinhardt
2020-12-17command: Filter `AllowedEnviroment()` via explicit slicePatrick Steinhardt
2020-12-17hooks: Move push options into `customHooksEnv()`Patrick Steinhardt
2020-12-17hooks: Remove test setups for gitlab-shell configurationPatrick Steinhardt
2020-12-17return correct status codes from SetReplicationFactorSami Hiltunen
2020-12-17output a new line after printing out current assignmentsSami Hiltunen
2020-12-17Merge branch 'ps-remove-get-repo-path' into 'master'James Fargher
2020-12-16Merge branch 'smh-dataloss-primaries' into 'master'Sami Hiltunen
2020-12-16test dataloss subcommand with both sql and per_repository electorSami Hiltunen
2020-12-16use repository specific primaries in dataloss testsSami Hiltunen
2020-12-16support repository specific primaries and host assignments in datalossSami Hiltunen
2020-12-16stub out hook manager when hooks are disabled in testsSami Hiltunen
2020-12-16Break dependency of the catfile on global config.ConfigPavlo Strokov
2020-12-15Update resolve conflict command to use gob over stdinPaul Okstad
2020-12-15git: Drop `CmdStream` parameter from `SafeBareCmd`Patrick Steinhardt
2020-12-15Merge branch 'pks-hooks-payload-gl-values' into 'master'Ævar Arnfjörð Bjarmason
2020-12-14Merge branch 'ps-remove-unused-field' into 'master'Patrick Steinhardt
2020-12-14Removal of unused RepositoryStore dependencyPavlo Strokov
2020-12-14Handle nil index entries in resolve conflictsPaul Okstad
2020-12-11hooks: Convert to use ReceiveHooksPayloadPatrick Steinhardt
2020-12-11hooks: Stop injecting GL_REPOSITORY into the hooks environmentPatrick Steinhardt
2020-12-11hooks: Derive GL_REPOSITORY from passed in repoPatrick Steinhardt
2020-12-10gitlabshell: Stop injecting configuration into environmentPatrick Steinhardt
2020-12-10hooks: Remove GITLAB_SHELL_DIR from environmentPatrick Steinhardt
2020-12-10hooks: Remove GITALY_RUBY_DIR from environmentPatrick Steinhardt
2020-12-10hooks: Start injecting transactions via HooksPayloadPatrick Steinhardt
2020-12-10hooks: Start using hooks payload for transactionsPatrick Steinhardt
2020-12-10hooks: Add transaction information to HooksPayloadPatrick Steinhardt
2020-12-10hooks: Fix incomplete test setupsPatrick Steinhardt
2020-12-10gitaly-hooks: Use common function to compute hook environmentsPatrick Steinhardt
2020-12-09Merge branch 'cgroups-impl' into 'master'Patrick Steinhardt
2020-12-09Add initial implementation of spawning git inside cgroupsAhmad Sherif
2020-12-07Verify connections are properly configured with HealthCheckDialerPavlo Strokov
2020-12-07Introduction of FailOnNonTempDialError to omit indefinite dial attempts on ba...Pavlo Strokov
2020-12-04Merge branch 'smh-set-replication-factor' into 'master'Toon Claes
2020-12-04hooks: Remove the Ruby reference-transaction hook feature flagPatrick Steinhardt
2020-12-04Merge branch 'pks-hooks-unified-parameters' into 'master'James Fargher