Dennis Kliban

Results 20 issues of Dennis Kliban

**Version** quay.io/pulp/pulp latest 728f8846e816 2 weeks ago 2.18 GB **Describe the bug** The following tracebacks are present in the logs when I first start pulp multi service container: ``` Checking...

bug
prio-list

https://www.redhat.com/sysadmin/quadlet-podman

Documentation
enhancement

https://pulpproject.org/pulp-in-one-container/ needs to be updated with `CACHE_ENABLED=True` in the settings.py.

Pulpcore requirements take a while to download and install. They should be preinstalled in the container and then pip should simply 'install --upgrade' them.

Idiscovered a new bug in Pulp that i believe might be a dynaconf issue. The issue revolves around `DEFAULT_FILE_STORAGE` setting. In our codebase we have the following import `from django.core.files.storage...

bug
django

1. Create a remote 2. Create a repository with remote from 1 and with autopublish enabled 3. Create a distribution with repository set to 2 4. Sync the repository 5....

Documentation
Task

A pytest web server fixture should allow us to make server side assertions about the headers submitted by a pulp worker when syncing from a ULN Remote.

Task
Tests

The example in the docs[0] only shows how to upload a single file. Let's add a --directory example also. [0] https://pulpproject.org/pulp_rpm/docs/user/guides/upload/#upload-a-package

Documentation
Task

A repository[0] contains a package with the name `nsight-systems-2025.3.2-2025.3.2.474_3638932-0.x86_64.rpm`. However, the metadata in the package does not match the version in the filename: ``` $ rpm -qip nsight-systems-2025.3.2-2025.3.2.474_3638932-0.x86_64.rpm Name :...

Issue
Triage-Needed