summaryrefslogtreecommitdiff
path: root/app/finders/issuable_finder.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-1/+1
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-37/+96
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-301-319/+62
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-281-8/+17
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-021-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-221-0/+27
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-081-0/+3
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-231-0/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-181-5/+4
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-171-8/+57
* Add projects parameter to IssuableFinderLin Jen-Shin2019-09-061-4/+19
* Avoid calling freeze on already frozen strings in app/findersdineshpanda2019-09-041-3/+3
* Revert "Merge branch '4221-board-milestone-should-persist-any-none-properly-c...Winnie Hellmann2019-08-091-12/+15
* Port CE changes from EEcharlie ablett2019-07-311-15/+12
* Further remove code branches by database typeAndreas Brandl2019-07-291-1/+0
* Ignore min_chars_for_partial_matching unles trigrm40379-CJK-search-min-charsMario de la Ossa2019-07-041-1/+1
* Remove some deprecated codedz-cleanup-deprecated-codeDmitriy Zaporozhets2019-06-071-5/+3
* Set attempt project search optimizations flag to default_enabledLuke Picciau2019-05-211-1/+1
* Add improvements to the global search processFrancisco Javier López2019-05-071-7/+19
* Add label_name as scalar param of IssuableFinder60569-timeline-entry-label-link-is-not-applying-the-filter-on-issuesHeinrich Lee Yu2019-04-231-0/+1
* [CE] Support multiple assignees for merge requestsosw-multi-assignees-merge-requestsOswaldo Ferreira2019-04-081-16/+14
* Merge branch 'extend-cte-optimisations-to-projects' into 'master'Dmitriy Zaporozhets2019-04-051-26/+20
|\
| * Extend CTE search optimisation to projectsextend-cte-optimisations-to-projectsSean McGivern2019-04-041-26/+20
* | Consider array params on rendering MR list on dashboardIgor2019-04-041-1/+0
|/
* Only count active milestones as startedSean McGivern2019-03-191-1/+1
* Merge branch '54643-lower_issuable_finder_complexity' into 'master'Sean McGivern2019-03-011-15/+25
|\
| * Always use CTE for IssuableFinder countsMario de la Ossa2019-02-281-15/+25
* | Allow IssuableFinder to filter by closed_atRémy Coutable2019-02-211-0/+8
|/
* Enable subquery for group issue search by default57333-default_on_group_search_optimizationsMario de la Ossa2019-02-061-1/+1
* 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-1/+3
* Refactor Milestone.for_projects_and_groupsHeinrich Lee Yu2018-12-311-1/+1
* Add group milestones in upcoming filterHeinrich Lee Yu2018-12-311-3/+17
* Remove trailing whitespaceDouwe Maan2018-12-071-1/+1
* Restructure `foo ? bar : false` as `foo && bar`Douwe Maan2018-12-061-8/+3
* Add a flag to use a subquery for group issues searchSean McGivern2018-11-301-9/+38
* Filter by `None`/`Any` for labels in issues/mrs APIJacopo2018-11-231-1/+10
* Refactor whitelisting of filter paramsHeinrich Lee Yu2018-11-151-11/+3
* Merge branch 'engwan/gitlab-ce-44012-filter-reactions-none-any'Sean McGivern2018-11-011-10/+25
|\
| * Fix testsHeinrich Lee Yu2018-11-011-7/+8
| * Add None / Any options to reaction filter in issues / MRs APIHeinrich Lee Yu2018-11-011-10/+24
* | Rearrange code for readabilityHeinrich Lee Yu2018-11-011-16/+18
* | Update API to accept None and AnyHeinrich Lee Yu2018-11-011-13/+13
|/
* Whitelist none method from ActiveRecord::Queryingda-rubocop-whitelist-active-record-noneDouglas Barbosa Alexandre2018-10-311-4/+0
* Support lowercase none / anyHeinrich Lee Yu2018-10-261-4/+4
* Issues API: Add None/Any option to assignee_idHeinrich Lee Yu2018-10-261-12/+23
* Make getting a user by the username case insensitiveWilliam George2018-10-181-2/+2
* 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