summaryrefslogtreecommitdiff
path: root/app/finders/issues_finder.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@15-8-stable-eev15.8.0-rc42GitLab Bot2023-01-181-1/+1
* Add latest changes from gitlab-org/gitlab@15-6-stable-eev15.6.0-rc42GitLab Bot2022-11-171-0/+12
* Add latest changes from gitlab-org/gitlab@15-4-stable-eev15.4.0-rc42GitLab Bot2022-09-191-2/+2
* Add latest changes from gitlab-org/gitlab@15-1-stable-eev15.1.0-rc42GitLab Bot2022-06-201-5/+9
* Add latest changes from gitlab-org/gitlab@15-0-stable-eev15.0.0-rc42GitLab Bot2022-05-191-4/+3
* Add latest changes from gitlab-org/gitlab@14-8-stable-eev14.8.0-rc42GitLab Bot2022-02-181-0/+6
* Add latest changes from gitlab-org/gitlab@14-7-stable-eev14.7.0-rc42GitLab Bot2022-01-201-3/+3
* Add latest changes from gitlab-org/gitlab@14-4-stable-eev14.4.0-rc42GitLab Bot2021-10-201-0/+13
* Add latest changes from gitlab-org/gitlab@14-3-stable-eev14.3.0-rc42GitLab Bot2021-09-201-3/+4
* Add latest changes from gitlab-org/gitlab@14-2-stable-eev14.2.0-rc42GitLab Bot2021-08-191-7/+13
* Add latest changes from gitlab-org/gitlab@14-0-stable-eev14.0.0-rc42GitLab Bot2021-06-161-1/+1
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-2/+2
* Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot2021-04-201-2/+8
* Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot2020-11-191-0/+2
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-2/+2
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-0/+10
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-0/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-301-67/+19
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-171-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-131-0/+2
* Add improvements to the global search processFrancisco Javier López2019-05-071-2/+2
* [CE] Support multiple assignees for merge requestsosw-multi-assignees-merge-requestsOswaldo Ferreira2019-04-081-14/+0
* Merge branch 'filter-confidential-issues' into 'master'Kamil Trzciński2019-02-261-1/+10
* Revert "Merge branch 'filter-confidential-issues' into 'master'"Michael Kozono2019-02-251-10/+1
* Only use boolean parameters internallyRobert Schilling2019-02-221-4/+6
* Add confidential_only scop to issue modelRobert Schilling2019-02-211-9/+3
* Ability to filter confidential issuesRobert Schilling2019-02-211-1/+14
* Fix grammar and spellingHiroyuki Sato2019-02-051-1/+1
* Add 'in' filter that modifies scope of 'search' filter to issues and merge re...Hiroyuki Sato2019-01-141-0/+1
* Whitelist none method from ActiveRecord::Queryingda-rubocop-whitelist-active-record-noneDouglas Barbosa Alexandre2018-10-311-2/+0
* Apply similar change to MRs APIHeinrich Lee Yu2018-10-261-0/+1
* Issues API: Add None/Any option to assignee_idHeinrich Lee Yu2018-10-261-4/+5
* Remove confidential access checks if user has group accessSean McGivern2018-10-051-3/+7
* 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-0/+6
|/
* Simplify issuable finder queriesSean McGivern2018-06-061-4/+0
* Export assigned issues in iCalendar feedImre Farkas2018-05-311-0/+6
* Add created_by_me and assigned_to_me scopes44799-api-naming-issue-scopeMark Chao2018-05-211-1/+1
* Adds updated_at filter to issues and merge_requests APIJacopo2018-03-051-0/+4
* Refactor IssuableFinder to extract model-specific logicrefactor-issuable-finder-to-use-inheritanceSean McGivern2018-02-211-0/+45
* Always eagerly load an issue's author.Andreas Brandl2018-02-131-1/+1
* Use limit for search count queriessearch-100Jan Provaznik2018-01-231-1/+10
* 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