1. 26 1月, 2017 1 次提交
  2. 25 1月, 2017 1 次提交
  3. 10 1月, 2017 3 次提交
  4. 18 11月, 2016 1 次提交
  5. 04 11月, 2016 1 次提交
  6. 01 10月, 2016 1 次提交
  7. 08 9月, 2016 2 次提交
  8. 01 8月, 2016 1 次提交
    • Z
      State specific default sort order for issuables · 84a3225b
      zs 提交于
      Provide more sensible default sort order for issues and merge requests
      based on the following table:
      
      | type           | state  | default sort order |
      |----------------|--------|--------------------|
      | issues         | open   | last created       |
      | issues         | closed | last updated       |
      | issues         | all    | last created       |
      | merge requests | open   | last created       |
      | merge requests | merged | last updated       |
      | merge requests | closed | last updated       |
      | merge requests | all    | last created       |
      84a3225b
  9. 27 7月, 2016 1 次提交
  10. 26 7月, 2016 1 次提交
  11. 13 7月, 2016 1 次提交
  12. 06 7月, 2016 1 次提交
  13. 05 7月, 2016 2 次提交
  14. 30 6月, 2016 2 次提交
  15. 11 6月, 2016 1 次提交
  16. 08 6月, 2016 2 次提交
  17. 03 6月, 2016 2 次提交
  18. 26 5月, 2016 1 次提交
  19. 19 3月, 2016 1 次提交
  20. 05 2月, 2016 1 次提交
  21. 17 9月, 2015 1 次提交
  22. 04 9月, 2015 1 次提交
  23. 26 6月, 2015 1 次提交
  24. 25 6月, 2015 1 次提交
  25. 27 5月, 2015 1 次提交
  26. 25 5月, 2015 1 次提交
  27. 01 5月, 2015 1 次提交
  28. 23 4月, 2015 1 次提交
  29. 28 3月, 2015 1 次提交
  30. 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
  31. 19 3月, 2015 1 次提交
  32. 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
  33. 06 3月, 2015 1 次提交