summaryrefslogtreecommitdiff
path: root/lib/gitlab/gitaly_client
Commit message (Expand)AuthorAgeFilesLines
* Enable even more frozen string in lib/gitlabrepo-forks/gitlab-ce-frozen-string-lib-gitlab-even-moregfyoung2018-11-1323-15/+63
* Apply patches when creating MR via emailBob Van Landuyt2018-11-071-0/+23
* Add submodule update API endpointFrancisco Javier López2018-11-071-0/+26
* Fix typos in comments and specsGeorge Tsiolis2018-11-011-1/+1
* Adds tracing messages for slow git pushesTiago Botelho2018-10-251-2/+15
* Remove Gitlab::Git::Repository#rugged and Gollum codeAlejandro Rodríguez2018-10-021-1/+1
* Removes N+1 gitaly rpc call to fetch the last commit for pathTiago Botelho2018-10-011-0/+18
* Adds chmod action to POST /projects/:id/repository/commits APIJacopo2018-09-271-1/+2
* Use `Gitlab::SafeRequestStore` in more placesMichael Kozono2018-09-241-6/+7
* Correct Gitlab Capitalization in code filesMarcel Amirault2018-09-211-1/+1
* Merge branch 'osw-gitaly-diff-stats-client' into 'master'Douwe Maan2018-09-171-0/+11
|\
| * Add Gitaly diff stats RPC clientOswaldo Ferreira2018-09-171-0/+11
* | Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-0/+2
|/
* Merge branch 'osw-send-max-patch-bytes-to-gitaly' into 'master'Douwe Maan2018-09-071-1/+1
|\
| * Send max_patch_bytes to Gitaly via Gitaly::CommitDiffRequestOswaldo Ferreira2018-09-061-1/+1
* | Merge branch 'zj-cleanup-port-gitaly' into 'master'Douwe Maan2018-09-071-0/+8
|\ \
| * | Port cleanup tasks to use GitalyZeger-Jan van de Weg2018-09-071-0/+8
* | | Encode remote root refDouglas Barbosa Alexandre2018-09-071-1/+3
|/ /
* | Add Gitlab::GitalyClient::RemoteService#find_remote_root_refDouglas Barbosa Alexandre2018-09-061-0/+12
|/
* Fix merge requests not showing any diff files for big patches49907-commits-and-merge-requests-does-not-list-all-files-when-one-file-exceeds-size-limitsAlejandro Rodríguez2018-08-171-1/+1
* Backport some changes from gitlab-org/gitlab-ee!6767Rubén Dávila2018-08-071-0/+17
* Set default timeout for deleting many refsZeger-Jan van de Weg2018-08-021-1/+1
* Use limit parameter to retrieve Wikis from Gitalysh-use-wiki-limit-parameter-gitalyStan Hu2018-07-241-2/+2
* Remove timeouts for long running requestsZeger-Jan van de Weg2018-07-241-3/+3
* Add missing Gitaly branch_update nil checksJacob Vosmaer (GitLab)2018-07-191-5/+6
* Incorporate Gitaly's RefService.FindAllRemoteBranches RPCgitaly-remote-branchesAlejandro Rodríguez2018-07-181-0/+19
* Client implementation for Repository#new_commitsZeger-Jan van de Weg2018-07-181-0/+19
* Add a fast_timeout for the `ServerService.ServerInfo` endpointgitaly-serverservice-info-timeoutAndrew Newdigate2018-07-111-1/+1
* Make sure ConflictsService does not raise for conflicting submodulesSean McGivern2018-07-101-4/+6
* Merge branch 'update-rubocop'Sean McGivern2018-07-092-4/+4
|\
| * Resolve Naming/UncommunicativeMethodLin Jen-Shin2018-07-092-4/+4
* | Use Gitaly's OperationService.UserUpdateBranch RPCAlejandro Rodríguez2018-07-081-0/+16
|/
* Add Repository#set_config and #delete_configJacob Vosmaer2018-07-061-5/+44
* Updated Gitaly timeout valuesAndrew Newdigate2018-07-059-49/+50
* Remove more feature flagsJacob Vosmaer2018-07-031-0/+2
* Make OperationService RPC's mandatoryJacob Vosmaer (GitLab)2018-07-031-0/+4
* Fix MR diffs created with gitaly_diff_between enabledSean McGivern2018-06-291-1/+1
* Make Gitaly signature RPC's mandatoryJacob Vosmaer2018-06-271-0/+4
* Client-side fix for Gitaly TreeEntry buggitaly-tree-entry-dot-dotJacob Vosmaer2018-06-261-0/+7
* Migrate repo backup to gitalyAhmad Hassan2018-06-151-11/+31
* ListCommitByOid isn't called with an empty batchZeger-Jan van de Weg2018-06-131-0/+2
* Don't use Gitlab::Utils.nlbr in Gitlab::GitJacob Vosmaer (GitLab)2018-06-111-8/+8
* RefactorAhmad Hassan2018-06-081-35/+32
* Use RestoreCustomHooks RPC in restore rake taskAhmad Hassan2018-06-071-0/+22
* Add "deny disk access" Gitaly feature (tripswitch)Jacob Vosmaer (GitLab)2018-06-011-1/+25
* Fix encoding error in Gitaly::Commit::TreeEntryKim "BKC" Carlbäcker2018-05-301-1/+1
* Use Gitaly's DeleteAllRepositories RPC during backup restoreJacob Vosmaer (GitLab)2018-05-281-0/+15
* Merge branch 'fix/handle-large-commit-tag-message' into 'master'Robert Speicher2018-05-184-16/+34
|\
| * Add handling for commit/tags with big messagesAhmad Sherif2018-05-184-16/+34
* | Migrate RepositoryService#SearchFilesBy{Content,Name}gitaly-1182-search-by-content-nameKim "BKC" Carlbäcker2018-05-181-0/+10
|/