BigW Consortium Gitlab

  1. 25 Aug, 2016 1 commit
  2. 13 Aug, 2016 1 commit
  3. 01 Jul, 2016 1 commit
  4. 06 Jun, 2016 1 commit
  5. 03 Jun, 2016 2 commits
  6. 16 May, 2016 1 commit
  7. 19 Apr, 2016 1 commit
  8. 18 Apr, 2016 1 commit
  9. 16 Apr, 2016 1 commit
  10. 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
  11. 08 Mar, 2016 1 commit
  12. 04 Mar, 2016 1 commit
  13. 17 Feb, 2016 1 commit
  14. 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.
  15. 21 Jan, 2016 1 commit
  16. 13 Jan, 2016 1 commit
  17. 22 Jun, 2015 1 commit
  18. 15 Jan, 2015 2 commits
  19. 22 Dec, 2014 1 commit
  20. 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.