BigW Consortium Gitlab

  1. 25 Nov, 2016 1 commit
    • 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.
  2. 18 Oct, 2016 1 commit
    • Use bcc for pipeline emails because: · 045c6715
      Lin Jen-Shin authored
      We use bcc here because we don't want to generate this emails for a
      thousand times. This could be potentially expensive in a loop, and
      recipients would contain all project watchers so it could be a lot.
  3. 14 Oct, 2016 2 commits
  4. 08 Oct, 2016 1 commit
  5. 07 Oct, 2016 1 commit
  6. 06 Oct, 2016 2 commits
  7. 03 Oct, 2016 1 commit
  8. 26 Sep, 2016 1 commit
  9. 13 Sep, 2016 1 commit
  10. 31 Aug, 2016 3 commits
  11. 26 Aug, 2016 1 commit
  12. 15 Aug, 2016 1 commit
  13. 12 Aug, 2016 1 commit
  14. 29 Jul, 2016 1 commit
  15. 15 Jul, 2016 1 commit
  16. 06 Jul, 2016 3 commits
  17. 20 Jun, 2016 1 commit
  18. 16 Jun, 2016 2 commits
  19. 14 Jun, 2016 5 commits
  20. 03 Jun, 2016 2 commits
  21. 17 May, 2016 1 commit
  22. 11 May, 2016 1 commit
    • Only generate repository push email once · 5f27e26b
      Sean McGivern authored
      The repository push email can be very expensive to generate, especially
      with syntax-highlighted diffs. Instead of generating the email for each
      recipient, generate one email object and reset the Message-Id and To
      headers for each recipient. (Cloning would also be expensive in the case
      of large emails, although probably not as bad as generating from
      scratch.)
  23. 02 May, 2016 1 commit
  24. 19 Apr, 2016 1 commit
  25. 17 Mar, 2016 1 commit
  26. 15 Mar, 2016 3 commits