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
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
2017-10-10Some cleanup in the GroupDescendantFinderBob Van Landuyt
2017-10-10Don't load unneeded elements in GroupsController#showBob Van Landuyt
2017-10-10Use `EXISTS` instead of `WHERE id IN (...)` for authorized groupsBob Van Landuyt
2017-10-07Find branches in all projects in the fork networkBob Van Landuyt
2017-10-07Allow creating merge requests across forks of a projectBob Van Landuyt
2017-10-05Load counts everywhere we render a group treeBob Van Landuyt
2017-10-05Optimize queries and pagination in `GroupDescendantsFinder`Bob Van Landuyt
2017-10-04Split up adding ancestors for projectsBob Van Landuyt
2017-10-04Fix bug with project paginationBob Van Landuyt
2017-10-04Improve count queries and move them to contantsBob Van Landuyt
2017-10-04Only preload ancestors for search results in the specified parentBob Van Landuyt
2017-10-04Make sure all queries are limited to the page sizeBob Van Landuyt
2017-10-04Make sure the user only sees groups he's allowed to seeBob Van Landuyt
2017-10-04Fix nesting bug when rendering children of a shared subgroupBob Van Landuyt
2017-10-04Minimize the number of queries by preloading counts and ancestorsBob Van Landuyt
2017-10-04Only take unarchived projects into accountBob Van Landuyt
2017-10-04Improve number of queriesBob Van Landuyt
2017-10-04Rename `GroupHierarchy` to `GroupDescendant`Bob Van Landuyt
2017-10-04More descriptive method names for projects & groupsBob Van Landuyt
2017-10-04`current_user:` as a keyword argumentBob Van Landuyt
2017-10-04[WIP] improve number of queries when rendering a hierarchyBob Van Landuyt
2017-10-04Only show root groups on the dashboardBob Van Landuyt
2017-10-04Don't include the parent in search results if it matchesBob Van Landuyt
2017-10-04Limit the amount of queries per rowBob Van Landuyt
2017-10-04Handle case where 2 matches in the same tree are foundBob Van Landuyt
2017-10-04Merge group hierarchies when parents are sharedBob Van Landuyt
2017-10-04Find all children matching a queryBob Van Landuyt
2017-10-04Fetch children using new finder for the `show` of a group.Bob Van Landuyt