1. 11 4月, 2016 1 次提交
    • Y
      Store block timings as transaction values · 16926a67
      Yorick Peterse 提交于
      This makes it easier to query, simplifies the code, and makes it
      possible to figure out what transaction the data belongs to (simply
      because it's now stored _in_ the transaction).
      
      This new setup keeps track of both the real/wall time _and_ CPU time
      spent in a block, both measured using milliseconds (to keep all units
      the same).
      16926a67
  2. 08 4月, 2016 2 次提交
    • Y
      Instrument Rails cache code · c56f702e
      Yorick Peterse 提交于
      This allows us to track how much time of a transaction is spent in
      dealing with cached data.
      c56f702e
    • Y
      Use more accurate timestamps for InfluxDB. · aa7cddc4
      Yorick Peterse 提交于
      This changes the timestamp of metrics to be more accurate/unique by
      using Time#to_f combined with a small random jitter value. This
      combination hopefully reduces the amount of collisions, though there's
      no way to fully prevent any from occurring.
      
      Fixes gitlab-com/operations#175
      aa7cddc4
  3. 07 4月, 2016 5 次提交
  4. 06 4月, 2016 3 次提交
  5. 05 4月, 2016 1 次提交
  6. 04 4月, 2016 2 次提交
  7. 01 4月, 2016 2 次提交
  8. 31 3月, 2016 3 次提交
  9. 30 3月, 2016 5 次提交
  10. 29 3月, 2016 1 次提交
  11. 25 3月, 2016 2 次提交
    • R
      Improve and finish the fallback to the In-Reply-To and References header for... · 9f218fc1
      Rémy Coutable 提交于
      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
      9f218fc1
    • D
  12. 24 3月, 2016 1 次提交
  13. 23 3月, 2016 1 次提交
  14. 21 3月, 2016 3 次提交
  15. 20 3月, 2016 4 次提交
  16. 19 3月, 2016 1 次提交
  17. 18 3月, 2016 3 次提交