BigW Consortium Gitlab

  1. 06 Apr, 2017 1 commit
    • ProjectsFinder should handle more options · b996a82f
      Jacopo authored
      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.
  2. 03 Mar, 2017 2 commits
    • Refactor projects filtering by name · 5bb6a85b
      Dmitriy Zaporozhets authored
      Reuse same search form and behavior for dashboard#projects, group#projects
      and admin#projects. Repsect all other options like sorting, personal
      filter when search projects by name. Create FilterableList JS class to
      handle identical behaviour of projects and groups lists.
      
      This change also makes filtering and sorting availabe on explore#projects
      and explore#groups no matter if you are logged in or not.
      Signed-off-by: 's avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
    • Fixes filtering by name reseting archive filter · ed1f1104
      Phil Hughes authored
      Previously the search form just wasn't including any params that had previously been set, so when you filtered by name, it would reset all the params & therefore ignoring the archived param
      
      Closes #28007
  3. 07 Feb, 2017 1 commit
  4. 31 Jan, 2017 1 commit
  5. 08 Jul, 2016 1 commit
  6. 07 Jul, 2016 2 commits
  7. 21 Apr, 2016 1 commit
  8. 18 Apr, 2016 1 commit
  9. 05 Mar, 2016 1 commit
  10. 04 Mar, 2016 5 commits
  11. 03 Feb, 2016 1 commit
  12. 28 Jan, 2016 1 commit
  13. 20 Aug, 2015 1 commit