BigW Consortium Gitlab

  1. 16 Nov, 2016 1 commit
  2. 13 Aug, 2016 1 commit
  3. 30 Jun, 2016 1 commit
  4. 03 Jun, 2016 2 commits
  5. 31 May, 2016 2 commits
  6. 13 May, 2016 2 commits
  7. 10 May, 2016 1 commit
  8. 09 May, 2016 1 commit
  9. 19 Mar, 2016 1 commit
    • Cache output of Repository#exists? · 68a4c98f
      Yorick Peterse authored
      This caches the output of Repository#exists? in Redis while making sure
      it's flushed properly when creating new repositories, deleting them,
      etc.
      
      For the ProjectWiki tests to work I had to make ProjectWiki#create_repo!
      public as testing private methods in RSpec is a bit of a pain.
  10. 15 Mar, 2016 1 commit
  11. 16 Feb, 2016 1 commit
  12. 22 Jan, 2016 1 commit
  13. 14 Jan, 2016 1 commit
  14. 16 Nov, 2015 1 commit
  15. 26 May, 2015 1 commit
  16. 24 Apr, 2015 1 commit
  17. 22 Mar, 2015 1 commit
  18. 03 Feb, 2015 1 commit
  19. 14 Dec, 2014 1 commit
  20. 25 Sep, 2014 1 commit
  21. 22 Aug, 2014 1 commit
  22. 07 Jun, 2014 1 commit
  23. 28 Apr, 2014 1 commit
  24. 09 Apr, 2014 1 commit
  25. 08 Apr, 2014 1 commit
  26. 06 Feb, 2014 1 commit
    • Better submodule links. · fcc906e6
      Jason Hollingsworth authored
      Detect if submodule is hosted on this GitLab server, gitlab.com or github.com.
      Hash links directly to commit in repo.
  27. 02 Dec, 2013 1 commit
  28. 09 Oct, 2013 1 commit
  29. 10 Apr, 2013 1 commit
  30. 03 Apr, 2013 1 commit
  31. 01 Apr, 2013 2 commits
  32. 31 Mar, 2013 1 commit
  33. 17 Mar, 2013 1 commit
  34. 14 Mar, 2013 2 commits
  35. 10 Mar, 2013 1 commit
    • Replace current Wiki system with Gollum Wikis. · ea9b3687
      Dan Knox authored
      This commit replaces the old database backed Wiki system with the
      excellent Gollum git based Wiki system.
      
      The UI has been updated to allow for utilizing the extra features
      that Gollum provides. Specifically:
      
      * Edit page now allows you to choose the content format.
      * Edit page allows you to provide a commit message for the change.
      * History page now shows Format, Commit Message, and Commit Hash.
      * A new Git Access page has been added with the Wiki Repo URL.
      * The default page has been changed to Home from Index to match
      the Gollum standard.
      
      The old Wiki model has been left in tact to provide for the
      development of a migration script that will move all content stored
      in the old Wiki system into new Gollum Wikis.