BigW Consortium Gitlab

  1. 21 Sep, 2017 1 commit
  2. 24 Aug, 2017 1 commit
    • Show un-highlighted diffs when blobs are the same · e8525e10
      Sean McGivern authored
      For some old merge requests, we don't have enough information to figure out the
      old blob and the new blob for the file. This means that we can't highlight the
      diff correctly, but we can still display it without highlighting.
  3. 22 Aug, 2017 1 commit
    • Always return a simple diff viewer · b0f09406
      Sean McGivern authored
      We didn't have a fallback case before, because we believed the conditions were
      exhaustive. They weren't, so we can always fallback to not previewing.
  4. 31 Jul, 2017 1 commit
  5. 14 Jun, 2017 1 commit
  6. 08 Jun, 2017 2 commits
  7. 23 May, 2017 3 commits
  8. 28 Nov, 2016 1 commit
  9. 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.
  10. 14 Nov, 2016 1 commit
  11. 10 Nov, 2016 1 commit
  12. 17 Oct, 2016 1 commit
  13. 03 Aug, 2016 2 commits
  14. 18 Jul, 2016 1 commit
  15. 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.
  16. 06 Jul, 2016 6 commits
  17. 18 Mar, 2016 1 commit
  18. 03 Mar, 2016 1 commit
  19. 20 Jan, 2016 2 commits
  20. 14 Jan, 2016 2 commits
  21. 08 Jan, 2016 1 commit
  22. 31 Dec, 2015 1 commit
  23. 30 Dec, 2015 1 commit
  24. 15 Dec, 2015 1 commit
  25. 01 Oct, 2015 1 commit
  26. 24 Sep, 2014 1 commit
  27. 08 Sep, 2014 2 commits