Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-06-19Pass Gitaly token on Ruby gRPC requestsJacob Vosmaer
2017-06-15Stop using deprecated `path` field on Gitaly messagesAlejandro Rodríguez
This revealed an error in our configuration generation in gitlab:gitaly:install rake task. The fix is included
2017-06-02Use the new Gitaly CommitDiff RPCAhmad Sherif
2017-05-18Incorporate Gitaly's local_branches operation into repo codeAlejandro Rodríguez
2017-05-13Add support for deltas_only under GitalyAhmad Sherif
Closes gitaly#199
2017-05-10Enable the Style/TrailingCommaInArguments copRémy Coutable
Use the EnforcedStyleForMultiline: no_comma option. Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-05-08Remove stubbing from Gitlab::GitalyClient::Commit specsAhmad Sherif
Closes gitaly#198
2017-05-01Auto-correct `RSpec/DescribedClass` violationsRobert Speicher
2017-04-07Use Gitlab::Git::Repository#gitaly_... moreJacob Vosmaer
2017-04-07Send more Gitaly::Repository fieldsJacob Vosmaer
2017-04-04Incorporate Gitaly client for refs serviceAlejandro Rodríguez
2017-03-29Separate GRPC channels per repository storageJacob Vosmaer
2017-03-15Use Gitaly for CommitController#showAhmad Sherif
2017-03-02Add internal endpoint to notify post-receive to GitalyAlejandro Rodríguez