BigW Consortium Gitlab

  1. 10 Jun, 2016 1 commit
  2. 06 Jun, 2016 2 commits
  3. 03 Jun, 2016 4 commits
  4. 24 May, 2016 1 commit
  5. 20 May, 2016 1 commit
  6. 16 May, 2016 2 commits
  7. 13 May, 2016 1 commit
  8. 21 Apr, 2016 1 commit
  9. 19 Apr, 2016 1 commit
  10. 18 Apr, 2016 2 commits
  11. 16 Apr, 2016 1 commit
  12. 14 Apr, 2016 1 commit
  13. 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
  14. 12 Apr, 2016 2 commits
  15. 11 Apr, 2016 1 commit
  16. 07 Apr, 2016 3 commits
  17. 04 Apr, 2016 3 commits
  18. 01 Apr, 2016 1 commit
  19. 20 Mar, 2016 1 commit
  20. 19 Mar, 2016 1 commit
  21. 14 Mar, 2016 1 commit
    • Cleanup CiCommit and CiBuild · 06722589
      Kamil Trzcinski authored
      - Remove all view related methods from Ci::Build and CommitStatus
      - Remove unused Ci::Commit and Ci::Build methods
      - Use polymorphism to render different types of CommitStatus
  22. 10 Mar, 2016 1 commit
  23. 08 Mar, 2016 1 commit
  24. 07 Mar, 2016 1 commit
    • Remove redundant integration tests · 56c4f22c
      Robert Speicher authored
      These three tests were essentially checking that adding a note to
      something updated its `noteable`'s `updated_at` attribute.
      
      This is well-tested Rails behavior and we shouldn't feel the need to
      write an integration test to verify it. At most we should be ensuring
      that the association definition adds the `touch: true` option, which we
      now do in Note's unit test.
  25. 04 Mar, 2016 1 commit
  26. 03 Mar, 2016 2 commits
  27. 01 Mar, 2016 1 commit
  28. 26 Feb, 2016 1 commit
    • Branded login page also in CE · 9a2869ab
      Zeger-Jan van de Weg authored
      The only major difference with the EE version is the change from a light and dark logo to only a header logo
      The dark logo wasn't used anyway, so it seemed to make sense to me to rename the field to the actual function of it