summaryrefslogtreecommitdiff
path: root/lib/gitlab/gitaly_client
Commit message (Collapse)AuthorAgeFilesLines
* Migrate Gitlab::Git::Repository#commit_count to Gitalyfeature/migrate-commit-count-to-gitalyAhmad Sherif2017-07-071-0/+9
| | | | Closes gitaly#355
* Add test for GitalyClient::Ref#find_ref_nameJacob Vosmaer2017-07-041-1/+1
|
* Fix a bug where an invalid sort param value was passed to Gitaly34280-gitalyclient-sort_by_param-invalid-sort_by-key-recently_updatedAlejandro Rodríguez2017-06-281-0/+2
|
* Fix gitaly ref encoding bugsJacob Vosmaer2017-06-281-7/+16
|
* Merge branch 'fix/properly-encode-gitaly-diffs' into 'master'Robert Speicher2017-06-221-1/+4
|\ | | | | | | | | Encode Gitaly diff patches properly See merge request !12368
| * Encode Gitaly diff patches properlyfix/properly-encode-gitaly-diffsAhmad Sherif2017-06-221-1/+4
| |
* | Migrate Gitlab::Git::Blob.find to Gitalyfeature/migrate-blob-find-to-gitalyAhmad Sherif2017-06-211-0/+20
|/
* Pass Gitaly token on Ruby gRPC requestsJacob Vosmaer2017-06-193-27/+22
|
* Stop using deprecated `path` field on Gitaly messagesAlejandro Rodríguez2017-06-141-1/+0
| | | | | This revealed an error in our configuration generation in gitlab:gitaly:install rake task. The fix is included
* Use the new Gitaly CommitDiff RPCfix/use-new-gitaly-commit-diff-rpcAhmad Sherif2017-06-023-1/+53
|
* Merge branch 'gitaly-local-branches' into 'master'Douwe Maan2017-05-181-0/+16
|\ | | | | | | | | | | | | Incorporate Gitaly's local_branches operation into repo code Closes #27379 See merge request !10059
| * Incorporate Gitaly's local_branches operation into repo codegitaly-local-branchesAlejandro Rodríguez2017-05-171-0/+16
| |
* | Re-enable gitaly migration for ref_name_for_sha after bugfixesreenable-gitaly-ref-nameAlejandro Rodríguez2017-05-161-1/+1
|/
* Don't reuse gRPC channelsJacob Vosmaer2017-05-153-4/+4
| | | | | | It seems that bad things happen when two gRPC stubs share one gRPC channel so let's stop doing that. The downside of this is that we create more gRPC connections; one per stub.
* Add support for deltas_only under GitalyAhmad Sherif2017-05-131-20/+34
| | | | Closes gitaly#199
* Enable the Style/TrailingCommaInArguments copRémy Coutable2017-05-102-2/+2
| | | | | | Use the EnforcedStyleForMultiline: no_comma option. Signed-off-by: Rémy Coutable <remy@rymai.me>
* Re-enable Gitaly commit_raw_diff featureAhmad Sherif2017-05-071-1/+3
|
* Re-enable ref operations with gitaly after not-found fixfix-gitaly-not-foundAlejandro Rodríguez2017-05-021-1/+3
|
* Merge branch 'gitaly-branch-tag-count' into 'master' Sean McGivern2017-05-021-0/+8
|\ | | | | | | | | | | | | Use Gitaly for getting Branch/Tag counts Closes gitaly#157 See merge request !10780
| * Use Gitaly for getting Branch/Tag countsKim "BKC" Carlbäcker2017-04-281-0/+8
| | | | | | | | | | | | - Backup-rake-spec fixed. Storage config broken - Use rugged to compare branch/tag-count in specs - upgrade gitaly
* | Fix Gitaly::Commit#is_ancestor30586-fix-gitaly-is-ancestorKim "BKC" Carlbäcker2017-04-281-12/+17
|/ | | | - Upgrade Gitaly-version
* Use Gitlab::Git::Repository#gitaly_... moreJacob Vosmaer2017-04-073-16/+12
|
* Remove spacesJacob Vosmaer2017-04-071-3/+3
|
* Remove unused codeJacob Vosmaer2017-04-071-4/+0
|
* Send more Gitaly::Repository fieldsJacob Vosmaer2017-04-074-17/+26
|
* Fix rubocop offenceJacob Vosmaer2017-04-061-1/+1
|
* Use Gitaly for Environment#first_deployment_forKim "BKC" Carlbäcker2017-04-061-0/+10
|
* Incorporate Gitaly client for refs serviceAlejandro Rodríguez2017-04-043-9/+52
|
* Make GitLab use Gitaly for commit_is_ancestorKim "BKC" Carlbäcker2017-03-301-0/+14
| | | | - Migration in Repository#is_ancestor?
* Separate GRPC channels per repository storageJacob Vosmaer2017-03-292-7/+14
|
* Use Gitaly for CommitController#showfeature/use-gitaly-for-commit-showAhmad Sherif2017-03-151-0/+25
|
* Add internal endpoint to notify post-receive to Gitalygitaly-post-receiveAlejandro Rodríguez2017-03-011-0/+17