Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
catch_json_parse_errors.rb 619 Bytes
logging_context.rb 792 Bytes
telemetry.rb 242 Bytes

Latest revisions

# Date Author Comment
5f5b13a9 04/02/2018 08:54 AM Michael Moll

Fixes #19895 - Fix Style/RedundantReturn cop

abbe2a04 03/13/2018 09:50 PM Lukas Zapletal

Fixes #22493 - structured logging support

4093de10 02/26/2018 03:23 PM Ewoud Kohl van Wijngaarden

Refs #18675 - Optionally load prometheus exporter

In case the bundler group telemetry is not installed, we should handle
that.

This moves the middleware loading to better match the other middleware.

4f24ee66 02/19/2018 10:12 AM Michael Moll

Fixes #22613 - Drop Rails <5.1 ParseError

2902efce 12/17/2017 01:22 PM Michael Moll

Fixes #21991 - add Rails 5.1 ParseError exception

972adab0 07/31/2017 06:55 AM Dominic Cleal

fixes #10982 - configure RestClient log to 'proxy' logger

Request/response information is sent to the proxy logger, showing the
URLs called, headers, request body etc.

The X-Request-ID header is now also set in the proxy requests to a
random ID stored in the session, to prevent the user's real session ID...

e7e5ef3e 09/12/2016 05:03 AM Tomer Brisker

Fixes #16491 - Upgrade rubocop to version 0.42

d97deb49 07/28/2016 04:24 AM Dominic Cleal

fixes #15863 - add short session or request ID to logs

New middleware stores the session and request IDs (either from
X-Request-ID or a UUID generated by Rails) in the logger's thread
storage. The truncated session ID is now logged by default to minimise...

fb9f45e8 12/18/2015 08:03 AM Daniel Lobato Garcia

Fixes #7230, #12021 - Upgrade to Rails 4.1.5

This commits upgrades Rails to Rails 4.1.5. See a description of the
changes included here, and go to the pull request in GitHub to see more
detailed explanations:

  • Update gems to a Rails 4 compatible version, including dependencies...
44dbdbc3 02/08/2015 03:50 PM Tom Caspy

fixes #6774 - in case of parsing of non json or broken json, return 400

View revisions

Also available in: Atom