summaryrefslogtreecommitdiff
path: root/app/finders/issuable_finder.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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