Skip to content
Snippets Groups Projects
  1. Apr 16, 2018
  2. Apr 13, 2018
  3. Apr 12, 2018
  4. Mar 13, 2018
  5. Oct 10, 2017
  6. Oct 07, 2017
  7. Jun 14, 2017
  8. May 23, 2017
  9. May 09, 2017
  10. May 03, 2017
  11. Apr 05, 2017
  12. Feb 09, 2017
  13. Nov 28, 2016
  14. Nov 25, 2016
    • hhoopes's avatar
      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
      a761c59a
    • hhoopes's avatar
      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.
      f928dba9
  15. Aug 19, 2016
  16. Jul 29, 2016
  17. Jul 20, 2016
Loading