summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/git/repository_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add support for :all option to {count,find}_commitsfeature/add-support-for-all-option-in-count-find-commitsAhmad Sherif2018-03-021-176/+184
* Merge branch 'zj-licensee-key' into 'master'43548-update-language-about-usage-ping-in-admin-settings-and-docsSean McGivern2018-03-011-0/+29
|\
| * Client implementation for Licensee#keyZeger-Jan van de Weg2018-03-011-0/+29
* | Merge branch '42434-allow-commits-endpoint-to-work-over-all-commits' into 'ma...Douwe Maan2018-03-011-4/+28
|\ \
| * | Add specs42434-allow-commits-endpoint-to-work-over-all-commitsTiago Botelho2018-03-011-4/+28
* | | Encode revision for gitattributes refZeger-Jan van de Weg2018-03-011-51/+67
| |/ |/|
* | Suppress whitespace warnings in squash error messagessuppress-squash-warningsSean McGivern2018-02-261-0/+14
|/
* Merge branch 'fix-squash-with-renamed-files' into 'master'Grzegorz Bizon2018-02-221-4/+27
|\
| * Fix squash with renamed filesfix-squash-with-renamed-filesSean McGivern2018-02-191-4/+27
* | Merge branch 'zj-branch-contains-git-message' into 'master'Douwe Maan2018-02-221-0/+27
|\ \
| * | Handle branch and tag names which are commit idsZeger-Jan van de Weg2018-02-211-0/+27
| |/
* | 26039 - update github-linguist to 5.3.3 versionKen2018-02-211-1/+1
|/
* Fix squash rebase not working when diff contained encoded datash-fix-squash-rebase-utf8-dataStan Hu2018-02-181-0/+12
* Don't use rugged in Repository#refs_hashZeger-Jan van de Weg2018-02-071-2/+6
* Merge branch 'gitaly-user-squash' into 'master'Rémy Coutable2018-02-051-1/+1
|\
| * Incorporate OperationService.UserSquash Gitaly RPCgitaly-user-squashAlejandro Rodríguez2018-02-021-1/+1
* | Merge branch 'fix/remove-duplicated-logic-between-model-and-lib-in-find-branc...Grzegorz Bizon2018-02-031-6/+19
|\ \ | |/ |/|
| * Remove repo reloading logic from Repository#find_branchfix/remove-duplicated-logic-between-model-and-lib-in-find-branchAhmad Sherif2018-02-021-6/+19
* | Fix an issue where sparse checkout wasn't configured correctly42223-squashing-mrs-takes-too-longAlejandro Rodríguez2018-02-011-4/+42
* | Merge branch 'gitaly-970-repo-write-config' into 'master'Robert Speicher2018-02-011-0/+38
|\ \
| * | Migrate Gitlab::Git::Repository#write_config to Gitalygitaly-970-repo-write-configKim "BKC" Carlbäcker2018-01-311-0/+38
* | | Merge branch '42497-rubocop-style-regexpliteral' into 'master'Rémy Coutable2018-02-011-1/+1
|\ \ \
| * | | Enable RuboCop Style/RegexpLiteralTakuya Noguchi2018-02-011-1/+1
| |/ /
* | | Remove Rugged::Walk implementation of #logrepository-log-disable-walkJacob Vosmaer2018-01-311-38/+0
|/ /
* | Migrate Git::Repository#delete_refs to Gitalyfeature/migrate-delete-refs-to-gitalyAhmad Sherif2018-01-301-20/+24
|/
* 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