1. 06 8月, 2019 2 次提交
  2. 05 8月, 2019 2 次提交
  3. 03 8月, 2019 5 次提交
  4. 02 8月, 2019 7 次提交
    • G
      Add backwards compatibility for legacy setting · 5e3a208f
      George Koltsov 提交于
      `allow_local_requests_for_hooks_and_services` was renamed to
      `allow_local_requests_for_web_hooks_and_services`.
      5e3a208f
    • G
      Refactor SystemHookUrlValidator and specs · 8abf920d
      George Koltsov 提交于
      Simplify SystemHookUrlValidator to inherit from PublicUrlValidator
      Refactor specs to move out shared examples to be used in both
      system hooks and public url validators.
      8abf920d
    • G
      Add outbound requests setting for system hooks · e5e1c907
      George Koltsov 提交于
      This MR adds new application setting to network section
      `allow_local_requests_from_system_hooks`. Prior to this change
      system hooks were allowed to do local network requests by default
      and we are adding an ability for admins to control it.
      e5e1c907
    • L
      Prevent empty classes in ansi2html conversion · fc9f0998
      Lukas '+ alert('Eipi') + ' Eipert 提交于
      Currently we write out empty CSS classes (`class=""`) every time we
      create a new tag. This adds 9 unnecessary bytes per span element. In a
      recent trace, I have counted 11950 span elements. So we transported 105
      unnecessary kilobytes!
      fc9f0998
    • A
      Call `GC::Profiler.clear` only in one place · 1f9edb7c
      Aleksei Lipniagov 提交于
      Previously, both InfluxSampler and RubySampler were relying on the
      `GC::Profiler.total_time` data which is the sum over the list
      of captured GC events. Also, both samplers asynchronously called
      `GC::Profiler.clear` which led to incorrect metric data because
      each sampler has the wrong assumption it is the only object who calls
      `GC::Profiler.clear` and thus could rely on the gathered results between
      such calls.
      
      We should ensure that `GC::Profiler.total_time` is called only in one
      place making it possible to rely on accumulated data between such wipes.
      
      Also, we need to track the amount of profiler reports we lost.
      1f9edb7c
    • M
      Update regex for docs branches in ci · 98d6db4b
      Marcel Amirault 提交于
      Changes * to + to be more precise with acceptable branch names
      98d6db4b
    • H
      Fix inline rendering of SVGs from current repo · 3b1da9be
      Heinrich Lee Yu 提交于
      Changes generated URL to raw instead of blob
      3b1da9be
  5. 01 8月, 2019 6 次提交
  6. 31 7月, 2019 5 次提交
  7. 30 7月, 2019 10 次提交
  8. 29 7月, 2019 3 次提交