Alejandro Martinez Ruiz
Alejandro Martinez Ruiz
This trait is missing for no apparent reason from this type, so implement it to avoid users implement their own depending on the struct's fields.
This is based on previous work from @yskopets for creating child contexts via a hook in the root context (#6). The patches first introduce the mechanism, then change the examples...
This avoids a potential double-panic in the panic handler if the logging status code is not recognised.
**WARNING: This PR is _NOT MEANT TO BE MERGED_.** _This is part of the work towards specifying mapping rules across client/proxy implementations and the 3scale administrative interface, see 3scale-rs/threescalers#79 for...
The gateway is currently examining the body of requests to check for parameters in order to match them against appropriate metrics for API management. This is problematic because requests with...
The schema for importing data states that service ids are integers, but they are opaque strings for all intents and purposes within Apicast, and that is bad because we end...
The `jaeger-client` gem is now passively maintained and a switch to `opentelemetry-*` gems is encouraged.
We learnt in #280 that Porta is storing OIDC apps' client_secrets as `app_key`'s, and that has caused confusion as to how to deal with OIDC in the 3scale Istio Adapter,...
This validator **might** no longer be necessary. This issue should be closed whenever we find out whether it is or isn't needed as of the latest 3scale versions: it might...
The usage of `Date._parse` when taking the input of the `timestamp` field of transactions is insufficient to validate a date. In particular, [it's been discovered that some strings with a...