gitlab-org--gitlab-foss/app/controllers/groups
Jacopo b996a82ff4 ProjectsFinder should handle more options
Extended ProjectFinder in order to handle the following options:
 - current_user - which user use
 - project_ids_relation: int[] - project ids to use
 - params:
   -  trending: boolean
   -  non_public: boolean
   -  starred: boolean
   -  sort: string
   -  visibility_level: int
   -  tags: string[]
   -  personal: boolean
   -  search: string
   -  non_archived: boolean

GroupProjectsFinder now inherits from ProjectsFinder.
Changed the code in order to use the new available options.
2017-04-06 07:11:37 +02:00
..
application_controller.rb ProjectsFinder should handle more options 2017-04-06 07:11:37 +02:00
avatars_controller.rb Tweaks, refactoring, and specs 2016-03-20 21:04:07 +01:00
group_members_controller.rb Fix a few N+1 queries identified by Bullet 2017-04-02 05:42:11 -07:00
labels_controller.rb Labels support color names in backend 2017-03-29 11:45:15 +00:00
milestones_controller.rb Add count badges to both dashboard and group milestones 2017-03-10 13:04:19 +01:00