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-11golangci-lint: Enforce consistent naming of `testing.TB` variablesPatrick Steinhardt
2021-07-12Relocate WriteTemporaryGitalyConfigFilePavlo Strokov
2021-07-12Relocate GitLab HTTP test server from testhelper packagePavlo Strokov
2021-05-14Remove unused test gRPC server setup codePavlo Strokov
2021-05-11Removal of the old test code setup to run gRPC serverPavlo Strokov
2021-04-29Refactoring of the NewHealthServerWithListenerPavlo Strokov
2021-04-27Remove unused testhelper.WithInternalSocketPavlo Strokov
2021-04-27Remove unused testhelper.NewServerWithAuthPavlo Strokov
2021-04-26Partially replace test server setup in operations packagePavlo Strokov
2021-04-23testhelper: Convert `TempDir()` to use `t.Cleanup()`Patrick Steinhardt
2021-04-19operations: Add ability to setup operations server without PraefectPatrick Steinhardt
2021-04-13Enable reference transaction voting via backchannelsSami Hiltunen
2021-03-05WriteShellSecretFile returns path to secretPavlo Strokov
2021-02-16Merge branch 'ps-rubyserver-config' into 'master'Paul Okstad
2021-02-15Standardize Praefect and Gitaly timestampsStan Hu
2021-02-13Gitaly-ruby server should not depend on the global statePavlo Strokov
2021-02-11Add pass-through PackObjectsHook RPCJacob Vosmaer
2021-02-10testhelper: Decrease logging verbosity for PraefectPatrick Steinhardt
2021-02-03Fix usage of the Fatal callPavlo Strokov
2021-01-12testhelper: Deindent block after returnPatrick Steinhardt
2021-01-12testhelper: Add missing documentation of public symbolsPatrick Steinhardt
2021-01-12testhelper: Check errors in testserver handlersPatrick Steinhardt
2021-01-12testhelper: Assert that closing listeners succeedsPatrick Steinhardt
2021-01-12testhelper: Assert that removing temporary paths succeedsPatrick Steinhardt
2021-01-12testhelper: Use test context in `GetTemporaryGitalySocketFileName()`Patrick Steinhardt
2021-01-11grpc: raise minimum TLS version to 1.2Patrick Steinhardt
2021-01-06testhelper: Make `waitHealthy` private and receive a `testing.TB`Patrick Steinhardt
2021-01-06testhelper: Convert `listen()` to receive a `testing.TB`Patrick Steinhardt
2021-01-06testhelper: Convert `NewGitlabTestServer` to receive a testing.TBPatrick Steinhardt
2021-01-06testhelper: Accept `testing.TB` when starting the serverPatrick Steinhardt
2020-12-17hooks: Remove test setups for gitlab-shell configurationPatrick Steinhardt
2020-12-17golangci: Do not use default excludesPatrick Steinhardt
2020-12-03gitaly-hooks: Move EnvForHooks testhelperPatrick Steinhardt
2020-11-30testhelper: Move creation of GRPC serve to server-related codePatrick Steinhardt
2020-11-29gitaly-hooks check: check is not a gitaly hookPavlo Strokov
2020-11-26testhelper: Add option to setup servers with internal socketPatrick Steinhardt
2020-11-19Replace most uses of `ioutil.TempDir()` with `testhelper.TempDir()`Patrick Steinhardt
2020-11-17Inject entire config to GitLab API instantiationPaul Okstad
2020-11-17validate election strategy configurationSami Hiltunen
2020-11-11gitignore: Ignore gitlab-shell data created by testsPatrick Steinhardt
2020-11-08Move GITALY_LOG_DIR into a constantStan Hu
2020-10-20Merge branch 'zj-shell-check-go' into 'master'Pavlo Strokov
2020-10-18optimize structs for bytes allignmentsSon Luong Ngoc
2020-10-15hooks: Check command ported to GoZeger-Jan van de Weg
2020-10-12Add Git LFS smudge filterStan Hu
2020-10-12Remove usage of 'github.com/BurntSushi/toml'Son Luong Ngoc
2020-09-11Parse response form to structZeger-Jan van de Weg
2020-09-11hooks: Fix GitPushOptions for PostReceiveHookZeger-Jan van de Weg
2020-09-09hooks: Remove prereceive hook Ruby implementationZeger-Jan van de Weg
2020-09-08Merge branch 'ps-gitaly-ssh-correlation-id' into 'master'Zeger-Jan van de Weg