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-04-17Add support for FIPS encryptionsh-fips-modeStan Hu
2022-04-07Merge branch 'jc-rate-limiter' into 'master'John Cai
2022-04-06Include rate limiter as a middleware in GitalyJohn Cai
2022-04-06server: Allow multiple limit handlersJohn Cai
2022-04-05limithandler: Pave the way for a second limiter typeJohn Cai
2022-03-28maintenance: Move StartWorkers from server to maintenance packageJohn Cai
2022-03-25maintenance: Call housekeeping manager's OptimizeRepository directlyJohn Cai
2022-03-25server: Pass in generic WorkerFunc into StartWorkersJohn Cai
2022-03-21gitaly/config: Introduce runtime directory configurationPatrick Steinhardt
2022-03-18housekeeping: Fix Prometheus metrics' latency bucketspks-housekeeping-track-total-count-of-optimizationsPatrick Steinhardt
2022-02-21gitaly: Fix missing housekeeping manager dependencyPatrick Steinhardt
2022-02-16housekeeping: Create new manager to host stateful logicPatrick Steinhardt
2022-01-24streamcache: Move metric tracking whether cache is enabled or notPatrick Steinhardt
2022-01-24services: Inject hooks updaterPatrick Steinhardt
2022-01-24services: Inject Git2go executorPatrick Steinhardt
2022-01-14git: Move Git version detection into command factoryPatrick Steinhardt
2022-01-14cmd/gitaly: Reuse Git version informationPatrick Steinhardt
2022-01-11cmd/gitaly: Use option to skip hooksPatrick Steinhardt
2022-01-11git: Allow command factories to set up statePatrick Steinhardt
2022-01-11cmd/gitaly: Deduplicate creation of command factoriesPatrick Steinhardt
2022-01-06metrics: Total amount of connections to the servicePavlo Strokov
2021-12-21hook: Resolve Git binary path via command factoryPatrick Steinhardt
2021-12-21rubyserver: Resolve Git binary path via command factoryPatrick Steinhardt
2021-12-21linguist: Resolve Git binary path via command factoryPatrick Steinhardt
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