BigW Consortium Gitlab

  1. 11 Aug, 2016 1 commit
    • api for generating new merge request · 6109daf4
      Scott Le authored
      DRY code + fix rubocop
      
      Add more test cases
      
      Append to changelog
      
      DRY changes list
      
      find_url service for merge_requests
      
      use GET for getting merge request links
      
      remove files
      
      rename to get_url_service
      
      reduce loop
      
      add test case for cross project
      
      refactor tiny thing
      
      update changelog
  2. 16 Jul, 2016 1 commit
  3. 05 Jul, 2016 1 commit
  4. 30 Jun, 2016 1 commit
  5. 18 Jun, 2016 1 commit
  6. 20 Apr, 2016 1 commit
    • Fix setting of "action" for Grape transactions · a257d117
      Yorick Peterse authored
      Merely setting the "action" tag will only result in the transaction
      itself containing a value for this tag. To ensure other metrics also
      contain this tag we must set the action using Transaction#action=
      instead.
  7. 18 Apr, 2016 1 commit
  8. 26 Feb, 2016 1 commit
  9. 24 Feb, 2016 1 commit
  10. 13 May, 2015 1 commit
  11. 24 Mar, 2015 2 commits
  12. 02 Mar, 2015 1 commit
  13. 18 Feb, 2015 2 commits
  14. 07 Feb, 2015 1 commit
  15. 03 Feb, 2015 1 commit
  16. 28 Dec, 2014 1 commit
  17. 01 Dec, 2014 1 commit
  18. 18 Nov, 2014 1 commit
  19. 15 Oct, 2014 1 commit
  20. 07 Oct, 2014 2 commits
  21. 03 Sep, 2014 2 commits
  22. 01 Sep, 2014 1 commit
  23. 13 Jun, 2014 1 commit
  24. 25 Mar, 2014 1 commit
  25. 20 Mar, 2014 1 commit
  26. 10 Mar, 2014 1 commit
  27. 28 Jan, 2014 1 commit
  28. 07 Oct, 2013 1 commit
  29. 30 Jul, 2013 2 commits
  30. 14 May, 2013 1 commit
  31. 06 May, 2013 1 commit
  32. 20 Apr, 2013 1 commit
  33. 14 Mar, 2013 1 commit
  34. 11 Mar, 2013 1 commit
  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.