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
path: root/cmd
AgeCommit message (Expand)Author
2018-10-15Fix formattingAlejandro Rodríguez
2018-10-04Rename gitaly proto import to gitalypbZeger-Jan van de Weg
2018-04-10Make it a fatal error if gitaly-ruby can't startJacob Vosmaer (GitLab)
2018-03-13Implement SSHService.SSHUploadArchive RPCAlejandro Rodríguez
2018-01-19Add automatic tempdir cleanerJacob Vosmaer
2017-11-21Include pprof debug access in the Prometheus listenerAndrew Newdigate
2017-10-10Merge branch 'improve-load-colors-error' into 'master'Alejandro Rodríguez
2017-10-10Include git-version in gitaly_build_info metricsKim "BKC" Carlbäcker
2017-10-10Improve 'load colors' error messageJacob Vosmaer
2017-09-30Rate limiterAndrew Newdigate
2017-09-29Implement cmd/gitaly-ssh commandKim "BKC" Carlbäcker
2017-09-28Fail harder during startup, fix version stringJacob Vosmaer (GitLab)
2017-09-15Update grpc-go to 1.6.0Jacob Vosmaer
2017-09-06Re-use gitaly-ruby client connectionJacob Vosmaer
2017-08-31Use git-linguist to implement CommitLanguagesJacob Vosmaer (GitLab)
2017-08-25Add signal handler for ruby socket cleanup on shutdownJacob Vosmaer (GitLab)
2017-07-27Implement CommitService.CommitLanguagesJacob Vosmaer (GitLab)
2017-07-18Version without Build TimeAndrew Newdigate
2017-06-21Add `-help` and `-version` flags to the Gitaly CLIAndrew Newdigate
2017-06-20Token authenticationJacob Vosmaer (GitLab)
2017-06-07Removing gitalyclientAndrew Newdigate
2017-06-07Using field extractors to automatically log the repoAndrew Newdigate
2017-06-07Using grpc-ecosystem loggingAndrew Newdigate
2017-06-02Fixed orderAndrew Newdigate
2017-06-02Adjusted order so that panic handler is the last middlewareAndrew 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-02Merge branch 'master' of gitlab.com:gitlab-org/gitaly into use-sentryAndrew Newdigate
2017-06-02Ensure that grpc server log messages are sent to logrusAndrew Newdigate
2017-06-02GRPC Panics are now being recorded correctlyAndrew Newdigate
2017-05-31Merge branch 'master' of gitlab.com:gitlab-org/gitaly into use-sentryAndrew Newdigate
2017-05-31Resolve "Gitaly should expose the current version through a Prometheus metric"Andrew Newdigate
2017-05-31Added configurable exception logging to sentry using the raven lib.Andrew Newdigate
2017-05-26Add logrus loggingAndrew Newdigate
2017-05-11Count accepted gRPC connectionsJacob Vosmaer
2017-05-10Log access and errors from interceptorsJacob Vosmaer
2017-04-11Add config.ValidateStorages()Jacob Vosmaer
2017-04-06Config-file using envconfig and tomlKim "BKC" Carlbäcker
2017-03-31Add insecure TCP listener to GitalyJacob Vosmaer
2017-03-24Print version upon startupAhmad Sherif
2017-02-14Handle panics in grpc methods gracefullyAndrew Newdigate
2017-02-14Add Chained middlewares to the grpc serverAndrew Newdigate
2017-02-14LintingAndrew Newdigate
2017-02-10Grpc prometheus monitoringAndrew Newdigate
2017-02-07Use gRPC instead of HTTP+JSONAhmad Sherif
2017-01-25All packages should be internal by defaultJacob Vosmaer
2017-01-06Add router and a sample route handlerAlejandro Rodríguez
2017-01-05Remove TCP/Protobuf client-server codeJacob Vosmaer
2016-12-23Remove server signal handlerAhmad Sherif
2016-12-23Replace old TCP server with an HTTP serverAhmad Sherif