summaryrefslogtreecommitdiff
path: root/spec/features/projects/compare_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2023-04-121-2/+15
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2023-03-301-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-12-051-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-12-021-7/+7
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-07-281-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-08-021-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-07-291-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-04-201-0/+28
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-02-041-10/+13
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-10-131-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-06-161-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-141-1/+3
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-291-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-031-11/+23
|
* Add frozen_string_literal to spec/featuresThong Kuah2019-07-261-0/+2
| | | | | Using the sed script from https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
* Fix broken templated "Too many changes to show" textStan Hu2019-01-091-0/+15
| | | | | | | | https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/23230 broke the external string in 11.6. This fixes that and adds a spec. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/56138
* Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-111-1/+1
|
* Replace commits spinach tests with RSpec analogSemyon Pupkov2018-05-041-5/+64
| | | | https://gitlab.com/gitlab-org/gitlab-ce/issues/23036
* Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-221-1/+1
|
* Replaces `tag: true` into `:tag` in the specsJacopo2017-10-071-1/+1
| | | | | | Replaces all the explicit include metadata syntax in the specs (tag: true) into the implicit one (:tag). Added a cop to prevent future errors and handle autocorrection.
* Use `empty_project` where possible in spec/features/projectsRobert Speicher2017-07-271-1/+1
|
* Auto-correct ProjectPathHelper violationsRobert Speicher2017-07-061-1/+1
|
* Change gitlab_sign_in to sign_in where possibleRobert Speicher2017-06-291-1/+1
|
* Change `login_as` uses to `gitlab_sign_in`Robert Speicher2017-06-191-1/+1
|
* Increase diff limits to 100 KB for collapse and 200 KB overall31983-increase-merge-request-diff-file-size-limit-for-default-toggle-openingSean McGivern2017-06-021-0/+1
| | | | | | This is controlled with the feature flag gitlab_git_diff_size_limit_increase. Both of these limits were basically picked arbitrarily in the first place; disabling the feature flag reverts to the old limits.
* Add review comments to compare_spec.rbLuke "Jared" Bennett2017-05-251-0/+2
|
* Fix transient error clicking dropdown items in compare_spec.rbLuke "Jared" Bennett2017-05-251-1/+3
|
* Use wait_for_requests to wait all JS requestwait-for-ajax-handling-all-js-requestsOswaldo Ferreira2017-05-221-1/+1
|
* fix new MR form erroneously selects tag as source when branch of same name ↵Sanster2017-03-241-1/+2
| | | | exists #23237
* Enabled remote filter in compare dropdownscompare-remote-searchPhil Hughes2017-03-161-0/+8
| | | | | | | Previously if the project had more than 100 branches or tags it wouldnt display them even after searching. This now correctly sends an AJAx request to the backend to search for the branches/tags Closes #29545
* Add testsDouwe Maan2017-02-061-0/+50