1. 21 1月, 2016 1 次提交
  2. 20 1月, 2016 1 次提交
  3. 07 1月, 2016 2 次提交
  4. 28 12月, 2015 1 次提交
  5. 08 12月, 2015 1 次提交
  6. 16 11月, 2015 1 次提交
  7. 05 11月, 2015 2 次提交
  8. 27 8月, 2015 1 次提交
  9. 25 8月, 2015 1 次提交
  10. 22 7月, 2015 1 次提交
  11. 14 7月, 2015 1 次提交
  12. 08 7月, 2015 1 次提交
  13. 07 7月, 2015 1 次提交
  14. 25 6月, 2015 3 次提交
  15. 19 6月, 2015 1 次提交
  16. 14 6月, 2015 1 次提交
  17. 26 5月, 2015 1 次提交
  18. 06 5月, 2015 1 次提交
  19. 01 5月, 2015 1 次提交
  20. 19 4月, 2015 1 次提交
  21. 31 3月, 2015 1 次提交
  22. 27 3月, 2015 1 次提交
    • D
      Big refactoring of issues filters · d6c8eefb
      Dmitriy Zaporozhets 提交于
      * 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
      d6c8eefb
  23. 24 3月, 2015 1 次提交
  24. 23 3月, 2015 1 次提交
  25. 15 3月, 2015 3 次提交
  26. 13 3月, 2015 1 次提交
    • D
      Implement merge requests search · 80b2f3fb
      Dmitriy Zaporozhets 提交于
      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
      80b2f3fb
  27. 10 3月, 2015 1 次提交
  28. 05 3月, 2015 1 次提交
    • D
      Improve projects list · 65105ff3
      Dmitriy Zaporozhets 提交于
      * 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
      65105ff3
  29. 25 2月, 2015 1 次提交
  30. 21 2月, 2015 1 次提交
  31. 28 1月, 2015 1 次提交
  32. 27 1月, 2015 1 次提交
  33. 25 1月, 2015 1 次提交
  34. 15 1月, 2015 1 次提交
    • S
      Replace highlight.js with rouge-fork rugments · bf079c24
      Stefan Tatschner 提交于
      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.
      bf079c24