Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-10-07Replaces `tag: true` into `:tag` in the specsJacopo
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-08-16Change find to within for detecting bad search specsClement Ho
2017-07-27Use `empty_project` where possible in spec/features/merge_requestsRobert Speicher
2017-07-27Remove superfluous type defs in specsKeifer Furzland
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-06-29Change gitlab_sign_in to sign_in where possibleRobert Speicher
2017-06-20Change `login_as` uses to `gitlab_sign_in`Robert Speicher
2017-03-08Add filtered search visual tokensClement Ho
2017-02-21Add filtered search to MR pageClement Ho
2016-10-26Escape quotes in gl_dropdown values to prevent exceptionsAirat Shigapov
2016-09-30Small improvements thanks to Robert's feedbackRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-09-30Take filters in account in issuable countersRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-08-09fixes part1 of files to start using active tensetiagonbotelho
2016-04-15fix failing testsArinde Eniola
2016-03-29Spec updatesPhil Hughes
2016-03-29Updated based on Ruby feedbackPhil Hughes
2016-03-29Added tests for upcoming milestone filterPhil Hughes
2016-03-18Fixed issue with dashboard issues not reloadingPhil Hughes
2016-03-10Fixed failing milestone filter testsPhil Hughes
2015-07-08Improve features to ensure Ajax filter has actually executedStan Hu
2015-07-08Remove "mystery guest" from Milestone filtering featuresRobert Speicher
2015-07-07Add `feature` tag to feature specsRobert Speicher
Not to be confused with the RSpec `type: :feature` tag, this tag is used by the `spec:feature` Rake task for filtering/grouping specs.
2015-07-07Rename NoMilestone to Milestone::NoneRobert Speicher
Also refactors IssuableFinder to avoid redundant title check.
2015-07-07Allow user to filter by Issues/Merge Requests without a MilestoneRobert Speicher