BigW Consortium Gitlab

  1. 10 Mar, 2016 2 commits
  2. 03 Mar, 2016 1 commit
    • Refactor projects list · 7455d950
      Dmitriy Zaporozhets authored
      1. Fix double bottom border if pagination
      2. Fix broken search on forks page
      4. Remove duplicate js logic
      4. Remove unused show all link
      5. Remove duplicate “no project” message in different views
      
      After this merge request you can easily render shared projects template
      with all necessary html/js included to make searchable list with
      pagination. All you need to provide is controller that returns
      projects list with seach nad pagination and render html form with
      project-filter-form id and text field with filter_projects name.
      Signed-off-by: 's avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
  3. 09 Feb, 2016 4 commits
  4. 04 Feb, 2016 3 commits
  5. 20 Jan, 2016 1 commit
  6. 23 Dec, 2015 1 commit
  7. 25 Aug, 2015 1 commit
  8. 05 Mar, 2015 1 commit
    • Improve projects list · 65105ff3
      Dmitriy Zaporozhets authored
      * Add search filtering for group projects
      * Show all user projects on dashboard
      * Refactor projects list into one view
      * Hide big list of projects with 'Show all' button