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-04-18Revert "Don't include projects shared as group-descendants"Bob Van Landuyt
2018-04-11Prevent new merge requests for archived projectsBob Van Landuyt
2018-04-04Allow assigning and filtering issuables by ancestor group labelsFelipe Artur
2018-03-22Rearrange DeploymentPlatform methodsMayra Cabrera
2018-03-05Remove default scope from todosSean McGivern
2018-03-05Merge branch '41616-api-issues-between-date' into 'master'Sean McGivern
2018-03-05Use limited count queries also for scoped searchesJan Provaznik
2018-03-05Adds updated_at filter to issues and merge_requests APIJacopo
2018-03-02Allow to include also descendant group labelsJan Provaznik
2018-03-01Merge branch 'merge-requests-api-filter-by-branch' into 'master'Rémy Coutable
2018-03-01Add source and target branch filters to merge requests APISean McGivern
2018-02-26Allow to find labels in ancestor groups and better group support in label ser...Jan Provaznik
2018-02-22Port `read_cross_project` ability from EEBob Van Landuyt
2018-02-09Merge branch 'security-10-4-25223-snippets-finder-doesnt-obey-feature-visibil...Douwe Maan
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