1. 22 8月, 2017 2 次提交
  2. 18 8月, 2017 4 次提交
  3. 17 8月, 2017 6 次提交
  4. 16 8月, 2017 4 次提交
  5. 15 8月, 2017 8 次提交
  6. 10 8月, 2017 1 次提交
  7. 09 8月, 2017 2 次提交
  8. 04 8月, 2017 1 次提交
  9. 03 8月, 2017 3 次提交
    • H
      removed semantic version tracking code which recently caused some issue on RPS... · e8e054f5
      Heejae Chang 提交于
      removed semantic version tracking code which recently caused some issue on RPS test. this code is already removed from master (15.5)
      e8e054f5
    • T
      Don't report non-fatal errors after OOM · 27af25a0
      Tom Meschter 提交于
      Once we've seen and "handled" an OutOfMemoryException we're very likely to see
      more, and likely to see other kinds of exceptions that are a direct result of
      the OOM. We don't want to report these as they aren't helpful and obscure
      other, unrelated issues when analyzing reports.
      
      Here we stop reporting all non-fatal errors after the first OOM.
      27af25a0
    • T
      Eliminate some duplicate code · dc03d7ae
      Tom Meschter 提交于
      The `Report(string, Exception)` and `Report(string, Exception, Func<IFaultUtility, int>)`
      methods were almost identical. The former now calls the latter and passes in a default
      implementation of `Func<IFaultUtility, int>`.
      dc03d7ae
  10. 02 8月, 2017 6 次提交
  11. 01 8月, 2017 3 次提交