An error occurred fetching the project authors.
  1. 30 Sep, 2015 1 commit
  2. 03 Sep, 2015 2 commits
  3. 11 Aug, 2015 2 commits
  4. 10 Aug, 2015 1 commit
  5. 15 Jul, 2015 1 commit
  6. 26 Jun, 2015 2 commits
  7. 23 Jun, 2015 1 commit
  8. 22 Jun, 2015 1 commit
  9. 19 Jun, 2015 1 commit
  10. 12 Jun, 2015 4 commits
  11. 11 Jun, 2015 1 commit
  12. 29 May, 2015 1 commit
  13. 28 May, 2015 1 commit
  14. 25 May, 2015 1 commit
  15. 06 May, 2015 2 commits
  16. 14 Apr, 2015 1 commit
  17. 26 Mar, 2015 1 commit
  18. 19 Mar, 2015 1 commit
  19. 17 Mar, 2015 1 commit
  20. 16 Mar, 2015 1 commit
  21. 12 Mar, 2015 1 commit
    • Dmitriy Zaporozhets's avatar
      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
      80b2f3fb
  22. 25 Feb, 2015 1 commit
  23. 17 Feb, 2015 1 commit
  24. 14 Feb, 2015 1 commit
    • Vinnie Okada's avatar
      Upgrade to Rails 4.1.9 · 76aad9b7
      Vinnie Okada authored
      Make the following changes to deal with new behavior in Rails 4.1.2:
      
      * Use nested resources to avoid slashes in arguments to path helpers.
      76aad9b7
  25. 28 Jan, 2015 1 commit
  26. 16 Jan, 2015 1 commit
  27. 11 Jan, 2015 1 commit
  28. 30 Dec, 2014 2 commits
  29. 29 Dec, 2014 1 commit
  30. 25 Dec, 2014 1 commit
  31. 22 Dec, 2014 1 commit
  32. 18 Oct, 2014 1 commit
    • Vinnie Okada's avatar
      Refactor Markdown preview tests · e1491465
      Vinnie Okada authored
      Create a new shared module for common issue/merge request behavior,
      use `expect` syntax instead of `should`, and avoid `visible: false` in
      the `have_css` matcher.
      e1491465