David Ortiz

Results 35 issues of David Ortiz

### What does this PR do? Migrates the cert-manager integration from [integrations-extras](https://github.com/DataDog/integrations-extras). I have not changed the code. All credit goes to @arapulido who created the integration and all the...

documentation
containers
dev/testing
changelog/Added
integration/cert_manager

When the application raises an exception, Falcon returns the message of the exception in the response body. I think it would be great to introduce a flag to disable this....

### What does this PR do? This implements the overrides defined in a `v2alpha1.DatadogAgentComponentOverride` object. The overrides are mostly about the pod template specs, but they also affects deployments, and...

enhancement

### What does this PR do? Implements a finalizer for V2 agents. The finalizer removes all the resources associated with the agent. Before this PR, cluster roles and cluster role...

bug

The JDBC URL that appears in Redshift's dashboard starts with jdbc:redshift://... . However, Blueshift expects jdbc:postgresql://... in the manifest file. When using the first one, Blueshift raises this error when...

There are a couple of tests in `TimerPoolExecutor` that fail sometimes, although very rarely. - "TimerPoolExecutor worker garbage collection puts back worker even when task crashes" - "TimerPoolExecutor worker garbage...

In the last few days, I've seen this test fail a few times in CircleCI: https://github.com/3scale/APIcast/blob/66168b7a15655f0ea473d862a41ae9fdbb3fa912/spec/resty/http_ng/backend/async_resty_spec.lua#L44

Right now, the conditional policy only supports 2 operations (`!=`, `==`), and and/or for combining them. After some discussion in #820 it looks that we'll need to add support for...

The 3scale batching policy reports all the batched transactions with the same timestamp. This shouldn't be a problem in practice because the batching period is not supposed to be very...

type: enhancement

The 3scale UI uses `react-jsonschema-form` to build forms from the policy config schemas. We need to add some kind of validation to make sure that apicast policy config schemas can...