BigW Consortium Gitlab

  1. 06 Nov, 2015 3 commits
  2. 06 Oct, 2015 1 commit
  3. 24 Sep, 2015 1 commit
  4. 25 Aug, 2015 1 commit
  5. 22 Jun, 2015 1 commit
  6. 16 Jun, 2015 1 commit
  7. 24 Mar, 2015 1 commit
  8. 02 Mar, 2015 1 commit
  9. 01 Jan, 2015 1 commit
  10. 18 Oct, 2014 1 commit
    • Fix Markdown preview tests · e06f0ead
      Vinnie Okada authored
      Update Spinach tests for Markdown previews for the new-ish tab UI that
      replaced the old preview/edit toggle button.
  11. 05 Oct, 2014 1 commit
    • Make Spinach test names consistent · fa349012
      Ciro Santilli authored
      - do not add Feature to feature titles
      - titleize feature titles
      - put steps on the same path as .feature files
      - make feature titles match their path
  12. 26 Sep, 2014 1 commit
  13. 12 Sep, 2014 1 commit
  14. 03 Sep, 2014 2 commits
  15. 17 Aug, 2014 1 commit
  16. 31 Jul, 2014 1 commit
  17. 21 Jun, 2014 1 commit
  18. 24 May, 2014 1 commit
  19. 24 Feb, 2014 1 commit
  20. 23 Feb, 2014 1 commit
  21. 14 Feb, 2014 1 commit
    • Add email aliases for users · 29cfd33d
      Jason Hollingsworth authored
      Emails are used to associate commits with users. The emails
      are not verified and don't have to be valid email addresses. They
      are assigned on a first come, first serve basis.
      
      Notifications are sent when an email is added.
  22. 27 Nov, 2013 1 commit
  23. 17 Nov, 2013 1 commit
  24. 12 Sep, 2013 1 commit
    • Fix bug with rendering changing images in commits · 0a05ab91
      Ryan Mendivil authored
      When viewing the diff for a changed image file, two bugs occur:
      
      - Both the 'before' and 'after' images link to the 'after' commit
      - Visiting the link for either image will cause a error
      
      The first is caused by both image links referencing '@commit.id' rather
      than '@commit.parent_id'.  The second is caused by the use of
      'project_tree_path' which is used for creating links to directories in
      the git file tree. 'project_blob_path' which links to files should be
      used instead.
  25. 07 Sep, 2013 1 commit
    • Improved large commit handling. · 01ff084a
      Boyan Tabakov authored
      Previously, only number of changed files mattered. Now, number of lines to render in the diff are also taken into account.
      
      A hard limit is set, above which diffs are not rendered and users are not allowed to override that. This prevents high server
      resource usage with huge commits.
      
      Related to #1745, #2259
      
      In addition, handle large commits for MergeRequests and Compare controllers.
      
      Also fixes a bug where diffs are loaded twice, if user goes directly to merge_requests/:id/diffs URL.
  26. 10 Apr, 2013 1 commit
  27. 15 Jan, 2013 1 commit
  28. 14 Jan, 2013 2 commits
  29. 10 Nov, 2012 1 commit
  30. 01 Nov, 2012 1 commit
  31. 26 Sep, 2012 1 commit
  32. 10 Sep, 2012 1 commit