An error occurred fetching the project authors.
  1. 09 Jun, 2016 1 commit
    • Timothy Andrew's avatar
      Hook up the updated `WikiLinkFilter` to the wiki controllers. · e6b1d166
      Timothy Andrew authored
      - Need to pass in a `page_slug` to the filter, so it can rewrite based
        on the current page (all links are rewritten to the level of the app root).
      - The earlier `markdown_preview` endpoint was at the level of the wiki.
        We need to know the current page (for rewriting, as above), so this
        commit moves the endpoint to the level of a wiki page.
      - Fix all tests
      e6b1d166
  2. 08 Jun, 2016 1 commit
  3. 06 Jun, 2016 5 commits
  4. 01 Jun, 2016 1 commit
  5. 30 May, 2016 1 commit
  6. 16 May, 2016 2 commits
  7. 13 May, 2016 2 commits
  8. 12 May, 2016 1 commit
  9. 10 May, 2016 3 commits
  10. 09 May, 2016 2 commits
  11. 08 May, 2016 4 commits
  12. 06 May, 2016 1 commit
  13. 04 May, 2016 1 commit
  14. 02 May, 2016 2 commits
  15. 29 Apr, 2016 1 commit
  16. 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
  17. 22 Apr, 2016 3 commits
  18. 19 Apr, 2016 2 commits
  19. 18 Apr, 2016 1 commit
  20. 15 Apr, 2016 1 commit
  21. 13 Apr, 2016 3 commits
    • 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
    • Kamil Trzcinski's avatar
      Pipeline view · f5d24e60
      Kamil Trzcinski authored
      f5d24e60
    • Kamil Trzcinski's avatar
      WIP · e84c155f
      Kamil Trzcinski authored
      e84c155f
  22. 12 Apr, 2016 1 commit