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
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
2016-12-23Use envconfig package for configurations settingAhmad Sherif
2016-12-23Just build everything in ./cmdJacob Vosmaer
2016-12-21Add Prometheus metrics servingAlejandro Rodríguez
2016-12-20Rename package to gitalyAhmad Sherif
2016-12-16Restructure client/server communication around Protobuf-serialized messagesAhmad Sherif
2016-12-12Make the server command to actually stop gracefullyPablo Carranza
2016-12-07Implement a client to forward git commands to a serverAhmad Sherif
2016-12-02Allow the server to execute commandsAhmad Sherif
2016-11-29Changed server API to use the new onePablo Carranza