BigW Consortium Gitlab

  1. 28 Jun, 2017 1 commit
  2. 26 Apr, 2017 1 commit
  3. 23 Mar, 2017 1 commit
    • Fixes project list lines breaking · 068ce7dd
      Phil Hughes authored
      This will only hapen in certain situations ie. when the star count is a
      lot. We were previously fixing it by hard coding a max-width.
      
      This changes it to use flexbox which allows the content to decide when
      it should be truncated. The rows don't always need truncating, so we
      shouldn't hard code a width.
      
      Closes #29018
  4. 03 Mar, 2017 1 commit
    • 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>
  5. 10 Jun, 2016 1 commit
  6. 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>
  7. 02 Mar, 2016 1 commit
  8. 29 Feb, 2016 1 commit
  9. 26 Feb, 2016 1 commit
  10. 09 Feb, 2016 2 commits
  11. 04 Feb, 2016 3 commits
  12. 20 Jan, 2016 3 commits
  13. 10 Nov, 2015 1 commit
  14. 13 Oct, 2015 1 commit
  15. 24 Sep, 2015 1 commit
  16. 18 Sep, 2015 1 commit
  17. 26 Aug, 2015 1 commit