summaryrefslogtreecommitdiff
path: root/app/finders/issuable_finder.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove the `.distinct` when finding issues15465-fix-sort-by-due-dateRémy Coutable2016-04-211-3/+1
* Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into fix/label-filtersJames Lopez2016-04-211-1/+40
|\
| * Move Issue scopes from Issuable to Issue modelRémy Coutable2016-04-201-20/+20
| * Move due_date sort scopes to Issue and fix CHANGELOGRémy Coutable2016-04-201-3/+1
| * Address MR feedbackRémy Coutable2016-04-201-4/+7
| * Fix functionality of due this week. Add due this month and overdue, remove du...Mehmet Beydogan2016-04-201-6/+20
| * Add due_date:time field to Issue modelMehmet Beydogan2016-04-201-0/+22
| * Any label & no label out weigh other labels - these two will clear previously...Phil Hughes2016-04-201-1/+1
| * Return unique issues when using multiple labelsYorick Peterse2016-04-131-1/+3
* | udpated a few things based on MR feedback. Also added model specJames Lopez2016-04-201-3/+2
* | filter labels by including all filter titles as part of the queryJames Lopez2016-04-191-1/+1
|/
* Standardised the output of the JSON to always include the namePhil Hughes2016-03-291-1/+1
* Dropdown bug fixesPhil Hughes2016-03-291-2/+2
* Address feedbackDouwe Maan2016-03-221-6/+4
* Fix group project selection in IssuableFinderDouwe Maan2016-03-201-4/+4
* Tweaks, refactoring, and specsDouwe Maan2016-03-201-2/+2
* fixes small issuestiagonbotelho2016-03-131-2/+2
* fixes issuestiagonbotelho2016-03-121-2/+2
* fixes issues for mr acceptancetiagonbotelho2016-03-121-7/+6
* implements upcoming filter in milstonestiagonbotelho2016-03-121-0/+8
* Updates from last code review.issue_13621_2Rubén Dávila2016-03-061-4/+2
* Missing @ in @labelsTap2016-02-191-1/+1
* Find label in issues_finderTap2016-02-191-2/+18
* Scope issue projects to a Group when possibleissuable-group-projectsYorick Peterse2016-01-181-1/+2
* Drop projects order in IssuableFinderYorick Peterse2016-01-071-2/+2
* Use a JOIN in IssuableFinder#by_projectYorick Peterse2015-11-191-3/+7
* Memoize IssuableFinder#projectsYorick Peterse2015-11-191-3/+3
* Removed trailing whitespace from IssuableFinderYorick Peterse2015-11-191-2/+2
* Rename confusing methodsDouwe Maan2015-10-191-4/+4
* Improve performance of filtering issues by milestoneDouwe Maan2015-10-161-30/+33
* Improve performance of queriesZeger-Jan van de Weg2015-10-161-28/+46
* Add project scope to milestone searchZeger-Jan van de Weg2015-10-161-1/+8
* Support filtering by "Any" milestone or issue and fix "No Milestone" and "No ...Stan Hu2015-10-071-7/+21
* Fix rubocop warnings in appGuilherme Garnier2015-10-031-1/+1
* Rename NoMilestone to Milestone::NoneRobert Speicher2015-07-061-8/+3
* Allow user to filter by Issues/Merge Requests without a MilestoneRobert Speicher2015-07-061-2/+7
* Revert merge request states renamingDmitriy Zaporozhets2015-06-191-9/+7
* Set milestone on new issue when creating issue from index with milestone filt...Douwe Maan2015-05-271-21/+83
* Add Accepted and Rejected tabs to MR lists.Douwe Maan2015-05-251-0/+4
* Group milestones by title in the dashboard and all other issue viewsDominik Sander2015-05-011-2/+3
* Fix tests and unassigned filter for issues. Updated CHANGELOGDmitriy Zaporozhets2015-03-271-1/+1
* No magic numbers for issues filteringDmitriy Zaporozhets2015-03-261-3/+5
* Factor permission check in issuable finderCiro Santilli2015-01-011-1/+1
* Add author filter for issues & merge requests pagesDmitriy Zaporozhets2014-12-051-0/+9
* Do not filter out issues and merge requests related to user right away.Marin Jankovski2014-10-271-1/+5
* Refactor finders. Prevent circular dependency errorDmitriy Zaporozhets2014-09-021-0/+145