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
2017-09-27Return pre-receive errors in UserDeleteTag responseAhmad Sherif
2017-09-27Implement UserCreateTag RPCAhmad Sherif
2017-09-26Make gitaly-ruby config mandatoryJacob Vosmaer (GitLab)
2017-09-26Version 0.41.0v0.41.0Alejandro Rodríguez
2017-09-25Implement RepositoryService.UserCreateBranchAlejandro Rodríguez
2017-09-25Remove support for legacy services not ending in 'Service'Jacob Vosmaer
2017-09-22Fix path for gitlab-shell. Also require gitlab-shell path to be setKim "BKC" Carlbäcker
2017-09-22Implement CreateRepositoryJacob Vosmaer (GitLab)
2017-09-22Implement UserDeleteTag RPCAhmad Sherif
2017-09-19Update vendored gitlab_git to 4c6c105909ea610eac7Jacob 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-14Version 0.40.0v0.40.0Ahmad Sherif
2017-09-14Handle git dates larger than golang's and protobuf's limitsAlejandro Rodríguez
2017-09-14Merge branch 'fix/last-commit-for-id-for-tree-root' into 'master'Kim Carlbäcker
2017-09-13Fix LastCommitForPath handling of tree rootAhmad Sherif
2017-09-13Consume diff binary notice as a patchAhmad Sherif
2017-09-12Fix diff parsing when the last 10 bytes of a stream contain newlinesAhmad Sherif
2017-09-12Don't use 'bundle show' to find LinguistJacob Vosmaer (GitLab)
2017-09-11Use context cancellation instead of command.CloseJacob Vosmaer (GitLab)
2017-09-11Version 0.39.0v0.39.0Kim "BKC" Carlbäcker
2017-09-11Fix encoding bug in GitalyServer#gitaly_commit_from_ruggedKim "BKC" Carlbäcker
2017-09-08Add missing changelog for MR 330Jacob Vosmaer
2017-09-08Reimplement FindAllTags RPC in RubyAhmad Sherif
2017-09-06Version 0.38.0v0.38.0Alejandro Rodríguez
2017-09-05Populate `flat_path` field of `TreeEntry`sAlejandro Rodríguez
2017-09-05Add missing cmd.Close in log.GetCommitJacob Vosmaer (GitLab)
2017-09-01Update vendor/gitlab_git to b58c4f436abaf646703bdd80f266fa4c0bab2dd2Jacob Vosmaer (GitLab)
2017-08-31Version 0.37.0v0.37.0Ahmad Sherif
2017-08-31Fix a changelog entryAhmad Sherif
2017-08-31Merge branch 'feature/implement-find-branch-rpc' into 'master'Kim Carlbäcker
2017-08-31Version 0.36.0v0.36.0Jacob Vosmaer
2017-08-31Use git-linguist to implement CommitLanguagesJacob Vosmaer (GitLab)
2017-08-31Implement FindBranch RPCAhmad Sherif
2017-08-31Implement branch operations RPCsAhmad Sherif
2017-08-31Terminate commands when their context cancelsJacob Vosmaer (GitLab)
2017-08-31Version 0.35.0v0.35.0Ahmad Sherif
2017-08-31Restore support for custom environment variablesJacob Vosmaer (GitLab)
2017-08-31Use bufio.Reader instead of bufio.Scanner for lines.SendAhmad Sherif
2017-08-30Merge branch '480-commit-stat-ruby' into 'master'Alejandro Rodríguez
2017-08-29Merge branch 'export-git-debugging-env-vars' into 'master'Andrew Newdigate
2017-08-29Migrate CommitService.CommitStatsKim "BKC" Carlbäcker
2017-08-29Version 0.34.0v0.34.0Kim "BKC" Carlbäcker
2017-08-29Export environment variables for git debuggingAndrew Newdigate
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-25Use grpc 1.4.5Jacob Vosmaer (GitLab)
2017-08-23Use a fixed order when auto-loading Ruby filesJacob Vosmaer (GitLab)
2017-08-22Respawn gitaly-ruby when it crashesJacob Vosmaer (GitLab)
2017-08-18Fix Repository.FetchRemoteKim "BKC" Carlbäcker