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
2018-06-27Reject nested storage pathsJacob Vosmaer (GitLab)
2018-04-26Allow configuration of log levelsZeger-Jan van de Weg
2018-04-06Send gitaly-ruby exceptions to their own DSNJacob Vosmaer (GitLab)
2017-12-19Remove unused GitlabShell helperAlejandro Rodríguez
2017-12-11Set balancer timeouts in testJacob Vosmaer (GitLab)
2017-12-07Restart gitaly-ruby when it uses too much memoryJacob Vosmaer (GitLab)
2017-11-13Implement RepositoryService::FetchSourceBranchJacob Vosmaer (GitLab)
2017-09-30Rate limiterAndrew Newdigate
2017-09-28Fail harder during startup, fix version stringJacob Vosmaer (GitLab)
2017-09-26Make gitaly-ruby config mandatoryJacob Vosmaer (GitLab)
2017-09-22Fix path for gitlab-shell. Also require gitlab-shell path to be setKim "BKC" Carlbäcker
2017-09-15Update grpc-go to 1.6.0Jacob Vosmaer
2017-08-18Fix Repository.FetchRemoteKim "BKC" Carlbäcker
2017-08-15RepositoryService::FetchRemoteKim "BKC" Carlbäcker
2017-08-07Add config for gitlab-shellKim "BKC" Carlbäcker
2017-07-27Implement CommitService.CommitLanguagesJacob Vosmaer (GitLab)
2017-07-18Resolve "Fix bad [[storages]] configuration"Andrew Newdigate
2017-07-12Add config to specify a git binary pathAlejandro Rodríguez
2017-06-20Token authenticationJacob Vosmaer (GitLab)
2017-06-07Logrus downgradeAndrew Newdigate
2017-06-02Merge branch 'master' of gitlab.com:gitlab-org/gitaly into use-sentryAndrew Newdigate
2017-06-02Allow Gitaly to be configured to use histograms for GRPC method callsAndrew Newdigate
2017-05-31Addressed @jacobvosmaer-gitlab’s MR review commentsAndrew Newdigate
2017-05-31Added configurable exception logging to sentry using the raven lib.Andrew Newdigate
2017-05-26Add logrus loggingAndrew Newdigate
2017-04-11Add doc comments in configJacob Vosmaer
2017-04-11Reject empty storage names and pathsJacob Vosmaer
2017-04-11Add config.StoragePath()Jacob Vosmaer
2017-04-11Add config.ValidateStorages()Jacob Vosmaer
2017-04-06Config-file using envconfig and tomlKim "BKC" Carlbäcker