1. 18 Jan, 2019 3 commits
  2. 17 Jan, 2019 4 commits
  3. 16 Jan, 2019 1 commit
  4. 15 Jan, 2019 1 commit
  5. 14 Jan, 2019 1 commit
  6. 08 Jan, 2019 1 commit
  7. 20 Dec, 2018 1 commit
  8. 18 Dec, 2018 1 commit
    • Kurtis Rader's avatar
      Implement `{when_iso_local}` placeholder (#2363) · 0684cf86
      Kurtis Rader authored
      Implement `{when_iso_local}` placeholder
      
      This implements the `{when_iso_local}` placeholder. This is like the
      `{when_iso}` placeholder but the output is in the current timezone
      rather than UTC.
      
      Resolves #2362
      0684cf86
  9. 13 Dec, 2018 2 commits
  10. 12 Dec, 2018 5 commits
  11. 11 Dec, 2018 5 commits
  12. 08 Dec, 2018 3 commits
  13. 06 Dec, 2018 2 commits
  14. 02 Dec, 2018 1 commit
  15. 27 Nov, 2018 2 commits
  16. 25 Nov, 2018 1 commit
  17. 18 Nov, 2018 2 commits
  18. 17 Nov, 2018 3 commits
  19. 16 Nov, 2018 1 commit
    • Makeev Ivan's avatar
      proxy: HTTP status 499 for 'Context canceled' errors (#2297) · 05d0b213
      Makeev Ivan authored
      * Adding {when_unix_ms} requests placeholder (unix timestamp with a milliseconds precision)
      
      * Add an 499 HTTP status code on user's cancel request as NGINX doing (instead of 502 Bad Gateway status with 'Context canceled' message)
      
      * 499 HTTP status code was added as constant CustomStatusContextCancelled = 499
      05d0b213