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-26Let client users specify interceptorsash2k/client-fixesMikhail Mazurskiy
2022-08-11golangci-lint: Enforce consistent naming of `testing.TB` variablesPatrick Steinhardt
2022-08-05updateref: Accept object IDs instead of bare stringsPatrick Steinhardt
2022-07-18test: Disable all test with tag sha256Toon Claes
2022-07-15Centralize binary finding logicSami Hiltunen
2022-07-07global: Rewrite callers of `testhelper.ModifyEnvironment()`Patrick Steinhardt
2022-05-20Update go package name from v14 to v15John Cai
2022-04-27config: Drop redundant `Gitaly` prefix from `GitalyInternalSocketPath()`Patrick Steinhardt
2022-04-06server: Allow multiple limit handlersJohn Cai
2022-04-05limithandler: Pave the way for a second limiter typeJohn Cai
2022-01-27Automatically clean up testhelper.ContextSami Hiltunen
2022-01-18Merge branch 'jv-ssh-sidechannel-2' into 'master'Patrick Steinhardt
2022-01-17gitaly-ssh: add sidechannel support for upload-packJacob Vosmaer
2022-01-17testhelper: ModifyEnvironment cleans after itselfToon Claes
2022-01-11updateref: Drop unused Gitaly configurationPatrick Steinhardt
2022-01-11gittest: Provide helper function to create command factoriesPatrick Steinhardt
2021-12-21hook: Resolve Git binary path via command factoryPatrick Steinhardt
2021-12-21tests: Convert tests to use Git exec helperPatrick Steinhardt
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