David Davis

Results 22 issues of David Davis

Right now, repoaudit processes things serially. It would greatly benefit from adding asyncio and processing things in concurrently. There are several places where we could process things concurrently so I...

enhancement
repoaudit

Migrated from https://pulp.plan.io/issues/6361 --- I experienced the same problem in two places when using the all_in_one image from this blog post: https://pulpproject.org/2020/03/15/pulp-fedora31-single-container/ I had run the commands from a new...

**Describe the bug** We've encountered problems due to the fact that packages with the same NEVRA+checksum but different filenames can't exist in pulp_rpm. It looks like pulp_rpm is [using NEVRA...

Issue

**Version** pulpcore 3.21.0.dev pulp-rpm 3.18.0.dev **Describe the bug** If you add two packages with the same filename to a repo, then only one gets published/distributed (good). However, both show up...

Issue
Satellite

**Is your feature request related to a problem? Please describe.** We have [a request to publish AppStream metadata for our repos](https://github.com/microsoft/linux-package-repositories/issues/4). It doesn't look like Pulp allows you to publish...

Feature

🐞 **Describe the bug** aiohttp logs proxy username/password as clear text when hitting a 503: ```console aiohttp.client_exceptions.ClientHttpProxyError: 503, message=‘Service Unavailable’, url=URL(‘http://**proxyuser:proxypass**@myproxy.example.com:8080’) ``` 💡 **To Reproduce** 1. Create an aiohttp session...

enhancement

Fix security warnings from zizmor by pinning github actions.

**Is your feature request related to a problem? Please describe.** I really like how pulp_rpm handles package signing services: you can create a single service and then [set the key...

Feature