summaryrefslogtreecommitdiff
path: root/app/finders/issuable_finder.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix filter by my reaction is not workingHiroyuki Sato2017-11-131-0/+1
* Remove `weight` from IssuableFinder::SCALAR_PARAMS and improve the array form...rc/backport-ce-to-ee-changesRémy Coutable2017-09-261-1/+19
* Backport part of c777bb91fd7 and 4074cb3b7c16 from EERémy Coutable2017-09-261-0/+4
* fix #35290 Make read-only API for public merge requests available without aut...haseeb2017-09-181-0/+2
* Re-use issue/MR counts for the pagination systemmr-index-page-performanceYorick Peterse2017-09-051-0/+4
* Remove issuable finder count cachingSean McGivern2017-08-311-28/+1
* Add filter by my reactionHiroyuki Sato2017-08-301-0/+10
* Merge issuable "reopened" state into "opened"merge-issuable-reopened-into-opened-stateYorick Peterse2017-07-281-1/+0
* Add author_id & assignee_id param to /issues APIToon Claes2017-07-241-0/+1
* Clear issuable counter caches on updateclear-issuable-count-cache-for-statesSean McGivern2017-07-191-1/+15
* Fix issuable state cachingSean McGivern2017-07-191-1/+1
* Fix issuable state counter cache keysSean McGivern2017-07-191-5/+4
* Merge branch 'feature/user-datetime-search-api-mysql' into 'master'Douwe Maan2017-07-071-13/+3
|\
| * refactor created at filter to use model scopesJames Lopez2017-07-071-2/+2
| * refactor filtersJames Lopez2017-07-071-12/+2
* | Native group milestonesFelipe Artur2017-07-071-7/+10
|/
* Make finders responsible for counter cache keysSean McGivern2017-06-301-0/+14
* Don't count any confidential issues for non-project-membersSean McGivern2017-06-301-1/+1
* add since and until params to issuablesKyle Bishop2017-06-181-0/+13
* Backport of multiple_assignees_feature [ci skip]Valery Sizov2017-05-041-1/+1
* ProjectsFinder should handle more optionsJacopo2017-04-061-6/+2
* Allow filtering by all started milestonesbetter-priority-sortingSean McGivern2017-03-151-0/+6
* Improve issues filtering performanceJarka Kadlecova2017-03-061-14/+21
* Enable Style/MutableConstantDouwe Maan2017-02-231-1/+1
* add a :iids param to IssuableFindermhasbini2017-02-171-9/+6
* Add comments to issuable finderClement Ho2017-01-101-0/+2
* Make sure we could query against no oneLin Jen-Shin2017-01-091-0/+12
* Show no issues if author/assignee cannot be foundLin Jen-Shin2017-01-091-8/+12
* Check if it's not NONE tooLin Jen-Shin2017-01-091-6/+6
* Add author_username and assignee_usernameClement Ho2017-01-091-6/+18
* Merge branch 'jej-23867-use-mr-finder-instead-of-access-check' into 'security'Douwe Maan2016-12-081-0/+4
* Merge branch '24733-archived-project-merge-request-count' into 'master' Sean McGivern2016-12-061-0/+6
|\
| * Fix Archived project merge requests add to group's Merge RequestsJacopo2016-12-051-0/+6
* | Merge branch 'issue_25064' into 'security' Douwe Maan2016-12-061-5/+8
|/
* Count all issuable states at onceSean McGivern2016-12-011-0/+26
* Merge branch 'jej-use-issuable-finder-instead-of-access-check' into 'security' Douwe Maan2016-11-281-1/+1
* Merge branch 'jej-fix-missing-access-check-on-issues' into 'security'Douwe Maan2016-11-281-0/+8
* Remove unnecessary require_relative calls from finderSemyon Pupkov2016-11-261-2/+0
* Merge branch '22481-honour-issue-visibility-for-groups' into 'security' Douwe Maan2016-11-091-19/+14
* Skip authorization check when searching for labels on IssuableFinderDouglas Barbosa Alexandre2016-10-311-2/+2
* Return only labels that user have access on IssuableFinder#labelsDouglas Barbosa Alexandre2016-10-191-8/+5
* Reuse LabelsFinder on Banzai::Filter::LabelReferenceFilterDouglas Barbosa Alexandre2016-10-191-3/+2
* Add ProjectLabel modelDouglas Barbosa Alexandre2016-10-191-1/+2
* Allow users to apply group labels on Issues/MRsDouglas Barbosa Alexandre2016-10-191-1/+3
* Take filters in account in issuable countersRémy Coutable2016-09-301-10/+5
* fix issues mr counterbarthc2016-09-201-1/+8
* remove Ability.abilitieshttp://jneen.net/2016-08-301-1/+1
* State specific default sort order for issuableszs2016-08-011-1/+1
* Improve Issuable.order_labels_priorityRémy Coutable2016-06-061-1/+1
* Sort by label priorityThijs Wouters2016-06-061-2/+6