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
2019-12-10Fix structured startup loggingJohn Cai
2019-12-06Merge branch 'jc-configure-prometheus-histogram-buckets' into 'master'Paul Okstad
2019-12-05Move prometheus config to its own packageJohn Cai
2019-12-04Move bootstrap env vars into bootstrap constructorjramsay
2019-12-03Revert "Merge branch 'jc-fix-unstructured-startup-logging' into 'master'"Jacob Vosmaer
2019-12-01Configure logging as early as possiblejramsay
2019-11-27Generalize internal gitaly socket dirJohn Cai
2019-11-27Wire in bootstrap package for praefect for zero downtime deployJohn Cai
2019-11-22Add labkit healthcheck with fixJohn Cai
2019-11-20Revert "Merge branch 'move-healthcheck-to-labkit' into 'master'"John Cai
2019-11-19Move over to Labkit Healthcheck endpointAndrew Newdigate
2019-10-31Adding sentry config to praefectJohn Cai
2019-09-03main: start ruby server after opening network listenersJacob Vosmaer
2019-06-27Add filesystem metadata file on startupJohn Cai
2019-06-04Make catfile cache size configurableJacob Vosmaer
2019-06-04Wait for all the socket on graceful restartAlessio Caiazza
2019-04-05Zero downtime deploymentAlessio Caiazza
2019-01-11Add distributed tracing support with LabKitAndrew Newdigate
2018-12-04Add tls configuration to gitaly golang serverAhmad Hassan
2018-10-15Fix formattingAlejandro Rodríguez
2018-04-10Make it a fatal error if gitaly-ruby can't startJacob Vosmaer (GitLab)
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-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-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