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-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
2017-10-04Add a separate finder for collecting children of groupsBob Van Landuyt
2017-09-28Support custom attributes on usersMarkus Koller
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-20Merge branch '20049-projects-api-forks' into 'master'Rémy Coutable
2017-09-20Introduce ForkProjectsFinder classMark Fletcher
2017-09-19Fix the groups API endpoint to handle ?owned=true correctlyNick Thomas
2017-09-18fix #35290 Make read-only API for public merge requests available without aut...haseeb
2017-09-10move `find_users` method into finder and add `load_group` methodMaxim Rydkin
2017-09-10rename yet_another_users_finder into autocomplete_users_finderMaxim Rydkin
2017-09-10extract finder and add first testMaxim Rydkin
2017-09-07Removes default scope from sortableTiago Botelho
2017-09-05Merge branch 'mr-index-page-performance' into 'master'Sean McGivern
2017-09-05Re-use issue/MR counts for the pagination systemYorick Peterse
2017-09-05Add my_reaction_emoji param to /merge_requests APIHiroyuki Sato
2017-09-05Add my_reaction_emoji param to /issues APIHiroyuki Sato
2017-08-31Remove issuable finder count cachingSean McGivern