summaryrefslogtreecommitdiff
path: root/lib/gitlab/gitaly_client
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge branch 'zj-licensee-key' into 'master'43548-update-language-about-usage-ping-in-admin-settings-and-docsSean McGivern2018-03-011-0/+8
|\ \
| * | Client implementation for Licensee#keyZeger-Jan van de Weg2018-03-011-0/+8
| |/
* | Encode revision for gitattributes refZeger-Jan van de Weg2018-03-011-1/+1
|/
* Migrate recursive tree entries fetching to GitalyAhmad Sherif2018-02-261-2/+3
* Incorporate Gitaly's RepositoryService.IsSquashInProgress RPCce-gitaly-squash-in-progressAlejandro Rodríguez2018-02-211-0/+17
* Migrate Git::Blob.batch to GitalyAhmad Sherif2018-02-082-0/+73
* Merge branch 'fix/cache-gitaly-find-commits' into 'master'Sean McGivern2018-02-071-8/+30
|\
| * Cache Gitaly FindCommit RPC responsefix/cache-gitaly-find-commitsAhmad Sherif2018-02-071-8/+30
* | Merge branch 'master' into 'zj-wiki-page-versions'Douwe Maan2018-02-0611-13/+338
|\ \ | |/
| * Merge branch 'fix/gitaly-wiki-encoding-issues' into 'master'Robert Speicher2018-02-051-0/+5
| |\
| | * Encode GitalyClient::WikiPage attributes to UTF-8fix/gitaly-wiki-encoding-issuesAhmad Sherif2018-02-051-0/+5
| * | Merge branch 'gitaly-user-squash' into 'master'Rémy Coutable2018-02-051-0/+26
| |\ \ | | |/ | |/|
| | * Incorporate OperationService.UserSquash Gitaly RPCgitaly-user-squashAlejandro Rodríguez2018-02-021-0/+26
| * | Merge branch 'master' into 'zj-ref-contains'zj-ref-containsDouwe Maan2018-02-011-0/+13
| |\ \ | | |/
| | * Merge branch 'gitaly-970-repo-write-config' into 'master'Robert Speicher2018-02-011-0/+13
| | |\
| | | * Migrate Gitlab::Git::Repository#write_config to Gitalygitaly-970-repo-write-configKim "BKC" Carlbäcker2018-01-311-0/+13
| * | | Remove intermediate methods on Branch and Tag classesZeger-Jan van de Weg2018-02-011-9/+10
| * | | Fix encoding issues when name is not UTF-8Zeger-Jan van de Weg2018-02-011-2/+8