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
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)
2017-10-20Pass repo git alternate dirs to gitaly-rubyAhmad Sherif
2017-10-15Implement WikiWritePage RPCAhmad Sherif
2017-10-10Implement OperationService::UserMergeBranchJacob Vosmaer
2017-09-25Implement RepositoryService.UserCreateBranchAlejandro Rodríguez
2017-09-22Implement CreateRepositoryJacob Vosmaer (GitLab)
2017-09-22Implement UserDeleteTag RPCAhmad Sherif
2017-09-15Update grpc-go to 1.6.0Jacob Vosmaer
2017-09-11Use context cancellation instead of command.CloseJacob Vosmaer (GitLab)
2017-09-06Re-use gitaly-ruby client connectionJacob Vosmaer
2017-09-05Add missing cmd.Close in log.GetCommitJacob Vosmaer (GitLab)
2017-08-31Implement branch operations RPCsAhmad Sherif
2017-08-29Migrate CommitService.CommitStatsKim "BKC" Carlbäcker
2017-08-28Monitor gitaly-ruby RSS via PrometheusJacob Vosmaer (GitLab)
2017-08-25Add signal handler for ruby socket cleanup on shutdownJacob Vosmaer (GitLab)
2017-08-17Implement DiffService.CommitPatch in the Ruby serverAlejandro Rodríguez
2017-08-14Implement CommitService.FindCommitsJacob Vosmaer (GitLab)
2017-08-07Don't count on PID 1 to be the reaperJacob Vosmaer
2017-08-03Increase gitaly-ruby connection timeout to 20sJacob Vosmaer
2017-07-27Implement CommitService.CommitLanguagesJacob Vosmaer (GitLab)