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-13bootstrap: Use ticker to get rid of test timeoutsPatrick Steinhardt
2021-10-08bootstrap: Abstract bootstrapper for testingPavlo Strokov
2021-09-13config: Extend error from loadConfig() with contextPavlo Strokov
2021-08-31global: Reformat sources with gofumptPatrick Steinhardt
2021-08-26FindLicense: Implement license finding in GoKirill
2021-08-04gitlabclient: Finalize HTTP responsePavlo Strokov
2021-07-22tempdir: Convert to use the locatorPatrick Steinhardt
2021-07-22storage: Move module into `internal/gitaly`Patrick Steinhardt
2021-07-16Use service.Dependencies to inject pack-objects cacheJacob Vosmaer
2021-05-27Create module v14 gitaly versionPavlo Strokov
2021-05-21catfile: Allow stopping the cache monitorPatrick Steinhardt
2021-05-19server: Inject logger into server factoryPatrick Steinhardt
2021-05-17cache: Move metrics into `Cache` structurePatrick Steinhardt
2021-05-17server: Use injected Cache as cache invalidatorPatrick Steinhardt
2021-05-17cache: Implement Leaser interface for `Cache` structurePatrick Steinhardt
2021-05-17service: Inject disk cache as service dependenciesPatrick Steinhardt
2021-05-11catfile: Convert to use git.RepositoryExecutor interfacePatrick Steinhardt
2021-05-10Merge branch 'pks-catfile-drop-global' into 'master'Sami Hiltunen
2021-05-10Close internal socket after the external onesSami Hiltunen
2021-05-10catfile: Move metrics into BatchCache structurePatrick Steinhardt
2021-05-10service: Set up catfile cache as global dependencyPatrick Steinhardt
2021-05-07Do not handover internal socket during upgradesSami Hiltunen
2021-04-27gitlab: Implement metric to measure latency of API callsPatrick Steinhardt
2021-04-27gitlab: Merge client and API implementationsPatrick Steinhardt
2021-04-27gitlab: Move client for GitLab's internal API into separate packagePatrick Steinhardt
2021-04-12Change registration of the gitaly services on the gRPC serverPavlo Strokov
2021-04-07dependency inject backchannel registry into Gitaly componentsSami Hiltunen
2021-04-01git: Refactor version interfacePatrick Steinhardt
2021-03-31git: Move invalid commands metric into into command factoryPatrick Steinhardt
2021-03-18Linguist converted into an instantiation dependencyPavlo Strokov
2021-03-04inject loggers into log.ConfigureSami Hiltunen
2021-02-23Removal of the config.Config from production codePavlo Strokov
2021-02-17Gitaly-ruby server should be a provided dependencyPavlo Strokov
2021-02-11Replace usage of git.NewCommandWithoutRepo with factory methodPavlo Strokov
2021-02-05Fix premature cgroups cleanupAhmad Sherif
2021-02-03Fix usage of the Fatal callPavlo Strokov
2021-02-03Fix execution of deferred statement in the gitaly main funcPavlo 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-11Merge branch 'ps-cleanup-global-config-usage' into 'master'James Fargher
2021-01-11Merge branch 'ps-log-configuration' into 'master'James Fargher
2020-12-29Extract config.Config from StartCleaningPavlo Strokov
2020-12-29Extract config.Config from ConfigureConcurrencyLimitsPavlo Strokov
2020-12-28Reduce dependency of the log on config.ConfigPavlo Strokov
2020-12-24Substitute config.Config with passed in parameterPavlo Strokov
2020-12-24Remove dependency on config.Config from gitaly server factoryPavlo Strokov
2020-12-16stub out hook manager when hooks are disabled in testsSami Hiltunen