BigW Consortium Gitlab

  1. 03 Jun, 2016 2 commits
  2. 31 May, 2016 1 commit
  3. 13 May, 2016 1 commit
  4. 10 May, 2016 1 commit
  5. 09 May, 2016 1 commit
  6. 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.
  7. 14 Jan, 2016 1 commit
  8. 09 Dec, 2015 1 commit
  9. 16 Nov, 2015 1 commit
  10. 03 Nov, 2015 1 commit
  11. 03 Oct, 2015 1 commit
  12. 22 Jun, 2015 1 commit
  13. 12 Feb, 2015 1 commit
  14. 07 Aug, 2014 1 commit
  15. 31 Jul, 2014 1 commit
  16. 07 Jun, 2014 1 commit
  17. 09 Apr, 2014 1 commit
  18. 03 Mar, 2014 1 commit
  19. 05 Nov, 2013 1 commit
  20. 04 Nov, 2013 1 commit
    • More escaping · c46eaca9
      Nigel Kukard authored
      - Database name may contain characters which are not shell friendly
      - Database password could contain the same
      - While we at it there is no harm in escaping generated paths too
      - Refactored 2-line system(command)
      Signed-off-by: 's avatarNigel Kukard <nkukard@lbsd.net>
  21. 09 Oct, 2013 1 commit
  22. 01 Apr, 2013 1 commit
  23. 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.