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
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
2018-02-21Refactor IssuableFinder to extract model-specific logicSean McGivern
2018-02-01Include subgroup issuables on the group pageJarka Kadlecová
2018-01-05Improve filtering issues by label performanceFelipe Artur
2017-11-13Fix filter by my reaction is not workingHiroyuki Sato
2017-09-26Remove `weight` from IssuableFinder::SCALAR_PARAMS and improve the array form...Rémy Coutable
2017-09-26Backport part of c777bb91fd7 and 4074cb3b7c16 from EERémy Coutable
2017-09-18fix #35290 Make read-only API for public merge requests available without aut...haseeb
2017-09-05Re-use issue/MR counts for the pagination systemYorick Peterse
2017-08-31Remove issuable finder count cachingSean McGivern
2017-08-30Add filter by my reactionHiroyuki Sato
2017-07-28Merge issuable "reopened" state into "opened"Yorick Peterse
2017-07-24Add author_id & assignee_id param to /issues APIToon Claes
2017-07-19Clear issuable counter caches on updateSean McGivern
2017-07-19Fix issuable state cachingSean McGivern
2017-07-19Fix issuable state counter cache keysSean McGivern
2017-07-07Merge branch 'feature/user-datetime-search-api-mysql' into 'master'Douwe Maan
2017-07-07refactor created at filter to use model scopesJames Lopez
2017-07-07Native group milestonesFelipe Artur
2017-07-07refactor filtersJames Lopez
2017-06-30Make finders responsible for counter cache keysSean McGivern
2017-06-30Don't count any confidential issues for non-project-membersSean McGivern
2017-06-19add since and until params to issuablesKyle Bishop
2017-05-04Backport of multiple_assignees_feature [ci skip]Valery Sizov
2017-04-06ProjectsFinder should handle more optionsJacopo
2017-03-15Allow filtering by all started milestonesSean McGivern
2017-03-06Improve issues filtering performanceJarka Kadlecova
2017-02-23Enable Style/MutableConstantDouwe Maan
2017-02-17add a :iids param to IssuableFindermhasbini