summaryrefslogtreecommitdiff
path: root/lib/gitlab/gitaly_client
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
| * | | Client changes for Tag,BranchNamesContainingCommitZeger-Jan van de Weg2018-02-011-0/+26
| |/ /
| * | Merge branch 'repository-log-disable-walk' into 'master'Douwe Maan2018-01-311-1/+1
| |\ \ | | |/ | |/|
| | * Remove Rugged::Walk implementation of #logrepository-log-disable-walkJacob Vosmaer2018-01-311-1/+1
| * | Merge branch 'zj-gitaly-server-info' into 'master'Sean McGivern2018-01-311-0/+16
| |\ \ | | |/ | |/|
| | * Gitaly Server info for admin panelZeger-Jan van de Weg2018-01-311-0/+16
| * | Merge branch 'fix/add-support-for-pre-receive-error-in-merge-branch' into 'ma...42613-clean-up-old-project-permissions-frontend-code42242-clean-up-error-handling-in-project-permissions-pageRobert Speicher2018-01-301-1/+7
| |\ \
| | * | Add support for PreReceiveError in UserMergeBranch RPCfix/add-support-for-pre-receive-error-in-merge-branchAhmad Sherif2018-01-301-1/+7
| * | | Migrate Git::Repository#delete_refs to Gitalyfeature/migrate-delete-refs-to-gitalyAhmad Sherif2018-01-301-3/+6
| |/ /
| * | Merge branch 'feature/migrate-wiki-page-formatted-data-to-gitaly' into 'master'Robert Speicher2018-01-301-0/+12
| |\ \
| | * | Migrate fetching wiki page formatted content to Gitalyfeature/migrate-wiki-page-formatted-data-to-gitalyAhmad Sherif2018-01-301-0/+12
| | |/
| * | Migrate Git::Repository#write_ref to Gitalygitaly-784-repo-write-refKim "BKC" Carlbäcker2018-01-301-0/+16
| |/
| * Merge branch 'feature/migrate-repo-restorer-to-gitaly' into 'master'Robert Speicher2018-01-251-0/+25
| |\
| | * Migrate restoring repo from bundle to Gitalyfeature/migrate-repo-restorer-to-gitalyAhmad Sherif2018-01-241-0/+25
| * | Merge branch 'lint-rugged' into 'master'Rémy Coutable2018-01-251-6/+14
| |\ \
| | * | Look for rugged with static analysislint-ruggedJacob Vosmaer2018-01-251-6/+14
| * | | Fix .batch_lfs_pointers accepting a lazy enumeratorfix/batch-lfs-pointers-accepting-lazy-enumAhmad Sherif2018-01-251-0/+2
| |/ /
| * | Merge branch '42161-gitaly-commitservice-encoding-undefinedconversionerror-u-...Rémy Coutable2018-01-251-2/+2
| |\ \
| | * | Make sure we're passing ASCII-8BIT to Gitaly42161-gitaly-commitservice-encoding-undefinedconversionerror-u-c124-from-utf-8-to-ascii-8bitLin Jen-Shin2018-01-231-2/+2
| * | | Add a gRPC health check to ensure Gitaly is upsh-add-gitaly-health-checkStan Hu2018-01-241-0/+19