BigW Consortium Gitlab

  1. 06 Jul, 2016 2 commits
  2. 17 Jun, 2016 1 commit
  3. 03 Jun, 2016 2 commits
  4. 17 May, 2016 1 commit
  5. 13 May, 2016 1 commit
  6. 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.)
  7. 01 Apr, 2016 1 commit
    • Added & use Gitlab::Routing for URL helpers · 84b0ab77
      Yorick Peterse authored
      Rails' "url_helpers" method creates an anonymous Module (which a bunch
      of methods) on every call. By caching the output of this method in a
      dedicated method we can shave off about 10 seconds of loading time for
      an issue with around 200 comments.
  8. 25 Mar, 2016 2 commits
    • Improve and finish the fallback to the In-Reply-To and References header for the… · 9f218fc1
      Rémy Coutable authored
      Improve and finish the fallback to the In-Reply-To and References header for the reply-by-email feature
      
      A few things to note:
      - The IncomingEmail feature is now enabled even without a
        correctly-formatted sub-address
      - Message-ID for new thread mail are kept the same so that subsequent
        notifications to this thread are grouped in the thread by the email
        service that receives the notification
        (i.e. In-Reply-To of the answer == Message-ID of the first thread message)
      - To maximize our chance to be able to retrieve the reply key, we look
        for it in the In-Reply-To header and the References header
      - The pattern for the fallback reply message id is "reply-[key]@[gitlab_host]"
      - Improve docs thanks to Axil
  9. 23 Mar, 2016 1 commit
  10. 03 Mar, 2016 1 commit
  11. 19 Jan, 2016 1 commit
  12. 07 Jan, 2016 1 commit
  13. 11 Dec, 2015 1 commit
  14. 08 Dec, 2015 8 commits
  15. 21 Sep, 2015 1 commit
  16. 20 Sep, 2015 1 commit
  17. 21 Aug, 2015 2 commits
  18. 20 Aug, 2015 5 commits