BigW Consortium Gitlab

  1. 06 Jun, 2016 1 commit
  2. 26 May, 2016 2 commits
  3. 06 May, 2016 1 commit
  4. 16 Apr, 2016 5 commits
  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. 19 Mar, 2016 2 commits
  7. 18 Mar, 2016 1 commit
  8. 17 Mar, 2016 2 commits
  9. 15 Mar, 2016 1 commit
  10. 11 Mar, 2016 2 commits
  11. 10 Mar, 2016 2 commits
  12. 04 Mar, 2016 6 commits
  13. 01 Mar, 2016 1 commit
  14. 22 Feb, 2016 1 commit
  15. 16 Feb, 2016 2 commits
  16. 15 Feb, 2016 1 commit
  17. 11 Feb, 2016 1 commit
  18. 05 Feb, 2016 1 commit
  19. 30 Jan, 2016 1 commit
  20. 27 Jan, 2016 1 commit
  21. 23 Jan, 2016 1 commit
  22. 12 Jan, 2016 1 commit
  23. 24 Dec, 2015 1 commit
  24. 23 Dec, 2015 2 commits
    • Add page descriptions and images · b26eb782
      Robert Speicher authored
      A limited number of pages have defined their own descriptions, but
      otherwise we default to the Project's description (if `@project` is
      set), or the old `brand_title` fallback.
      
      The image will either be the uploaded project icon (never a generated
      one), the user's uploaded icon or Gravatar, or, finally, the GitLab
      logo.
    • new button sizes · 5e0b989f
      Andriy Dyadyura authored