gitlab-org--gitlab-foss/app/views/shared/projects
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
..
blob New file from interface on existing branch 2017-03-13 16:36:11 +01:00
_dropdown.html.haml ProjectsFinder should handle more options 2017-04-06 07:11:37 +02:00
_list.html.haml Fixes project list lines breaking 2017-03-23 10:36:17 +00:00
_project.html.haml Fix admin projects page in admin area 2017-03-29 20:01:45 +00:00
_search_form.html.haml Refactor projects filtering by name 2017-03-03 18:39:30 +02:00