summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/git/repository_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove repo reloading logic from Repository#find_branchfix/remove-duplicated-logic-between-model-and-lib-in-find-branchAhmad Sherif2018-02-021-6/+19
* Decouple more of Repository from RuggedJacob Vosmaer (GitLab)2018-01-301-0/+25
* Don't allow Repository#log with limit zeroJacob Vosmaer (GitLab)2018-01-291-0/+10
* Fix rubocop offenses introduced in !16623Ahmad Sherif2018-01-251-2/+7
* Merge branch 'feature/migrate-repo-restorer-to-gitaly' into 'master'Robert Speicher2018-01-251-0/+36
|\
| * Migrate restoring repo from bundle to Gitalyfeature/migrate-repo-restorer-to-gitalyAhmad Sherif2018-01-241-0/+36
* | Revert "Merge branch 'remove-rugged-walk' into 'master'"revert-430b3f0eJacob Vosmaer (GitLab)2018-01-251-0/+38
|/
* Migrate repository bundling to Gitalyfeature/migrate-bundle-to-disk-to-gitalyAhmad Sherif2018-01-241-0/+28
* 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
* Migrate merged_branch_names to GitalyAhmad Sherif2018-01-111-28/+38
* 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 '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
| |/
* | 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 '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
|/
* Import gitlab_projects.rb from gitlab-shellNick Thomas2017-12-141-0/+45
* 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
* | Remove Rugged::Repository#empty?Zeger-Jan van de Weg2017-12-071-1/+1
|/
* 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
* | Make sure repository is restoredLin Jen-Shin2017-11-231-0/+4
* | Move identical merged branch check to merged_branch_namesLin Jen-Shin2017-11-231-1/+6
|/
* Merge branch 'gitaly-delete-refs' into 'master'Douwe Maan2017-11-201-0/+26
|\
| * Incorporate Gitaly's RefService.DeleteRefs RPCgitaly-delete-refsAlejandro Rodríguez2017-11-171-0/+26
* | Fix Gitlab::Git::Repository#remote_tags using unexisting variableAlejandro Rodríguez2017-11-201-5/+18
|/
* Prepare Repository#fetch_source_branch for migrationJacob Vosmaer (GitLab)2017-11-101-27/+43
* Rewrite the GitHub importer from scratchYorick Peterse2017-11-071-0/+15
* Merge branch 'remove-ensure-ref-fetched-from-controllers' into 'master'Sean McGivern2017-11-061-5/+5
|\
| * removed the #ensure_ref_fetched from all controllersmicael.bergeron2017-11-031-5/+5
* | Encapsulate git operations for mirroring in Gitlab::GitAlejandro Rodríguez2017-11-031-16/+61
* | Add `Gitlab::Git::Repository#fetch` commandAlejandro Rodríguez2017-11-031-0/+15
|/
* Merge branch 'gitaly-ff-merge' into 'master'Rémy Coutable2017-11-021-21/+39
|\
| * Incorporate Gitaly's OperationService.UserFFBranch RPCgitaly-ff-mergeAlejandro Rodríguez2017-10-311-21/+39
* | Fix encoding issue with Repository.ls_filesKim Carlbäcker2017-11-021-0/+5
* | Merge branch 'jej/lfs-change-detection' into 'master'Douwe Maan2017-11-011-0/+18
|\ \ | |/ |/|
| * Detect changes to LFS pointers for pruning and integrity checkJames Edwards-Jones2017-11-011-0/+18
* | Fetch the merged branches at onceLin Jen-Shin (godfat)2017-10-271-0/+26
* | Move all rugged operation for ff_merge inside Gitlab::Gitgitaly-ff-merge-preparationAlejandro Rodríguez2017-10-241-0/+54
|/