Skip to content
Snippets Groups Projects
  1. Mar 17, 2020
  2. Mar 16, 2020
  3. Feb 27, 2020
  4. Feb 19, 2020
  5. Feb 06, 2020
  6. Jan 31, 2020
  7. Nov 13, 2019
  8. Nov 01, 2019
  9. Oct 27, 2019
  10. Oct 25, 2019
  11. Oct 17, 2019
  12. Sep 27, 2019
  13. Sep 18, 2019
  14. Aug 22, 2019
  15. Aug 17, 2019
  16. Jul 15, 2019
  17. Jul 08, 2019
  18. Jul 03, 2019
  19. May 31, 2019
  20. May 05, 2019
  21. Dec 13, 2018
  22. Nov 29, 2018
  23. Nov 12, 2018
  24. Nov 02, 2018
  25. Oct 30, 2018
  26. Sep 06, 2018
  27. Jun 25, 2018
  28. Jun 07, 2018
  29. May 17, 2018
  30. Mar 30, 2018
  31. Mar 26, 2018
  32. Jan 17, 2018
    • Mario de la Ossa's avatar
      Initial work to add notification reason to emails · 23a20c20
      Mario de la Ossa authored
      Adds `#build_notification_recipients` to `NotificationRecipientService`
      that returns the `NotificationRecipient` objects in order to be able to
      access the new attribute `reason`.
      
      This new attribute is used in the different notifier methods in order to
      add the reason as a header: `X-GitLab-NotificationReason`.
      
      Only the reason with the most priority gets sent.
      Unverified
      23a20c20
  33. Jan 04, 2018
  34. May 19, 2017
  35. Apr 03, 2017
    • Sean McGivern's avatar
      Quiet pipeline emails · a1805cbc
      Sean McGivern authored
      1. Never send a pipeline email to anyone other than the user who created
         the pipeline.
      2. Only send pipeline success emails to people with the custom
         notification setting for enabled. Watchers and participants will
         never receive this.
      3. When custom settings are unset (for new settings and legacy ones),
         act as if failed_pipeline is set.
      a1805cbc
  36. Jan 05, 2017
  37. Nov 08, 2016
  38. Nov 03, 2016
  39. Aug 15, 2016
    • Nick Thomas's avatar
      Allow people to subscribe to mentions in updated MRs and Issues · 10af11f4
      Nick Thomas authored
      This slightly changes the semantics of the 'New Issue' and 'New MR' events to
      include new mentions in edited Mentionables.
      
      An alternative would be to introduce 'Issue updated' and 'MR updated' events,
      but that would lead to questions about why those events were only available
      to new mentions, and not existing mentions as well, so hold off for now.
      10af11f4
Loading