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