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-02-22Port `read_cross_project` ability from EEBob Van Landuyt
2018-02-21Merge branch 'refactor-issuable-finder-to-use-inheritance' into 'master'Rémy Coutable
2018-02-21Merge branch '41461-project-members-slow-due-to-sql' into 'master'Yorick Peterse
2018-02-21More readable SQL query.Andreas Brandl
2018-02-21Refactor IssuableFinder to extract model-specific logicSean McGivern
2018-02-20Fix MembersFinder to never include group invitees.Andreas Brandl
2018-02-20Fix N+1 query problem for users on members view.Andreas Brandl
2018-02-20Use DISTINCT ON and translate to MySQL.Andreas Brandl
2018-02-20Rename use_conditions_only option to use_where_in.Andreas Brandl
2018-02-20Simplify database queries in MembersFinder.Andreas Brandl
2018-02-20Allow choice between #where or #from.Andreas Brandl
2018-02-20Remove duplication in Project methods.Andreas Brandl
2018-02-20Push feature-related query part up.Andreas Brandl
2018-02-13Always eagerly load a note's author.Andreas Brandl
2018-02-13Always eagerly load an issue's author.Andreas Brandl
2018-02-09Merge branch 'security-10-4-25223-snippets-finder-doesnt-obey-feature-visibil...Douwe Maan
2018-02-07Fix N+1 query problem for snippets dashboard.Andreas Brandl
2018-02-01Include subgroup issuables on the group pageJarka Kadlecová
2018-01-24Use limit for search count queriesJan Provaznik
2018-01-22Preload ancestors for subgroups matching filterBob Van Landuyt
2018-01-22Don't include projects shared as group-descendantsBob Van Landuyt
2018-01-18Merge branch 'issue_37143_2' into 'master'Sean McGivern
2018-01-18Remove unnecessary query from labels filterFelipe Artur
2018-01-17Merge branch 'milestones-finder-order-fix' into 'security-10-3'Robert Speicher
2018-01-11Adds Rubocop rule for line break around conditionals🙈 jacopo beschi 🙉
2018-01-05Merge branch 'issue_40500' into 'master'Sean McGivern
2018-01-05Improve filtering issues by label performanceFelipe Artur
2018-01-04EE-BACKPORT group boardsFelipe Artur
2017-12-05Merge branch '35616-move-k8-to-cluster-page' into cluster-page-with-list-clus...Kamil Trzcinski
2017-12-04Added default order to UserFinderFrancisco Javier López
2017-12-04Merge remote-tracking branch 'origin/list-multiple-clusters' into cluster-pag...Kamil Trzcinski
2017-11-29Merge branch 'dm-search-pattern' into 'master'Sean McGivern
2017-11-28Use attr_reader instead of instance variablesMatija Čupić
2017-11-28Refactor ClustersFinderMatija Čupić
2017-11-28Refactorize jobs finding logicTomasz Maczukin
2017-11-27Use global project variable in ClustersFinderMatija Čupić
2017-11-27Fix mixup with enabled/disabled in ClustersFinderMatija Čupić
2017-11-27Create ClustersFinderMatija Čupić
2017-11-24Use Gitlab::SQL::Pattern where appropriateDouwe Maan
2017-11-16Adds Rubocop rule for line break after guard clauseJacopo
2017-11-14Merge branch 'fix-filter-by-my-reaction' into 'master'Sean McGivern
2017-11-13Fix users autocomplete in a subgroupSean McGivern
2017-11-13Fix filter by my reaction is not workingHiroyuki Sato
2017-11-06Support custom attributes on groupsMarkus Koller
2017-11-06Support custom attributes on projectsMarkus Koller
2017-10-23Add case insensitive branches searchGeorge Andrinopoulos
2017-10-12Pass `archived:` as a keyword argumentBob Van Landuyt
2017-10-11Handle archived projects in the `GroupDescendantsFinder`Bob Van Landuyt
2017-10-10Merge branch 'master' into bvl-group-treesBob Van Landuyt
2017-10-10Use the `GroupProjectsFinder` to find direct childrenBob Van Landuyt