An error occurred fetching the project authors.
  1. 10 Jun, 2017 1 commit
  2. 25 May, 2017 1 commit
  3. 19 May, 2017 1 commit
  4. 04 May, 2017 2 commits
  5. 06 Apr, 2017 1 commit
  6. 05 Apr, 2017 1 commit
  7. 25 Mar, 2017 1 commit
  8. 21 Mar, 2017 2 commits
  9. 20 Mar, 2017 1 commit
  10. 13 Mar, 2017 5 commits
  11. 24 Feb, 2017 1 commit
  12. 23 Feb, 2017 3 commits
  13. 21 Feb, 2017 1 commit
  14. 09 Feb, 2017 1 commit
  15. 07 Feb, 2017 1 commit
  16. 25 Jan, 2017 1 commit
  17. 15 Jan, 2017 1 commit
  18. 23 Dec, 2016 1 commit
  19. 21 Dec, 2016 1 commit
  20. 05 Dec, 2016 1 commit
    • Bob Van Landuyt's avatar
      Feature: delegate all open discussions to Issue · 1123057a
      Bob Van Landuyt authored
      When a merge request can only be merged when all discussions are
      resolved. This feature allows to easily delegate those discussions to a
      new issue, while marking them as resolved in the merge request.
      
      The user is presented with a new issue, prepared with mentions of all
      unresolved discussions, including the first unresolved note of the
      discussion, time and link to the note.
      
      When the issue is created, the discussions in the merge request will get
      a system note directing the user to the newly created issue.
      1123057a
  21. 08 Sep, 2016 1 commit
  22. 25 Aug, 2016 1 commit
  23. 15 Aug, 2016 5 commits
  24. 09 Aug, 2016 1 commit
  25. 02 Aug, 2016 1 commit
  26. 01 Aug, 2016 1 commit
    • Robert Speicher's avatar
      Redirect to external issue tracker from `/issues` · a70431f8
      Robert Speicher authored
      Prior, in order to display the correct link to "Issues" in the project
      navigation, we were performing a check against the project to see if it
      used an external issue tracker, and if so, we used that URL. This was
      inefficient.
      
      Now, we simply _always_ link to `namespace_project_issues_path`, and
      then in the controller we redirect to the external tracker if it's
      present.
      
      This also removes the need for the url_for_issue helper. Bonus! :tada:
      a70431f8
  27. 26 Jul, 2016 1 commit
  28. 27 Jun, 2016 1 commit