summaryrefslogtreecommitdiff
path: root/lib/gitlab/gitaly_client
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Remove method call to deprecated methodZeger-Jan van de Weg2018-05-111-1/+10
* Raise InvalidRepository error for non-valid git repositoriesDouglas Barbosa Alexandre2018-05-071-0/+2
* Client implementation GetRawChangesZeger-Jan van de Weg2018-05-071-0/+6
* Use fast timeouts for Gitaly FooInProgress RPC'sJacob Vosmaer2018-04-301-2/+2
* Add an API endpoint to download git repository snapshotsNick Thomas2018-04-191-0/+16
* Fix Custom hooks are not triggered by UI wiki editFrancisco Javier López2018-04-181-0/+2
* Merge branch 'backport-of-rd-3429-enabling-maximum-file-size-limit-in-reposit...Douwe Maan2018-04-121-7/+3
|\
| * Backport of EE !4989backport-of-rd-3429-enabling-maximum-file-size-limit-in-repository-causes-pushes-to-failRubén Dávila2018-04-111-7/+3
* | Merge branch 'fix/wiki-find-file-gitaly' into 'master'Robert Speicher2018-04-111-1/+1
|\ \
| * | Fix finding wiki file when Gitaly is enabledAhmad Sherif2018-04-111-1/+1
| |/
* | Client implementation for InfoAttributesZeger-Jan van de Weg2018-04-111-0/+9
|/
* Add calculate_checksum method to the Gitaly repository clientDouglas Barbosa Alexandre2018-04-061-0/+6
* Automatically cleanup stale worktrees and lock files upon a pushStan Hu2018-04-061-0/+5
* Remove support for absolute dirs from Git::EnvJacob Vosmaer (GitLab)2018-03-301-5/+3
* Test if remote repository exists before cloningZeger-Jan van de Weg2018-03-271-0/+11
* Fix 500 error when trying to resolve non-ASCII conflicts in editorSean McGivern2018-03-231-1/+1
* Route path lookups through legacy_disk_pathmark-legacy-git-accessJacob Vosmaer2018-03-211-0/+35
* Make --prune a configurable parameter in fetching a git remotesh-make-prune-optional-in-git-fetchStan Hu2018-03-061-2/+2
* Merge branch 'gitaly-lfs-changes' into 'master'Douwe Maan2018-03-051-10/+45
|\
| * Incorporate Gitaly's RPCs for Gitlab::Git::LfsChangesgitaly-lfs-changesAlejandro Rodríguez2018-03-021-10/+45
* | Add support for :all option to {count,find}_commitsfeature/add-support-for-all-option-in-count-find-commitsAhmad Sherif2018-03-021-1/+3
|/
* Merge branch 'feature/fetch-commit-signs-from-gitaly-in-batch' into 'master'Sean McGivern2018-03-021-0/+17
|\
| * Fetch commit signatures from Gitaly in batchesfeature/fetch-commit-signs-from-gitaly-in-batchAhmad Sherif2018-03-011-0/+17