Dennis Kliban

Results 20 issues of Dennis Kliban

I have a unit test in pulpcore that uses TestCase.setting() to override a setting. However, the setting never gets set to the right value. ``` class ContentHeartbeatTestCase(TestCase): @patch("pulpcore.app.models.ContentAppStatus.objects.get_or_create") @patch("pulpcore.content.handler.Handler._reset_db_connection") def...

bug
Not a Bug

I love using Forklift with Pulplift. It would be even better if a developer could provision using the Docker provider for Vagrant. Our previous development environment was configured to provision...

Would be nice to have a choice of a dictionary or QuerySet for the return value of in_bulk.

##### Description When cookie support for header auth is present in the OpenAPI schema v3, the Ruby client produced contains nothing after the : on the following line: https://github.com/OpenAPITools/openapi-generator/blob/master/modules/openapi-generator/src/main/resources/ruby-client/configuration.mustache#L173 On...

Client: Ruby
Issue: Bug

This will be needed after https://github.com/pulp/pulpcore/issues/5285 is implemented in pulpcore.

Feature

The boolean settings that control the behavior of the multi process container should accept 'true', 't', 'yes', and 'y' for True. `PULP_HTTPS` `PULP_GUNICORN_RELOAD` `PULP_OTEL_ENABLED`

Feature

If the container is being started with PULP_OTEL_ENABLED set to true, the `pulp-api` and `pulp-content` scripts should properly start the application using opentelemetry-instrumentation.

Feature