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-11-12Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-07-25Remove code related to object hierarchy in MySQLHeinrich Lee Yu
2019-02-26Merge branch 'fix-misspellings-app-comments' into 'master'Rémy Coutable
2019-02-25Revert "Merge branch 'fix-misspellings-app-comments' into 'master'"Michael Kozono
2019-02-25Fix misspellings in app/spec commentsTakuya Noguchi
2018-12-19Rename GroupHierarchy into ObjectHierarchyJarka Košanová
2018-11-14Fix default sorting for subgroups and projects listJacopo
2018-10-31Whitelist none method from ActiveRecord::QueryingDouglas Barbosa Alexandre
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-09-07Resolve "Improve handling of projects shared with a group"Dennis Tang
2018-04-18Revert "Don't include projects shared as group-descendants"Bob Van Landuyt
2018-01-22Preload ancestors for subgroups matching filterBob Van Landuyt
2018-01-22Don't include projects shared as group-descendantsBob Van Landuyt
2018-01-11Adds Rubocop rule for line break around conditionals🙈 jacopo beschi 🙉
2017-10-12Pass `archived:` as a keyword argumentBob Van Landuyt
2017-10-11Handle archived projects in the `GroupDescendantsFinder`Bob 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-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