summaryrefslogtreecommitdiff
path: root/spec/controllers/projects/compare_controller_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-071-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-281-10/+10
* Change `be_success` to `be_successful` in specsfix-deprecation-warnings-change-success-to-successfulVitali Tatarintev2019-08-191-5/+5
* Cleanup usages of `JSON.parse` in specsPeter Leitzen2019-07-161-6/+3
* Check that source and target branch existStan Hu2019-04-181-1/+1
* Add some frozen string to spec/**/*.rbgfyoung2019-04-151-0/+2
* Update specs to rails5 formatblackst0ne-convert-specs-rails5-styleblackst0ne2018-12-191-5/+5
* Reject invalid branch names in repository compare controllerStan Hu2018-10-081-0/+24
* Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-111-1/+1
* Add signature verification badge to compare viewMarc2018-05-071-78/+232
* Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-221-1/+1
* Refactor `have_http_status` into `have_gitlab_http_status` in the specsJacopo2017-10-201-4/+4
* Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-2/+2
* Correct RSpec/SingleLineHook cop offensesRobert Speicher2017-06-141-3/+9
* Use Namespace#full_path instead of #path where appropriatedm-more-namespace-full-pathDouwe Maan2017-02-231-16/+16
* Use `empty_project` where possible in controller specsrs-empty_project-controllersRobert Speicher2017-01-251-1/+1
* Added specs for the preservation of the from/to parameter Martin Cabrera2017-01-151-1/+21
* Added specs for branches compare when from & to are emptyMartin Cabrera2017-01-101-0/+10
* fixes part1 of files to start using active tensetiagonbotelho2016-08-091-4/+4
* Move to Gitlab::Diff::FileCollectionPaco Guzman2016-08-031-5/+6
* Cache highlighted diff lines for merge requestsPaco Guzman2016-08-031-7/+7
* Support renames in diff_for_path actionsSean McGivern2016-07-111-6/+6
* Tidy up spec action namesSean McGivern2016-07-081-1/+1
* Collapse large diffs by defaultSean McGivern2016-07-081-0/+69
* Enable RSpec/NotToNot cop and auto-correct offensesrs-rubocop-nottonotRobert Speicher2016-05-241-2/+2
* Use Gitlab::Git::DiffCollectionsJacob Vosmaer2016-03-031-4/+4
* Add ignore white space option in merge request diffMinsik Yoon2015-11-131-0/+16
* Fix Error 500 when comparing non-existing branchesfix-issue-2593Stan Hu2015-09-181-0/+26
* Fix Style/AlignHash cop violationsStan Hu2015-06-221-2/+5
* Unescape branch names in compare commitStan Hu2015-04-301-0/+22