summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/gitaly_client
Commit message (Expand)AuthorAgeFilesLines
* Incorporate Gitaly's RefService.DeleteRefs RPCgitaly-delete-refsAlejandro Rodríguez2017-11-171-0/+13
* Incorporate Gitaly's WikiService.WikiGetAllPages RPCgitaly-wiki-get-all-pagesAlejandro Rodríguez2017-11-131-0/+44
* Add spec examples for Gitlab::Gitaly::WikiServiceAlejandro Rodríguez2017-11-131-0/+44
* Incorporate Gitaly's OperationService.UserFFBranch RPCgitaly-ff-mergeAlejandro Rodríguez2017-10-311-0/+34
* Support `Gitaly::User`'s gl_username fieldgitaly-gl-usernameAlejandro Rodríguez2017-10-232-15/+1
* Pass git object dir attributes as relative paths to GitalyAhmad Sherif2017-10-111-4/+4
* Use Gitaly's RepositoryService.HasLocalBranches RPCgitaly-has-local-branchesAlejandro Rodríguez2017-10-101-0/+11
* Replaces `tag: true` into `:tag` in the specsJacopo2017-10-071-2/+2
* Merge branch 'gitaly-delete-branch' into 'master'Douwe Maan2017-10-041-2/+39
|\
| * Add OperationService.UserDeleteBranch Gitaly RPCgitaly-delete-branchAlejandro Rodríguez2017-10-031-2/+39
* | Fix for Gitaly nil encoding issueAndrew Newdigate2017-10-031-1/+1
|/
* Implement OperationService.UserAddBranch Gitaly RPCgitaly-add-branchAlejandro Rodríguez2017-09-301-0/+55
* Populate `Gitlay::Repository`'s `gl_repository` fieldAlejandro Rodríguez2017-09-301-0/+43
* Encode paths properly for Gitaly Commit{Diff,Delta}fix/gitaly-commit-diff-rpc-encoding-errorAhmad Sherif2017-09-191-0/+4
* Migrate Git::CommitStats to Gitalygitaly-519-commit-statsKim "BKC" Carlbäcker2017-09-111-0/+25
* Merge branch 'gitaly-commit-patch' into 'master'Sean McGivern2017-08-231-0/+25
|\
| * Incorporate DiffService.CommitPatch Gitaly RPCgitaly-commit-patchAlejandro Rodríguez2017-08-221-0/+25
* | Correctly encode string params for Gitaly's TreeEntries RPCgitaly-tree-entries-encodingAlejandro Rodríguez2017-08-211-0/+14
|/
* Client Implementation: RefService::RefExistsgitaly_ref_existsAndrew Newdigate2017-08-181-4/+17
* Incorporate RepositoryService.ApplyGitattributes Gitaly RPCgitaly-apply-gitattributesAlejandro Rodríguez2017-08-171-0/+13
* Add GitalyClient::RepositoryService specsAlejandro Rodríguez2017-08-171-0/+63
* Rename RPC 'Exists' to 'RepositoryExists'Jacob Vosmaer2017-08-091-19/+0
* Incorporate Gitaly's CommitService.FindCommit RPCgitaly-find-commitAlejandro Rodríguez2017-08-071-0/+14
* Move `deltas` and `diff_from_parents` logic to Gitlab::Git::CommitAlejandro Rodríguez2017-08-071-10/+2
* Refactor Gitlab::Git::Commit to include a repositoryAlejandro Rodríguez2017-08-071-1/+1
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-023-3/+3
* Rename more path_with_namespace -> full_path or disk_pathGabriel Mazetto2017-08-011-1/+1
* Rename path_with_namespace -> disk_path when dealing with the filesystemGabriel Mazetto2017-08-012-2/+2
* Incorporate RefsService.FindAllBranches Gitaly RPCgitaly-all-branchesAlejandro Rodríguez2017-07-271-0/+11
* Remove superfluous lib: true, type: redis, service: true, models: true, servi...Rémy Coutable2017-07-272-2/+2
* Implement GRPC call to RepositoryServiceZ.J. van de Weg2017-07-261-0/+19
* Incorporate CommitService.GetTreeEntries Gitaly callgitaly-tree-entriesAlejandro Rodríguez2017-07-201-7/+25
* Migrate DiffCollection limiting logic to Gitalyfeature/send-diff-limits-to-gitalyAhmad Sherif2017-07-191-3/+9
* Incorporate Gitaly's Commits#between RPCAlejandro Rodríguez2017-07-181-1/+15
* Renamed Gitaly servicesAndrew Newdigate2017-07-183-15/+15
* Fix Rubocop offensefix-static-analysisRémy Coutable2017-07-051-2/+2
* Remove unnecessary clear_stubs callsJacob Vosmaer2017-07-041-7/+0
* Add test for GitalyClient::Ref#find_ref_nameJacob Vosmaer2017-07-041-0/+9
* Remove unnecessary contextsJacob Vosmaer2017-06-301-4/+0
* 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/+9
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-212-22/+22
* Pass Gitaly token on Ruby gRPC requestsJacob Vosmaer2017-06-193-10/+10
* Stop using deprecated `path` field on Gitaly messagesAlejandro Rodríguez2017-06-142-7/+13
* Use the new Gitaly CommitDiff RPCfix/use-new-gitaly-commit-diff-rpcAhmad Sherif2017-06-022-0/+89
* Incorporate Gitaly's local_branches operation into repo codegitaly-local-branchesAlejandro Rodríguez2017-05-171-0/+30
* Add support for deltas_only under GitalyAhmad Sherif2017-05-131-9/+41
* Enable the Style/TrailingCommaInArguments copRémy Coutable2017-05-101-2/+2
* Remove stubbing from Gitlab::GitalyClient::Commit specsAhmad Sherif2017-05-071-8/+3
* Auto-correct `RSpec/DescribedClass` violationsrs-described_class-cop-2Robert Speicher2017-05-011-1/+1
* Use Gitlab::Git::Repository#gitaly_... moreJacob Vosmaer2017-04-072-2/+2