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-03-18Linguist converted into an instantiation dependencyPavlo Strokov
2021-03-01testhelper: Move repository helpers into `gittest`Patrick Steinhardt
2021-03-01testhelper: Move hook helpers into `gittest`Patrick Steinhardt
2021-02-17Gitaly-ruby server should be a provided dependencyPavlo 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-11disable feature flag loggingSami Hiltunen
2021-02-03Refactoring of the gitaly gRPC server creationPavlo Strokov
2021-01-29repository: Inject transaction transaction managerPatrick Steinhardt
2021-01-29hook: Dependency-inject transaction managerPatrick Steinhardt
2021-01-27remove duplicated logging interceptorSami Hiltunen
2021-01-26Git command factory injected in to objectpoolPavlo Strokov
2021-01-20Track feature flags used for RPC callPavlo Strokov
2021-01-14cache: Make locator available to the LeaseKeyerPatrick Steinhardt
2021-01-14cache: Introduce a constructor for the LeaseKeyer structPatrick Steinhardt
2021-01-12testhelper: Use test context in `GetTemporaryGitalySocketFileName()`Patrick Steinhardt
2021-01-12testhelper: Use test context in `WriteExecutable()`Patrick Steinhardt
2021-01-11Merge branch 'pks-grpc-tls-1.2' into 'master'Paul Okstad
2021-01-11Merge branch 'avar/port-user-tag-create-to-go' into 'master'Toon Claes
2021-01-11grpc: raise minimum TLS version to 1.2Patrick Steinhardt
2021-01-11grpc: Convert from `NewServerTLSFromCert` to `NewTLS`Patrick Steinhardt
2021-01-11grpc: Convert from `NewClientTLSFromCert` to `NewTLS`Patrick Steinhardt
2021-01-11Merge branch 'ps-cleanup-global-config-usage' into 'master'James Fargher
2021-01-08Port UserCreateTag to GoÆvar Arnfjörð Bjarmason
2021-01-07Merge branch 'cmd-stats-concurrent-log' into 'master'Patrick Steinhardt
2020-12-29Extract config.Config from ConfigureConcurrencyLimitsPavlo Strokov
2020-12-24Remove dependency on config.Config from gitaly server factoryPavlo Strokov
2020-12-21Make command stats logging concurrency-safeIgor Wiedler
2020-12-17Makefile: Remove authentication ldflag hackPatrick Steinhardt
2020-12-17auth: Rename `timestampThreshold` to `tokenValidityDuration`Patrick Steinhardt
2020-12-15Auth tests: use testhelper.GetLocalhostListener(t)Ævar Arnfjörð Bjarmason
2020-12-15Auth tests: do not hardcode port 9999Ævar Arnfjörð Bjarmason
2020-12-03Support Golang v1.14 and v1.15 in CIPaul Okstad
2020-11-24gitignore: Remove now unneeded testdata patternsPatrick Steinhardt
2020-11-24server: Move "gitlab-shell" data into temporary directoryPatrick Steinhardt
2020-11-20Unbound initialization and validation funcs from global ConfigPavlo Strokov
2020-11-17testhelper: Have Configure() return cleanup functionPatrick Steinhardt
2020-11-17tests: Unify test setupPatrick Steinhardt
2020-11-17server: Stop Ruby sidecar in server testsPatrick Steinhardt
2020-11-11gitignore: Ignore gitlab-shell data created by testsPatrick Steinhardt
2020-11-09correctly inject connection pool to gitaly server factorySami Hiltunen
2020-10-30dependency inject connection pool in to the operations serverSami Hiltunen
2020-09-17listen on localhost in testsSami Hiltunen
2020-09-14maintenance: Move into gitaly packagePatrick Steinhardt
2020-09-10hook: Convert hook.Manager to an interfacePatrick Steinhardt
2020-09-09gitaly: Refactor server setup to take a hook managerPatrick Steinhardt
2020-09-08hook: Move GitLab access code into `internal/hook`Patrick Steinhardt
2020-09-07gitaly: Move Gitaly-specific code into `internal/gitaly`Patrick Steinhardt