An error occurred fetching the project authors.
  1. 28 Apr, 2016 1 commit
    • Yorick Peterse's avatar
      Load the "New Branch" button asynchronously · 04266470
      Yorick Peterse authored
      This button depends on Issue#can_be_worked_on? which in turn depends on
      Issue#related_branches. By rendering this button asynchronously we can
      finally remove all usages of Issue#related_branches and
      Issue#referenced_merge_requests from the issues "show" page.
      04266470
  2. 13 Apr, 2016 1 commit
    • Yorick Peterse's avatar
      Load related MRs/branches asynchronously · 31e28ebc
      Yorick Peterse authored
      Currently this works by loading the HAML partials via XHR. While this is
      not the nicest setup it _is_ the easiest setup using the tools we
      currently have.
      
      Loading this data asynchronously doesn't make loading the related
      MRs/branches itself faster, it merely ensures that loading the issue
      itself is not slowed down.
      
      Fixes gitlab-org/gitlab-ce#14949
      31e28ebc
  3. 05 Apr, 2016 1 commit
  4. 04 Apr, 2016 1 commit
  5. 21 Mar, 2016 1 commit
  6. 18 Mar, 2016 3 commits
  7. 26 Jan, 2016 1 commit
  8. 13 Jan, 2016 2 commits
  9. 12 Jan, 2016 2 commits
  10. 29 Dec, 2015 1 commit
  11. 24 Dec, 2015 1 commit
  12. 23 Dec, 2015 1 commit
  13. 21 Dec, 2015 6 commits
  14. 16 Dec, 2015 1 commit
  15. 26 Jun, 2015 1 commit
  16. 25 Jun, 2015 1 commit
  17. 28 May, 2015 1 commit
  18. 06 May, 2015 3 commits
  19. 31 Mar, 2015 1 commit
  20. 26 Mar, 2015 1 commit
  21. 20 Mar, 2015 1 commit
  22. 26 Feb, 2015 1 commit
  23. 18 Feb, 2015 1 commit
  24. 22 Dec, 2014 1 commit
  25. 20 Oct, 2014 1 commit
  26. 07 Oct, 2014 1 commit
  27. 06 Oct, 2014 1 commit
    • Vinnie Okada's avatar
      Add task lists to issues and merge requests · 9f0083a9
      Vinnie Okada authored
      Make the Markdown parser recognize "[x]" or "[ ]" at the beginning of a
      list item and turn it into a checkbox input.  Users who can modify the
      issue or MR can toggle the checkboxes directly or edit the Markdown to
      manage the tasks.  Task status is also displayed in the MR and issue
      lists.
      9f0083a9
  28. 18 Feb, 2014 1 commit