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
2021-09-29Merge branch 'smh-test-with-per-repo' into 'master'Toon Claes
2021-09-24Skip NamespaceService tests when testing with PraefectSami Hiltunen
2021-09-24Use PerRepositoryElector in test-with-praefectSami Hiltunen
2021-09-23testserver: Extract database info from `gdk env`Patrick Steinhardt
2021-09-20Merge branch 'pks-go-drop-1.15-support' into 'master'Toon Claes
2021-09-20global: Replace deprecated usage of `ioutil.WriteFile()`Patrick Steinhardt
2021-09-20global: Replace deprecated usage of `ioutil.TempFile()`Patrick Steinhardt
2021-09-20global: Replace deprecated usage of `ioutil.TempDir()`Patrick Steinhardt
2021-09-20global: Replace deprecated usage of `ioutil.ReadFile()`Patrick Steinhardt
2021-09-20global: Replace deprecated usage of `ioutil.Discard`Patrick Steinhardt
2021-09-20helper: Move metatada-helpers into the metadata packagePatrick Steinhardt
2021-08-31Merge branch '14-3-sh-pack-objects-hook-cfg' into 'master'Sami Hiltunen
2021-08-31Only activate Git pack-objects hook if cache is enabledStan Hu
2021-08-31global: Reformat sources with gofumptPatrick Steinhardt
2021-08-30gitlab: Generalize GitLab mock clientPatrick Steinhardt
2021-08-25Makefile: Do not build Praefect binary for tests anymorePatrick Steinhardt
2021-08-25testserver: Build Praefect executable ad-hocPatrick Steinhardt
2021-08-25testhelper: Do not copy binaries in case they already existPatrick Steinhardt
2021-08-25coordinator: Fix modification of envvars to change testing behaviourPatrick Steinhardt
2021-08-20golangci-lint: Switch from deprecated golint linter to revivePatrick Steinhardt
2021-08-19test: Rename GetDB to NewDBPavlo Strokov
2021-08-12testhelper: Fix timeouts when building executablesPatrick Steinhardt
2021-08-12testhelper: Use CopyFile to copy binariesPatrick Steinhardt
2021-08-12testhelper: Rename `ConfigureGitalySSHBin()`Patrick Steinhardt
2021-08-12testhelper: Rename `ConfigureGitalyHooksBin()`Patrick Steinhardt
2021-08-12testhelper: Rename `ConfigureGitalyLfsSmudge()`Patrick Steinhardt
2021-08-12testhelper: Rename `ConfigureGitalyGit2GoBin()`Patrick Steinhardt
2021-08-12testhelper: Move helpers to build binaries into separate filePatrick Steinhardt
2021-08-12Merge branch 'ps-unit-tests-use-postgres' into 'master'Sami Hiltunen
2021-08-09Replace in-memory queue with Postgres implementationPavlo Strokov
2021-08-09lint: Handle error returned by os.RemoveAllPavlo Strokov
2021-08-05gittest: Rename `CloneRepoAtStorage()` to `CloneRepo()`Patrick Steinhardt
2021-08-05gittest: Drop cleanup function from `CloneRepoAtStorage()`Patrick Steinhardt
2021-08-05gittest: Make relative path of `CloneRepoAtStorage` optionalPatrick Steinhardt
2021-08-05gittest: Drop `CloneRepoAtStorageRoot()`Patrick Steinhardt
2021-07-29lint: Fix deprecated import github.com/golang/protobuf/ptypesPavlo Strokov
2021-07-28lint: Fix deprecated import github.com/golang/protobuf/protoPavlo Strokov
2021-07-22storage: Move module into `internal/gitaly`Patrick Steinhardt
2021-07-22Merge branch 'jv-pack-objects-cache-dependency' into 'master'Ævar Arnfjörð Bjarmason
2021-07-16Use service.Dependencies to inject pack-objects cacheJacob Vosmaer
2021-07-16Merge branch 'ps-relocate-gitlab-test-server' into 'master'Patrick Steinhardt
2021-07-12Merge branch 'ps-code-style-fix' into 'master'Zeger-Jan van de Weg
2021-07-12Remove unused declarationsPavlo Strokov
2021-07-12Relocate WriteTemporaryGitalyConfigFilePavlo Strokov
2021-07-12Relocate GitLab HTTP test server from testhelper packagePavlo Strokov
2021-07-12Extract a testhelper for setting healthy nodes in the databaseSami Hiltunen
2021-07-09global: Convert users to use feature flag receiverPatrick Steinhardt
2021-07-08testserver: Ensure Gitaly is healthy when using Praefect proxyPatrick Steinhardt
2021-07-06Merge branch 'ps-parallel-test-run' into 'master'Sami Hiltunen
2021-07-01Merge branch 'pks-coordinator-racy-grpc-error-handling' into 'master'Toon Claes