summaryrefslogtreecommitdiff
path: root/spec/features/issues
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'label-filter' into 'master' Jacob Schatz2016-04-131-0/+31
|\ | | | | | | | | | | | | | | | | | | | | Fixed not being able to filter by any or no labels Brings back the options to filter by any or no label Closes #15008 ![Screen_Shot_2016-04-07_at_11.26.41](/uploads/20d949b19f537d830118532e1d44feb7/Screen_Shot_2016-04-07_at_11.26.41.png) See merge request !3589
| * Filtering by any label keeps the text on the toggle buttonlabel-filterPhil Hughes2016-04-121-0/+9
| |
| * Added label filter testsPhil Hughes2016-04-071-0/+22
| |
* | write test to prevent reoccurence of issueprevent_users_from_upvoting_downvoting_emojiArinde Eniola2016-04-091-0/+64
|/
* complete the testsfix_missing_filters_on_status_tab_changeArinde Eniola2016-04-061-1/+75
|
* set up test for preventing this issue from reoccuringArinde Eniola2016-04-061-0/+45
|
* Spec updatesadded-milestone-upcomingPhil Hughes2016-03-291-5/+3
|
* Updated based on Ruby feedbackPhil Hughes2016-03-291-2/+2
|
* Added tests for upcoming milestone filterPhil Hughes2016-03-291-0/+34
|
* Fix specsAlfredo Sumaran2016-03-251-1/+1
|
* Fix specs broken by !3270 and !3337.fix-frontend-specsRémy Coutable2016-03-241-1/+1
|
* Update milestone specupdate-issues-testsPhil Hughes2016-03-231-11/+41
|
* Assignee testsPhil Hughes2016-03-231-0/+40
|
* Added tests for setting multiple status on issuesPhil Hughes2016-03-231-0/+47
|
* Merge branch 'master' into feature/issue-moveGrzegorz Bizon2016-03-191-0/+49
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (121 commits) Dedupe labels in labels selector in Dashboard pages Refactor colors and lists Add a safeguard in MergeRequest#compute_diverged_commits_count Fix an issue when the target branch of a MR had been deleted Add avatar to issue and MR pages header Cleanup somce css colors Re-group scss variables Refactor `Todo#target` Fixes issue with filter label missing on labels & milestones Rename `Todo#to_reference` to `Todo#target_reference` Fixed failing tests Updated controller with before_action Fixed other issues based on feedback Fixes issue on dashboard issues Full labels data in JSON Fixed issue with labels dropdown getting wrong labels Update CHANGELOG Use `Note#for_project_snippet?` to skip notes on project snippet Use `Commit#short_id` instead of `Commit.truncate_sha` Reuse `for_commit?` on conditional validations Update schema info comment on todo related files ... Conflicts: app/models/issue.rb db/schema.rb spec/models/issue_spec.rb
| * Restrict access to references for confidential issuesDouglas Barbosa Alexandre2016-03-171-1/+1
| |
| * Fix specsZeger-Jan van de Weg2016-03-171-1/+1
| | | | | | | | Spinach was right, I was a fool..
| * Incorporate the review and update specZeger-Jan van de Weg2016-03-151-6/+5
| | | | | | | | The feature spec now also tests the absence of the new branch button
| * Incorporate reviewZeger-Jan van de Weg2016-03-151-0/+50
| |
* | Do not use javascript in specs for issue moveGrzegorz Bizon2016-03-171-3/+2
| | | | | | | | | | | | | | | | | | Feature specs that were using javascript took a long time to finish (about 10x longer) and where hitting Poltergeist timeouts. This modification skips using javascript with select2 selecbox, thus it is faster, but this also does not check some JavaScript related features.
* | Prevent issue move if issue has been already movedGrzegorz Bizon2016-03-171-0/+11
| |
* | Add feature specs for issue moveGrzegorz Bizon2016-03-171-0/+77
|/
* Fixed failing milestone filter testsdropdown-jsPhil Hughes2016-03-101-3/+1
|
* Fixed failing testsPhil Hughes2016-03-101-1/+4
|
* Fix issue milestone filter specrs-fix-issue-filter-specRobert Speicher2016-02-261-2/+2
|
* Rename .issuable-details to .detail-page (and -header and -description)Douwe Maan2015-12-161-2/+2
|
* Trigger notes refresh in specs instead of waiting for ajaxtests/note-pollingGrzegorz Bizon2015-12-151-1/+1
|
* Add minor fixes in note polling specsGrzegorz Bizon2015-12-151-4/+2
|
* Add feature specs for note pollingGrzegorz Bizon2015-12-151-0/+18
| | | | Ref. #4032, !2084
* Improve features to ensure Ajax filter has actually executedrs-dev-issue-2372Stan Hu2015-07-081-3/+5
|
* Remove "mystery guest" from Milestone filtering featuresRobert Speicher2015-07-081-12/+8
|
* Add `feature` tag to feature specsRobert Speicher2015-07-061-2/+2
| | | | | Not to be confused with the RSpec `type: :feature` tag, this tag is used by the `spec:feature` Rake task for filtering/grouping specs.
* Rename NoMilestone to Milestone::NoneRobert Speicher2015-07-061-1/+1
| | | | Also refactors IssuableFinder to avoid redundant title check.
* Allow user to filter by Issues/Merge Requests without a MilestoneRobert Speicher2015-07-061-0/+38