BigW Consortium Gitlab

  1. 21 Jan, 2016 1 commit
  2. 19 Jan, 2016 1 commit
  3. 07 Jan, 2016 2 commits
  4. 28 Dec, 2015 1 commit
  5. 08 Dec, 2015 1 commit
  6. 16 Nov, 2015 1 commit
  7. 05 Nov, 2015 2 commits
  8. 26 Aug, 2015 1 commit
  9. 25 Aug, 2015 1 commit
  10. 21 Jul, 2015 1 commit
  11. 13 Jul, 2015 1 commit
  12. 08 Jul, 2015 1 commit
  13. 07 Jul, 2015 1 commit
  14. 25 Jun, 2015 3 commits
  15. 19 Jun, 2015 1 commit
  16. 13 Jun, 2015 1 commit
  17. 26 May, 2015 1 commit
  18. 05 May, 2015 1 commit
  19. 01 May, 2015 1 commit
  20. 18 Apr, 2015 1 commit
  21. 31 Mar, 2015 1 commit
  22. 27 Mar, 2015 1 commit
    • Big refactoring of issues filters · d6c8eefb
      Dmitriy Zaporozhets authored
      * Squash project users selectbox and users selectbox into one class
      * Move from API autocomplete to GitLab internal one
      * Smarter filter for project/group/all issues
      * Use selectbox with searchbox for assignee/author/milestone/label
      * Switch to ajax filter for issue author/assignee
  23. 24 Mar, 2015 1 commit
  24. 22 Mar, 2015 1 commit
  25. 15 Mar, 2015 3 commits
  26. 12 Mar, 2015 1 commit
    • Implement merge requests search · 80b2f3fb
      Dmitriy Zaporozhets authored
      It is same search like we have at issues page. It allows to quickly
      filter merge requests based on title or desription. I copy-pasted some
      js code from Issues.js. In future search (filtering) logic should be
      refactoed into one class for merge requests and issues
  27. 09 Mar, 2015 1 commit
  28. 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
  29. 25 Feb, 2015 1 commit
  30. 21 Feb, 2015 1 commit
  31. 27 Jan, 2015 1 commit
  32. 26 Jan, 2015 1 commit
  33. 24 Jan, 2015 1 commit
  34. 15 Jan, 2015 1 commit
    • Replace highlight.js with rouge-fork rugments · bf079c24
      Stefan Tatschner authored
      I decided to create a fork of rouge as rouge lacks a HTML formatter with
      the required options such as wrapping a line with <span> tags.
      Furthermore I was not really convinced about the clarity of rouge's
      source code.
      
      Rugments 1.0.0beta3 for now only includes some basic linting and a new
      HTML formatter. Everything else should behave the same.