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-01Include subgroup issuables on the group pageJarka Kadlecová
2018-01-22Preload ancestors for subgroups matching filterBob Van Landuyt
2018-01-22Don't include projects shared as group-descendantsBob Van Landuyt
2018-01-17Merge branch 'milestones-finder-order-fix' into 'security-10-3'Robert Speicher
2018-01-04EE-BACKPORT group boardsFelipe Artur
2017-12-22Replace '.team << [user, role]' with 'add_role(user)' in specsblackst0ne
2017-12-20Enable sorting by name in the Groups dropdownMark Fletcher
2017-12-04Merge remote-tracking branch 'origin/list-multiple-clusters' into cluster-pag...Kamil Trzcinski
2017-12-01Refactor disabled cluster testing to use traitMatija Čupić
2017-11-28Refactor ClustersFinderMatija Čupić
2017-11-28Refactorize jobs finding logicTomasz Maczukin
2017-11-27Add specs for ClustersFinderMatija Čupić
2017-11-24Drastically improve project search performance by no longer searching namespa...Douwe Maan
2017-11-13Fix users autocomplete in a subgroupSean McGivern
2017-10-23Add case insensitive branches searchGeorge Andrinopoulos
2017-10-11Handle archived projects in the `GroupDescendantsFinder`Bob Van Landuyt
2017-10-10Merge branch 'master' into bvl-group-treesBob 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-07Add a project forks spec helperBob 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-04Make sure the user only sees groups he's allowed to seeBob 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-04Rename `GroupHierarchy` to `GroupDescendant`Bob Van Landuyt
2017-10-04`current_user:` as a keyword argumentBob Van Landuyt
2017-10-04Don't include the parent in search results if it matchesBob 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-20Introduce ForkProjectsFinder classMark Fletcher
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-10fix rubocopMaxim Rydkin
2017-09-10finish spec/finders/yet_another_users_finder_spec.rbMaxim Rydkin
2017-09-10extract finder and add first testMaxim Rydkin
2017-09-07Removes default scope from sortableTiago Botelho
2017-09-05Re-use issue/MR counts for the pagination systemYorick Peterse
2017-08-30Add filter by my reactionHiroyuki Sato
2017-08-24Add an option to list only archived projectsMehdi Lahmam
2017-08-14Merge remote-tracking branch 'upstream/master' into 36089-handle-ref-failure-...Lin Jen-Shin
2017-08-11Merge branch '35435-pending-delete-project-error-in-admin-interface-fix' into...Douwe Maan
2017-08-11Pending delete projects no longer return 500 error in Admins projects viewTiago Botelho
2017-08-10Don't try to create diffs if one of the branch is missingLin Jen-Shin
2017-08-10Migrate events into a new formatYorick Peterse
2017-08-03Change all `:empty_project` to `:project`Robert Speicher
2017-08-01Ensure all project factories use `:repository` trait or `:empty_project`Robert Speicher
2017-07-27Remove superfluous lib: true, type: redis, service: true, models: true, servi...Rémy Coutable