BigW Consortium Gitlab

  1. 19 Jun, 2017 1 commit
  2. 14 Jun, 2017 1 commit
  3. 08 Jun, 2017 2 commits
  4. 06 Jun, 2017 1 commit
  5. 31 May, 2017 1 commit
  6. 29 May, 2017 1 commit
  7. 25 May, 2017 1 commit
  8. 24 May, 2017 1 commit
  9. 23 May, 2017 5 commits
  10. 18 May, 2017 1 commit
  11. 10 May, 2017 1 commit
  12. 25 Apr, 2017 1 commit
    • Show correct size when MR diff overflows · a0979c05
      Sean McGivern authored
      The problem is that we often go via a diff object constructed from the diffs
      stored in the DB. Those diffs, by definition, don't overflow, so we don't have
      access to the 'correct' `real_size` - that is stored on the MR diff object
      iself.
  13. 24 Apr, 2017 1 commit
  14. 08 Apr, 2017 1 commit
  15. 05 Apr, 2017 3 commits
  16. 13 Mar, 2017 1 commit
  17. 23 Feb, 2017 4 commits
  18. 13 Feb, 2017 1 commit
  19. 26 Dec, 2016 1 commit
  20. 02 Dec, 2016 1 commit
  21. 28 Nov, 2016 1 commit
  22. 25 Nov, 2016 3 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.
  23. 14 Nov, 2016 1 commit
  24. 10 Nov, 2016 1 commit
  25. 17 Oct, 2016 1 commit
  26. 19 Aug, 2016 1 commit
  27. 15 Aug, 2016 1 commit
  28. 12 Aug, 2016 1 commit
    • Fix specs · 261d47bc
      Sean McGivern authored
      - Add match line header to expected result for `File#sections`.
      - Lowercase CSS colours.
      - Remove unused `diff_refs` keyword argument.
      - Rename `parent` -> `parent_file`, to be more explicit.
      - Skip an iteration when highlighting.