BigW Consortium Gitlab

  1. 16 May, 2016 1 commit
  2. 19 Apr, 2016 1 commit
  3. 18 Apr, 2016 1 commit
  4. 16 Apr, 2016 1 commit
  5. 13 Apr, 2016 1 commit
    • 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
  6. 08 Mar, 2016 1 commit
  7. 04 Mar, 2016 1 commit
  8. 17 Feb, 2016 1 commit
  9. 15 Feb, 2016 1 commit
    • Fix the "x of y" displayed at the top of Issuables' sidebar · 54613b6a
      Rémy Coutable authored
      1. We now display the index of the current issuable among all its project's
      issuables, of the same type and with the same state.
      2. Also, refactored a bit the Issuable helpers into a new IssuablesHelper
      module.
      3. Added acceptance specs for the sidebar counter.
  10. 21 Jan, 2016 1 commit
  11. 13 Jan, 2016 1 commit
  12. 22 Jun, 2015 1 commit
  13. 15 Jan, 2015 2 commits
  14. 22 Dec, 2014 1 commit
  15. 18 Oct, 2014 1 commit
    • 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.