Skip to content
Snippets Groups Projects
  1. Sep 30, 2019
  2. Sep 13, 2019
  3. Sep 02, 2019
  4. Jul 01, 2019
  5. Jun 24, 2019
  6. May 31, 2019
  7. Nov 29, 2018
  8. Nov 28, 2018
  9. Aug 15, 2018
  10. May 07, 2018
  11. Dec 13, 2017
  12. Jul 05, 2017
  13. Apr 05, 2017
  14. Jan 18, 2017
  15. Nov 25, 2016
    • hhoopes's avatar
      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.
      24070bac
  16. May 02, 2016
  17. Apr 19, 2016
  18. Jan 09, 2016
  19. Jan 04, 2016
  20. Nov 17, 2015
  21. Sep 20, 2015
  22. Aug 19, 2015
  23. Aug 18, 2015
  24. Feb 14, 2015
    • Vinnie Okada's avatar
      Upgrade to Rails 4.1.9 · 76aad9b7
      Vinnie Okada authored
      Make the following changes to deal with new behavior in Rails 4.1.2:
      
      * Use nested resources to avoid slashes in arguments to path helpers.
      76aad9b7
  25. Jul 03, 2014
  26. Jun 18, 2014
  27. Jun 13, 2014
  28. Jun 10, 2014
    • Pierre de La Morinerie's avatar
      Allow more mail clients to group emails by thread · de90b572
      Pierre de La Morinerie authored
      * send a ‘In-Reply-To’ header along the ‘References’ header
      * subject of answers to an existing thread begins with ‘Re: ’
      
      This fixes threading with at least Mail.app and Airmail.
      de90b572
    • Pierre de La Morinerie's avatar
      Send notification emails to the "project", and put people in Cc · 466b768b
      Pierre de La Morinerie authored
      This fixes email threading in Mail.app, that doesn't like when a thread
      doesn't have stable recipients.
      
      For instance, here is a possible sender-recipient combinations before:
      
      From: A
      To: Me
      New issue
      
      From: B
      To: Me
      Reply on new issue
      
      From: A
      To: Me
      Another reply
      
      Mail.app doesn't see B as a participant to the original email thread,
      and decides to break the thread: it will group all messages from A
      together, and separately all messages from B.
      
      This commit makes the thread look like this:
      
      From: A
      To: gitlab/project
      Cc: Me
      New issue
      
      From: B
      To: gitlab/project
      Cc: Me
      Reply on new issue
      
      From: A
      To: gitlab/project
      Cc: Me
      Another reply
      
      Mail.app sees a common recipient, and group the thread correctly.
      466b768b
  29. May 05, 2014
  30. Apr 28, 2014
  31. Mar 03, 2014
    • Pierre de La Morinerie's avatar
      Remove custom link to target in notification emails · edd6028b
      Pierre de La Morinerie authored
      Every email has a different way of showing a link to the discussion on
      the website. We don't need this anymore, as we now have a standard
      "View in GitLab" link in the footer of every email.
      edd6028b
    • Pierre de La Morinerie's avatar
      Add a "View in GitLab" link in notification emails · 7ba0b502
      Pierre de La Morinerie authored
      When an email notification concerns a specific object (issue, note,
      merge request, etc.), add a link to the footer of the email that opens
      the item's page in a web browser.
      
      Rationale:
      
      * The link is predictable: always the same text, always at the same
      location, like any reliable tool.
      
      * It allows to remove the inline-title in many emails, and leave only
      the actual content of the message.
      7ba0b502
  32. Feb 19, 2014
    • Pierre de La Morinerie's avatar
      Send emails from the author · 96dded3e
      Pierre de La Morinerie authored
      This changes the email "From" field from "gitlab@example.com" to either:
      
      * "John Doe <gitlab@example.com>" if the author of the action is known,
      * "GitLab <gitlab@example.com>" otherwise.
      
      Rationale: this allow mails to appear as if they were sent by the
      author. It appears in the mailbox more like a real discussion between
      the sender and the receiver ("John sent: we should refactor this") and
      less like a robot notifying about something.
      96dded3e
Loading