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-06-18Use custom log levels for grpc-goJacob Vosmaer (GitLab)
2018-05-09Remove ruby concurrency limiterJacob Vosmaer (GitLab)
2018-04-30Limit concurrent gitaly-ruby requests from the client sideJacob Vosmaer
2018-04-26Allow configuration of log levelsZeger-Jan van de Weg
2018-04-13Add env var to point to languages.jsonJacob Vosmaer
2018-04-11Make more of the auth code public so we can reuse itJacob Vosmaer (GitLab)
2018-04-06Send gitaly-ruby exceptions to their own DSNJacob Vosmaer (GitLab)
2018-03-14Update some outdated commentsJacob Vosmaer
2018-03-05Use only 1 gitaly-ruby process in testJacob 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-15Merge branch 'better-sentry-correlation' into 'master'Andrew Newdigate
2017-09-15Update grpc-go to 1.6.0Jacob Vosmaer
2017-09-15Better error tracking in sentryAndrew Newdigate
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-07-11Rename auth 'unenforced' to 'transitioning'Jacob Vosmaer
2017-06-30Move middlewares out of internal/serviceJacob Vosmaer
2017-06-20Token authenticationJacob Vosmaer (GitLab)
2017-06-12Removed a one line methodAndrew Newdigate
2017-06-07Formatting fixesAndrew Newdigate
2017-06-07Using grpc-ecosystem loggingAndrew Newdigate
2017-06-07Debug logging fixAndrew 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-06-02GRPC Panics are now being recorded correctlyAndrew Newdigate
2017-05-31Removed context from panic handler for nowAndrew 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-11Use config.StoragePath in GetRepoPathJacob Vosmaer
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-06remove unnecessary assertionsKim "BKC" Carlbäcker
2017-04-06Don't over test thingsKim "BKC" Carlbäcker
2017-04-06Config-file using envconfig and tomlKim "BKC" Carlbäcker