summaryrefslogtreecommitdiff
path: root/app/finders/issuable_finder.rb
Commit message (Expand)AuthorAgeFilesLines
* Put issues group search CTE behind a (default on) flag50246-can-t-sort-group-issues-by-popularity-when-searchingSean McGivern2018-10-051-0/+1
* Merge branch '51748-filter-any-milestone-via-api' into 'master'Douwe Maan2018-10-051-0/+6
|\
| * Allows to filter issues by `Any milestone` in the APIJacopo2018-10-031-0/+6
* | Merge branch 'ce-7014-epic-status-tabs' into 'master'Grzegorz Bizon2018-10-031-1/+5
|\ \ | |/ |/|
| * Extract status count key to a methodJarka Košanová2018-10-011-1/+5
* | Filter issues without an Assignee via the APIEva Kadlecová2018-10-011-3/+3
|/
* Merge branch 'frozen-string-app-finders-graphql' into 'master'Stan Hu2018-09-131-0/+2
|\
| * Enable frozen string in app/graphql + app/findersgfyoung2018-09-111-0/+2
* | Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-4/+34
|/
* Extract EE-specific lines from issuable findersSean McGivern2018-07-301-1/+1
* Add locked state to merge request APIChantal Rollison2018-06-281-1/+3
* Force Postgres to avoid trigram indexes when in a groupSean McGivern2018-06-071-5/+29
* Simplify issuable finder queriesSean McGivern2018-06-061-4/+1
* Add created_by_me and assigned_to_me scopes44799-api-naming-issue-scopeMark Chao2018-05-211-4/+5
* Reduce complexity of issuable finder query.ab-37125-assigned-issues-queryAndreas Brandl2018-04-091-4/+7
* [Rails5] Rename `sort` methods to `sort_by_attribute`blackst0ne2018-04-041-1/+1
* Adds updated_at filter to issues and merge_requests APIJacopo2018-03-051-0/+12
* Port `read_cross_project` ability from EEBob Van Landuyt2018-02-221-12/+4
* Refactor IssuableFinder to extract model-specific logicrefactor-issuable-finder-to-use-inheritanceSean McGivern2018-02-211-66/+40
* Include subgroup issuables on the group page30106-group-issuesJarka Kadlecová2018-02-011-1/+3
* Improve filtering issues by label performanceissue_40500Felipe Artur2018-01-051-10/+5
* 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