summaryrefslogtreecommitdiff
path: root/app/finders/issues_finder.rb
Commit message (Expand)AuthorAgeFilesLines
* Add my_reaction_emoji param to /issues APIHiroyuki Sato2017-09-051-0/+1
* Remove issuable finder count cachingSean McGivern2017-08-311-36/+2
* Clear issuable counter caches on updateclear-issuable-count-cache-for-statesSean McGivern2017-07-191-0/+10
* Fix issuable state counter cache keysSean McGivern2017-07-191-1/+1
* Fix typo in IssuesFinder commentSean McGivern2017-06-301-1/+1
* Clarify counter caching for users without project accessSean McGivern2017-06-301-0/+15
* Make finders responsible for counter cache keysSean McGivern2017-06-301-6/+17
* Don't count any confidential issues for non-project-membersSean McGivern2017-06-301-5/+8
* Cache total issue / MR counts for project by user typeSean McGivern2017-06-301-13/+13
* Only do complicated confidentiality checks when necessarySean McGivern2017-06-301-14/+28
* Add User#full_private_access? to check if user has Private accesstc-refactor-projects-finder-init-collectionToon Claes2017-06-231-1/+1
* Backport of multiple_assignees_feature [ci skip]Valery Sizov2017-05-041-4/+15
* Fixes milestone/merge_request API endpoint to really scope the resultsJoren De Groof2017-04-031-1/+1
* Improve issues filtering performanceJarka Kadlecova2017-03-061-0/+4
* add a :iids param to IssuableFindermhasbini2017-02-171-4/+0
* Merge branch 'jej-24637-move-issue-visible_to_user-to-finder' into 'security' Sean McGivern2016-12-151-1/+17
* fix issues mr counterbarthc2016-09-201-0/+4
* Restrict access to confidential issuesDouglas Barbosa Alexandre2016-03-171-0/+6
* Refactor finders. Prevent circular dependency errorDmitriy Zaporozhets2014-09-021-1/+1
* Move services for collecting items to FindersDmitriy Zaporozhets2014-02-251-0/+22