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/ruby
AgeCommit message (Expand)Author
2017-09-27Implement UserCreateTag RPCAhmad Sherif
2017-09-25Implement RepositoryService.UserCreateBranchAlejandro Rodríguez
2017-09-22Implement CreateRepositoryJacob Vosmaer (GitLab)
2017-09-22Implement UserDeleteTag RPCAhmad Sherif
2017-09-20Use gitaly-proto 0.34.0Jacob Vosmaer (GitLab)
2017-09-19Update vendored gitlab_git to 4c6c105909ea610eac7Jacob Vosmaer (GitLab)
2017-09-15Use ruby protobuf 3.4.0.2Jacob Vosmaer
2017-09-15Use grpc 1.6.0Jacob Vosmaer
2017-09-11Fix encoding bug in GitalyServer#gitaly_commit_from_ruggedKim "BKC" Carlbäcker
2017-09-08Reimplement FindAllTags RPC in RubyAhmad Sherif
2017-09-01Update vendor/gitlab_git to b58c4f436abaf646703bdd80f266fa4c0bab2dd2Jacob Vosmaer (GitLab)
2017-08-31Merge branch 'feature/implement-find-branch-rpc' into 'master'Kim Carlbäcker
2017-08-31Use git-linguist to implement CommitLanguagesJacob Vosmaer (GitLab)
2017-08-31Implement FindBranch RPCAhmad Sherif
2017-08-31Use String#b instead of using a #bytes! methodAhmad Sherif
2017-08-31Implement branch operations RPCsAhmad Sherif
2017-08-29Migrate CommitService.CommitStatsKim "BKC" Carlbäcker
2017-08-25Use grpc 1.4.5Jacob Vosmaer (GitLab)
2017-08-24Update gitaly-proto to 0.31.0Jacob Vosmaer
2017-08-23Use a fixed order when auto-loading Ruby filesJacob Vosmaer (GitLab)
2017-08-17Implement DiffService.CommitPatch in the Ruby serverAlejandro Rodríguez
2017-08-16Use charlock_holmes 0.7.5Jacob Vosmaer
2017-08-14Implement CommitService.FindCommitsJacob Vosmaer (GitLab)
2017-08-07Don't count on PID 1 to be the reaperJacob Vosmaer
2017-07-27Implement CommitService.CommitLanguagesJacob Vosmaer (GitLab)