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
2021-08-09lint: Handle error returned by os.RemovePavlo Strokov
2021-08-09lint: Handle error returned by os.RemoveAllPavlo Strokov
2021-06-08Make gitaly supervisor configuration localPavlo Strokov
2021-05-27Create module v14 gitaly versionPavlo Strokov
2021-04-21Use promauto to register Prometheus metricsSashi Kumar
2021-02-10supervisor: Configure testhelper to reduce log verbosityPatrick Steinhardt
2020-11-17tests: Don't call log.Fatal in test setupsPatrick Steinhardt
2020-09-13Use filepath package to manipulate file pathsMikhail Mazurskiy
2020-08-06Feature flags enabling for tests.Pavlo Strokov
2019-06-07Fix Prometheus metric naming errorsBen Kochie
2019-06-05Replace govendor with 'go mod'Jacob Vosmaer
2019-05-31Typo FixesYoginth
2019-05-21Restore FreeBSD compatibilityAlessio Caiazza
2019-03-20Introduce text.ChompBytes helperJacob Vosmaer
2019-02-22Propagate tracing information to Gitaly-RubyAndrew Newdigate
2018-10-15Fix formattingAlejandro Rodríguez
2018-04-19Add health checks for gitaly-rubyJacob Vosmaer (GitLab)
2017-12-15Eagerly close logrus writer pipesJacob Vosmaer (GitLab)
2017-12-15Fix broken Ruby test setup in CIJacob Vosmaer
2017-12-07Restart gitaly-ruby when it uses too much memoryJacob Vosmaer (GitLab)
2017-09-15Update grpc-go to 1.6.0Jacob Vosmaer
2017-09-15Wait for monitor goroutine to return during supervisor shutdownJacob Vosmaer (GitLab)
2017-09-05Add missing cmd.Close in log.GetCommitJacob Vosmaer (GitLab)
2017-08-29Merge branch 'export-git-debugging-env-vars' into 'master'Andrew Newdigate
2017-08-29Export environment variables for git debuggingAndrew Newdigate
2017-08-28Monitor gitaly-ruby RSS via PrometheusJacob Vosmaer (GitLab)
2017-08-22Respawn gitaly-ruby when it crashesJacob Vosmaer (GitLab)
2017-07-27Implement CommitService.CommitLanguagesJacob Vosmaer (GitLab)