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-12-15limithandler: Refactor package to not use global statePatrick Steinhardt
2021-12-15gitaly: Inject the limit handlerPatrick Steinhardt
2021-12-03featureflag: Consolidate feature flags context APIPatrick Steinhardt
2021-12-01testhelper: Improve creation of loggersPatrick Steinhardt
2021-10-26testhelper: Move build helpers into the testcfg packagePatrick Steinhardt
2021-10-08gitaly-ssh: Inject test certificate into system storePatrick Steinhardt
2021-10-07testhelper: Unify setup of test suitesPatrick Steinhardt
2021-09-06updateref: Rename `Wait()` to `Commit()`Patrick Steinhardt
2021-08-30gitlab: Generalize GitLab mock clientPatrick Steinhardt
2021-08-12testhelper: Rename `ConfigureGitalySSHBin()`Patrick Steinhardt
2021-08-12testhelper: Rename `ConfigureGitalyHooksBin()`Patrick Steinhardt
2021-07-27lint: Fix deprecated import github.com/golang/protobuf/jsonpbPavlo Strokov
2021-05-27Create module v14 gitaly versionPavlo Strokov
2021-05-17server: Use injected Cache as cache invalidatorPatrick Steinhardt
2021-05-11updateref: Convert to use git.RepositoryExecutor interfacePatrick Steinhardt
2021-05-11Replace MustRunCommand with gittest.Exec in gitaly-sshPavlo Strokov
2021-04-27gitlab: Split out and rename mock clientPatrick Steinhardt
2021-04-27gitlab: Move client for GitLab's internal API into separate packagePatrick Steinhardt
2021-04-23testhelper: Convert `TempDir()` to use `t.Cleanup()`Patrick Steinhardt
2021-04-15Remove config.Config from gitaly-ssh packagePavlo Strokov
2021-04-12Change registration of the gitaly services on the gRPC serverPavlo Strokov
2021-04-07dependency inject backchannel registry into Gitaly componentsSami Hiltunen
2021-03-18Linguist converted into an instantiation dependencyPavlo Strokov
2021-03-11git: Drop `GlobalOption`s from `NewWithoutRepo()`Patrick Steinhardt
2021-03-01testhelper: Move repository helpers into `gittest`Patrick Steinhardt
2021-02-21Removal of config.Config from the buildCommandPavlo Strokov
2021-02-17Gitaly-ruby server should be a provided dependencyPavlo Strokov
2021-02-05Injection of the git.CommandFactory into updateref packagePavlo Strokov
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-18Broke dependency of updateref on config.ConfigPavlo Strokov
2021-01-14updateref: Convert interface to accept ReferenceNamesPatrick Steinhardt
2021-01-14git: Rename SafeBareCmd() to NewCommandWithoutRepository()Patrick Steinhardt
2021-01-14git: Drop unused env parameter for SafeBareCmd()Patrick Steinhardt
2021-01-14git: Convert SafeBareCmd() invocations to use WithEnv()Patrick Steinhardt
2021-01-12testhelper: Use test context in `GetTemporaryGitalySocketFileName()`Patrick Steinhardt
2020-12-15git: Drop `CmdStream` parameter from `SafeBareCmd`Patrick Steinhardt
2020-12-03Merge branch 'po-golang-upgrade-1-15' into 'master'Zeger-Jan van de Weg
2020-12-03Support Golang v1.14 and v1.15 in CIPaul Okstad
2020-12-03Inject locator into Hook manager to resolve repository pathPavlo Strokov
2020-11-29Removal of command.GitPath()Pavlo Strokov
2020-11-26gitaly-ssh: Set up hook servicePatrick Steinhardt
2020-11-24gitaly-ssh: Move "gitaly.socket" into global test directoryPatrick Steinhardt
2020-11-19gitaly-ssh: Convert to use `testhelper.NewTestRepo()`Patrick Steinhardt
2020-11-17testhelper: Have Configure() return cleanup functionPatrick Steinhardt
2020-11-17tests: Unify test setupPatrick Steinhardt
2020-10-30dependency inject connection pool in to the operations serverSami Hiltunen
2020-09-13Use filepath package to manipulate file pathsMikhail Mazurskiy
2020-09-10hook: Convert hook.Manager to an interfacePatrick Steinhardt