BigW Consortium Gitlab

  1. 01 Sep, 2017 2 commits
  2. 10 Aug, 2017 1 commit
  3. 02 Aug, 2017 1 commit
  4. 27 Jul, 2017 1 commit
  5. 05 Jul, 2017 1 commit
  6. 21 Jun, 2017 1 commit
  7. 14 Jun, 2017 1 commit
  8. 25 May, 2017 1 commit
  9. 04 May, 2017 1 commit
  10. 01 May, 2017 1 commit
  11. 26 Apr, 2017 1 commit
  12. 06 Apr, 2017 1 commit
  13. 05 Apr, 2017 5 commits
  14. 03 Apr, 2017 1 commit
  15. 27 Mar, 2017 1 commit
  16. 21 Mar, 2017 2 commits
  17. 17 Mar, 2017 2 commits
  18. 14 Mar, 2017 1 commit
  19. 23 Feb, 2017 2 commits
  20. 28 Nov, 2016 3 commits
  21. 25 Nov, 2016 5 commits
    • Clean up rubocop complaint · c0931722
      hhoopes authored
    • 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.
    • Add new template to handle both commit & mr notes · 24070bac
      hhoopes authored
      Currently comments on commits and merge requests do not require merge request- or commit-specific information, but can use the same template. Rather than change the method which calls the template, I opted to keep the templates separate and create a new template to highlight their identicality, while preserving the option to distinguish them from each other in the future.
      
      Also removed some of the inconsistencies between text and html email versions.
      
      Still needed is a text-only version of git diffs and testing.
    • Add diff hunks to notification emails on MR · 38ed96e9
      hhoopes authored
      Added diff hunks to notification emails of messages on merge requests. This
      provides code context to the note. Uses existing template for formatting
      a diff for email (from repository push notifications).
  22. 18 Nov, 2016 1 commit
    • Use `Gitlab.config.gitlab.host` over `'localhost'` · 9c4e0d64
      Lin Jen-Shin authored
      This would fix long standing failures running tests on
      my development machine, which set `Gitlab.config.gitlab.host`
      to another host because it's not my local computer. Now I
      finally cannot withstand it and decided to fix them once and
      for all.
  23. 11 Nov, 2016 1 commit
  24. 22 Oct, 2016 1 commit
  25. 17 Oct, 2016 1 commit
  26. 11 Oct, 2016 1 commit