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
2020-01-23Clarify source of gitaly-ruby errors in logsWill Chandler
2019-11-27Generalize internal gitaly socket dirJohn Cai
2019-11-21Replace depracated grpc.WithDialerMateusz Nowotynski
2019-11-19Allow socket dir for Gitaly-Ruby to be configuredZeger-Jan van de Weg
2019-10-31Adding sentry config to praefectJohn Cai
2019-10-09Upgrade GRPC to 1.24.0John Cai
2019-10-02Rename git_config_search_path -> rugged_git_config_search_pathStan Hu
2019-10-02Support configurable Git config search path for RuggedStan Hu
2019-10-01Migrate hooks to use go binaryJohn Cai
2019-09-03main: start ruby server after opening network listenersJacob Vosmaer
2019-07-31Use embedded Go stubs for gitaly-protoJacob Vosmaer
2019-06-27Pass down log config through env varsJohn Cai
2019-06-04Make catfile cache size configurableJacob Vosmaer
2019-05-02feat: add sentry environmentRoger Meier
2019-02-28Try to resolve flaky TestRemoval balancer testJacob Vosmaer
2019-02-14Bring back a custom dialler for Gitaly RubyAndrew Newdigate
2019-01-14Replace net/context with context packageZeger-Jan van de Weg
2019-01-11Add distributed tracing support with LabKitAndrew Newdigate
2018-12-04Update to latest goimports formattingJacob Vosmaer
2018-11-22Propagate correlation-ids in from upstream services and out to Gitaly-RubyAndrew Newdigate
2018-11-16Upgrade grpc-go from v1.9.1 to v1.16.0 in preparation for correlation idsAndrew Newdigate
2018-10-24Make git hooks self healingZeger-Jan van de Weg
2018-10-16Standardize git command invocationAlejandro Rodríguez
2018-10-15Fix formattingAlejandro Rodríguez
2018-10-11Force english output on git commandsAlejandro Rodríguez
2018-10-04Rename gitaly proto import to gitalypbZeger-Jan van de Weg
2018-06-08Try to fix flaky rubyserver.TestRemovals testJacob Vosmaer (GitLab)
2018-06-05Simplify and rename AssertGrpcErrorJacob Vosmaer (GitLab)
2018-05-16Use round robin load balancing instead of 'pick first' for gitaly-rubyJacob Vosmaer (GitLab)
2018-05-09Remove ruby concurrency limiterJacob Vosmaer (GitLab)
2018-04-30Limit concurrent gitaly-ruby requests from the client sideJacob Vosmaer
2018-04-23Extend startup timeout for ping testJacob Vosmaer
2018-04-23Stop worker monitors in testJacob Vosmaer (GitLab)
2018-04-19Add health checks for gitaly-rubyJacob Vosmaer (GitLab)
2018-04-06Send gitaly-ruby exceptions to their own DSNJacob Vosmaer (GitLab)
2018-03-29Add handling for large commit and tag messagesAhmad Sherif
2018-03-05Use only 1 gitaly-ruby process in testJacob Vosmaer (GitLab)
2018-02-22Send gitaly-ruby exceptions to SentryAhmad Sherif
2018-01-29Wait between ruby worker removal from pool and graceful shutdownJacob Vosmaer (GitLab)
2018-01-18Implement GetLFSPointers RPCAhmad Sherif
2018-01-12Check repo existence before passing to gitaly-rubyJacob Vosmaer (GitLab)
2017-12-20Merge branch '840-make-gitlab-git-gitlabprojects-not-work-with-storage-paths'...Alejandro Rodríguez
2017-12-15Incorporate RemoteServiceAlejandro Rodríguez
2017-12-15Pass storage_path to gitaly-rubyAlejandro Rodríguez
2017-12-08Incorporate ConflictsServiceAlejandro Rodríguez
2017-12-07Restart gitaly-ruby when it uses too much memoryJacob Vosmaer (GitLab)
2017-12-06Increase default gitaly-ruby connection timeout to 40sAlejandro Rodríguez
2017-11-21Run gitaly-ruby in the same directory as gitalyJacob Vosmaer (GitLab)
2017-11-14Track gitaly-sidecar connections in prometheusKim "BKC" Carlbäcker
2017-11-13Implement RepositoryService::FetchSourceBranchJacob Vosmaer (GitLab)