BigW Consortium Gitlab

  1. 18 Jan, 2017 1 commit
  2. 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.
  3. 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.
  4. 14 Oct, 2016 2 commits
  5. 08 Oct, 2016 1 commit
  6. 07 Oct, 2016 1 commit
  7. 06 Oct, 2016 2 commits
  8. 03 Oct, 2016 1 commit
  9. 26 Sep, 2016 1 commit
  10. 13 Sep, 2016 1 commit
  11. 31 Aug, 2016 3 commits
  12. 26 Aug, 2016 1 commit
  13. 15 Aug, 2016 1 commit
  14. 12 Aug, 2016 1 commit
  15. 29 Jul, 2016 1 commit
  16. 15 Jul, 2016 1 commit
  17. 06 Jul, 2016 3 commits
  18. 20 Jun, 2016 1 commit
  19. 16 Jun, 2016 2 commits
  20. 14 Jun, 2016 5 commits
  21. 03 Jun, 2016 2 commits
  22. 17 May, 2016 1 commit
  23. 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.)
  24. 02 May, 2016 1 commit
  25. 19 Apr, 2016 1 commit
  26. 17 Mar, 2016 1 commit
  27. 15 Mar, 2016 2 commits