BigW Consortium Gitlab

  1. 23 May, 2017 3 commits
  2. 28 Nov, 2016 1 commit
  3. 25 Nov, 2016 2 commits
    • Add keyword arguments to truncated_diff method · a761c59a
      hhoopes authored
      * Added keyword arguments to truncated_diff_lines method to allow for using highlighting or not (html templates vs. text)
      * Tweaked templates for consistency and format appropriateness
    • Change diff highlight/truncate for reusability · f928dba9
      hhoopes authored
      Previously the `truncated_diff_lines` method for outputting a discussion diff took in already highlighted lines, which meant it wasn't reuseable for truncating ANY lines. In the way it was used, it also meant that for any email truncation, the whole diff was being highlighted before being truncated, meaning wasted time highlighting lines that wouldn't even be used (granted, they were being memoized, so perhaps this wasn't that great of an issue). I refactored truncation away from highlighting, in order to truncate formatted diffs for text templates in email, using `>`s to designate each line, but otherwise retaining the parsing already done to create `diff_lines`.
      
      Additionally, while notes on merge requests or commits had already been tested, there was no existing test for notes on a diff on an MR or commit. Added mailer tests for such, and a unit test for truncating diff lines.
  4. 14 Nov, 2016 1 commit
  5. 10 Nov, 2016 1 commit
  6. 17 Oct, 2016 1 commit
  7. 03 Aug, 2016 2 commits
  8. 18 Jul, 2016 1 commit
  9. 08 Jul, 2016 1 commit
    • Collapse large diffs by default · b6b26692
      Sean McGivern authored
      When rendering a list of diff files, skip those where the diff is over
      10 KB and provide an endpoint to render individually instead.
  10. 06 Jul, 2016 6 commits
  11. 18 Mar, 2016 1 commit
  12. 03 Mar, 2016 1 commit
  13. 20 Jan, 2016 2 commits
  14. 14 Jan, 2016 2 commits
  15. 08 Jan, 2016 1 commit
  16. 31 Dec, 2015 1 commit
  17. 30 Dec, 2015 1 commit
  18. 15 Dec, 2015 1 commit
  19. 01 Oct, 2015 1 commit
  20. 24 Sep, 2014 1 commit
  21. 08 Sep, 2014 3 commits