Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-07-04Ignore min_chars_for_partial_matching unles trigrmMario de la Ossa
2019-06-07Remove some deprecated codeDmitriy Zaporozhets
2019-05-21Set attempt project search optimizations flag to default_enabledLuke Picciau
2019-05-07Add improvements to the global search processFrancisco Javier López
2019-04-23Add label_name as scalar param of IssuableFinderHeinrich Lee Yu
2019-04-09[CE] Support multiple assignees for merge requestsOswaldo Ferreira
2019-04-05Merge branch 'extend-cte-optimisations-to-projects' into 'master'Dmitriy Zaporozhets
2019-04-04Consider array params on rendering MR list on dashboardIgor
2019-04-04Extend CTE search optimisation to projectsSean McGivern
2019-03-19Only count active milestones as startedSean McGivern
2019-03-01Merge branch '54643-lower_issuable_finder_complexity' into 'master'Sean McGivern
2019-02-28Always use CTE for IssuableFinder countsMario de la Ossa
2019-02-21Allow IssuableFinder to filter by closed_atRémy Coutable
2019-02-06Enable subquery for group issue search by defaultMario de la Ossa
2019-02-05Fix grammar and spellingHiroyuki Sato
2019-01-14Add 'in' filter that modifies scope of 'search' filter to issues and merge re...Hiroyuki Sato
2018-12-31Refactor Milestone.for_projects_and_groupsHeinrich Lee Yu
2018-12-31Add group milestones in upcoming filterHeinrich Lee Yu
2018-12-07Remove trailing whitespaceDouwe Maan
2018-12-06Restructure `foo ? bar : false` as `foo && bar`Douwe Maan
2018-11-30Add a flag to use a subquery for group issues searchSean McGivern
2018-11-23Filter by `None`/`Any` for labels in issues/mrs APIJacopo
2018-11-14Refactor whitelisting of filter paramsHeinrich Lee Yu
2018-11-01Merge branch 'engwan/gitlab-ce-44012-filter-reactions-none-any'Sean McGivern
2018-11-01Rearrange code for readabilityHeinrich Lee Yu
2018-11-01Fix testsHeinrich Lee Yu
2018-11-01Add None / Any options to reaction filter in issues / MRs APIHeinrich Lee Yu
2018-11-01Update API to accept None and AnyHeinrich Lee Yu
2018-10-31Whitelist none method from ActiveRecord::QueryingDouglas Barbosa Alexandre
2018-10-26Support lowercase none / anyHeinrich Lee Yu
2018-10-26Issues API: Add None/Any option to assignee_idHeinrich Lee Yu
2018-10-18Make getting a user by the username case insensitiveWilliam George
2018-10-05Put issues group search CTE behind a (default on) flagSean McGivern
2018-10-05Merge branch '51748-filter-any-milestone-via-api' into 'master'Douwe Maan
2018-10-03Allows to filter issues by `Any milestone` in the APIJacopo
2018-10-03Merge branch 'ce-7014-epic-status-tabs' into 'master'Grzegorz Bizon
2018-10-01Filter issues without an Assignee via the APIEva Kadlecová
2018-10-01Extract status count key to a methodJarka Košanová
2018-09-13Merge branch 'frozen-string-app-finders-graphql' into 'master'Stan Hu
2018-09-11Enable frozen string in app/graphql + app/findersgfyoung
2018-09-11Disable existing offenses for the CodeReuse copsYorick Peterse
2018-07-30Extract EE-specific lines from issuable findersSean McGivern
2018-06-28Add locked state to merge request APIChantal Rollison
2018-06-07Force Postgres to avoid trigram indexes when in a groupSean McGivern
2018-06-06Simplify issuable finder queriesSean McGivern
2018-05-21Add created_by_me and assigned_to_me scopesMark Chao
2018-04-09Reduce complexity of issuable finder query.Andreas Brandl
2018-04-04[Rails5] Rename `sort` methods to `sort_by_attribute`blackst0ne
2018-03-05Adds updated_at filter to issues and merge_requests APIJacopo
2018-02-22Port `read_cross_project` ability from EEBob Van Landuyt