summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/git
Commit message (Expand)AuthorAgeFilesLines
* Revert "Merge branch 'remove-rugged-walk' into 'master'"revert-430b3f0eJacob Vosmaer (GitLab)2018-01-251-0/+38
* Migrate .batch_lfs_pointers to Gitalyfeature/migrate-get-lfs-ptrs-to-gitalyAhmad Sherif2018-01-241-15/+28
* Migrate repository bundling to Gitalyfeature/migrate-bundle-to-disk-to-gitalyAhmad Sherif2018-01-241-0/+28
* Merge branch 'gitaly-user-commit-files' into 'master'Douwe Maan2018-01-231-0/+3
|\
| * Ensure hooks are deleted regardless of the project forking methodAlejandro Rodríguez2018-01-191-0/+3
* | Fix Error 500 when repository has no avatarsh-fix-error-500-no-avatarsStan Hu2018-01-201-0/+12
|/
* Merge branch 'gitaly-commit-signature' into 'master'Sean McGivern2018-01-181-0/+78
|\
| * Retrieve commit signatures with GitalyJacob Vosmaer (GitLab)2018-01-181-0/+78
* | Remove Rugged::Walker from Repository#logJacob Vosmaer (GitLab)2018-01-181-38/+0
|/
* Remove unused methods from Gitlab::GitJacob Vosmaer (GitLab)2018-01-171-8/+0
* Merge branch 'jej/lfs-rev-list-handles-non-utf-paths-41627' into 'master'Stan Hu2018-01-161-1/+10
|\
| * Prevent RevList failing on non utf8 pathsjej/lfs-rev-list-handles-non-utf-paths-41627James Edwards-Jones2018-01-161-1/+10
* | Migrate importing repository to Gitalyfeature/migrate-import-repository-to-gitalyAhmad Sherif2018-01-151-20/+36
|/
* Migrate merged_branch_names to GitalyAhmad Sherif2018-01-111-28/+38
* Migrate GitlabProject (re)move project endpointsZeger-Jan van de Weg2018-01-091-45/+0
* Merge branch 'remove-commit-tree' into 'master'Sean McGivern2018-01-082-3/+2
|\
| * Remove the Commit#tree methodremove-commit-treeJacob Vosmaer2018-01-042-3/+2
* | Merge branch 'gitaly-fetch-internal-remote' into 'master'Sean McGivern2018-01-081-16/+26
|\ \
| * | Incorporate RemoteService.FetchInternalRemote Gitaly RPCgitaly-fetch-internal-remoteAlejandro Rodríguez2018-01-051-16/+26
* | | Use --left-right and --max-count for counting diverging commitsLin Jen-Shin (godfat)2018-01-051-1/+39
* | | Merge branch 'zj-blob-batch' into 'master'Douwe Maan2018-01-051-11/+4
|\ \ \
| * | | Reroute batch blobs to single blob RPCZeger-Jan van de Weg2018-01-021-11/+4
* | | | Merge branch 'ce-gitaly-remote-mirror-prep' into 'master'Dmitriy Zaporozhets2018-01-041-2/+107
|\ \ \ \ | |_|_|/ |/| | |
| * | | Move delete_remote_branches from Gitlab::Shell to Gitlab::Git::RepositoryAlejandro Rodríguez2018-01-031-0/+69
| * | | Move push_remote_branches from Gitlab::Shell to Gitlab::Git::RepositoryAlejandro Rodríguez2018-01-031-2/+38
| | |/ | |/|
* | | Merge branch 'gitaly-merge-nil' into 'master'Sean McGivern2018-01-041-0/+14
|\ \ \
| * | | Better Englishgitaly-merge-nilJacob Vosmaer2018-01-031-1/+1
| * | | Handle Gitaly aborted merge due to branch updateJacob Vosmaer2018-01-031-0/+14
| | |/ | |/|
* | | Merge branch 'feature/add-max-count-to-count-commits-rpc' into 'master'Rémy Coutable2018-01-041-3/+11
|\ \ \ | |_|/ |/| |
| * | Add support for max_count option to Git::Repository#count_commitsfeature/add-max-count-to-count-commits-rpcAhmad Sherif2017-12-271-3/+11
| |/
* | Merge branch 'sh-optimize-commit-stats' into 'master'Robert Speicher2018-01-031-0/+5
|\ \
| * | Speed up generation of commit stats by using Rugged native methodssh-optimize-commit-statsStan Hu2018-01-021-0/+5
| |/
* | Migrate repo forking to Gitalymigrate-fork-repo-to-gitalyAhmad Sherif2018-01-021-23/+49
|/
* Merge branch 'gitaly-remotes' into 'master'Dmitriy Zaporozhets2017-12-251-15/+56
|\
| * Incorporate Gitaly's RemoteService RPCsgitaly-remotesAlejandro Rodríguez2017-12-221-0/+56
| * Remove unused method `remote_exists?`Alejandro Rodríguez2017-12-221-15/+0
* | Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-221-1/+1
|/
* [CE->EE] Fix spec/lib/gitlab/git/gitlab_projects_spec.rbValery Sizov2017-12-191-2/+4
* Import gitlab_projects.rb from gitlab-shellNick Thomas2017-12-142-0/+354
* Merge branch 'gitaly-mirroring-prep' into 'master'Robert Speicher2017-12-111-18/+3
|\
| * Add feature flag to use gitaly-ssh mirroring when cloning internal reposAlejandro Rodríguez2017-12-061-18/+3
* | Move the circuitbreaker check out in a separate processbvl-circuitbreaker-processBob Van Landuyt2017-12-085-155/+216
* | Remove Rugged::Repository#empty?Zeger-Jan van de Weg2017-12-072-3/+3
|/
* Migrate Gitlab::Git::Commit.shas_with_signaturesgitaly-764-commit-filter-shas-with-signatureKim "BKC" Carlbäcker2017-12-051-0/+29
* Keep track of all storage keys in a setbvl-circuitbreaker-keys-setBob Van Landuyt2017-12-012-0/+20
* Gracefully handle case when repository's root ref does not existsh-fix-root-ref-repositoryStan Hu2017-11-301-0/+10
* Merge branch 'dm-cleanup-fetch-and-mirror-methods' into 'master'Sean McGivern2017-11-231-20/+5
|\
| * Clean up repository fetch and mirror methodsDouwe Maan2017-11-231-20/+5
* | Merge branch '39887-move-identical-check-to-merged-branches' into 'master'Douwe Maan2017-11-231-1/+10
|\ \ | |/ |/|
| * Make sure repository is restoredLin Jen-Shin2017-11-231-0/+4