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-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
2016-11-29Initial server working and replying to an echoPablo Carranza
2016-11-29Add makefile to build the whole thingPablo Carranza
2016-11-29Add initial server that just listens on a port and echoes to stdoutPablo Carranza