Commit graph

12 commits

Author SHA1 Message Date
Jacopo
0ce6785851 Replaces tag: true into :tag in the specs
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.
2017-10-07 13:57:54 +02:00
Robert Speicher
1a0064dceb Use empty_project where possible in spec/features/projects 2017-07-27 13:12:16 -04:00
Robert Speicher
9eeba8fb49 Auto-correct ProjectPathHelper violations 2017-07-06 12:20:50 -04:00
Robert Speicher
e939bf7be1 Change gitlab_sign_in to sign_in where possible 2017-06-29 12:18:23 -04:00
Robert Speicher
45fb1f9542 Change login_as uses to gitlab_sign_in 2017-06-19 18:59:01 -05:00
Sean McGivern
1d3c33b57e Increase diff limits to 100 KB for collapse and 200 KB overall
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.
2017-06-02 19:37:09 +01:00
Luke "Jared" Bennett
d3655fe56f
Add review comments to compare_spec.rb 2017-05-25 09:21:52 +01:00
Luke "Jared" Bennett
4497ca87c4
Fix transient error clicking dropdown items in compare_spec.rb 2017-05-25 09:21:06 +01:00
Oswaldo Ferreira
2338785ec9 Use wait_for_requests to wait all JS request 2017-05-22 20:39:49 -03:00
Sanster
4d6e377cd9 fix new MR form erroneously selects tag as source when branch of same name exists #23237 2017-03-24 06:28:21 +08:00
Phil Hughes
de14439ea4 Enabled remote filter in compare dropdowns
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
2017-03-16 12:04:51 +00:00
Douwe Maan
3aa1264dc6 Add tests 2017-02-06 16:12:24 -06:00
Renamed from spec/features/compare_spec.rb (Browse further)