mikea
- Login: mikea
- Registered on: 06/21/2017
- Last connection: 07/25/2018
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 2 | 2 |
Reported issues | 0 | 4 | 4 |
Projects
Project | Roles | Registered on |
---|---|---|
Ansible Plugin | Contributor | 08/20/2018 |
CertGuard | Contributor | 04/06/2020 |
Container Support | Contributor | 12/06/2019 |
Crane | Contributor | 07/13/2017 |
Debian Support | Contributor | 07/13/2017 |
Docker Support | Contributor | 07/13/2017 |
File Support | Contributor | 07/17/2017 |
Migration Plugin | Contributor | 01/14/2020 |
Nectar | Contributor | 07/13/2017 |
NPM Plugin | Contributor | 05/11/2020 |
OSTree Support | Contributor | 07/13/2017 |
Packaging | Contributor | 07/13/2017 |
Pulp | Contributor | 07/13/2017 |
Puppet Support | Contributor | 07/13/2017 |
Python Support | Contributor | 07/13/2017 |
RPM Support | Contributor | 07/13/2017 |
Activity
07/25/2018
-
@bmbouter we've recently run into this problem after upgrading to the latest version of pulp_python. I still need to confirm some details with my coworkers, It appears that what pulp-admin expects for the distributor name has changed? We... Issue #2005: unable to use pulp-admin to publish rpm repository created with APIAttempting to publish a repo via pulp admin results in error:
~~~
pulp.server.async.tasks:INFO: Task failed : [e967dad0-8565-4232-ae4d-43e1864d9878]
celery.worker.job:ERROR: (26888-89504) Task pulp.server.managers.repo.publish.publi...
08/04/2017
-
I was researching this a bit and while it's possible to use requests, it's definitely not clean or ideal.
I think the best option is to use aiohttp, but we could always look at something like
https://pypi.python.org/pypi/grequests - by... Task #2951: Add the pulpcore.plugin.download.asyncio package with asyncio based downloadersThe way we offer concurrency in the plugin API is with the Batch() object which is built on code that we have to carry and maintain. Concurrent I/O (such as concurrent downloads) is a great fit for [asyncio](https://docs.python.org/3/lib...
08/03/2017
-
I wouldn't mind taking a crack at this
Task #2951: Add the pulpcore.plugin.download.asyncio package with asyncio based downloadersThe way we offer concurrency in the plugin API is with the Batch() object which is built on code that we have to carry and maintain. Concurrent I/O (such as concurrent downloads) is a great fit for [asyncio](https://docs.python.org/3/lib...
07/13/2017
-
~~https://github.com/pulp/pulp_python/pull/112~~
Issue #2900: Add http config change install documentation for Pulp PythonPulp is requesting: /pulp/python/web/pypi/pypi/falcon/json/
The actual file is /pulp/python/web/pypi/pypi/falcon/json/index.json
The documentation should reflect the need to update the httpd DirectoryIndex directive to support this... -
-
I guess this is a byproduct of me installing from source directly (no 2.x RPM for pulp 2.11... -
The actual file is /pulp/python/web/pypi/pypi/falcon/json/index.json
The documentation should reflect the need to update the httpd DirectoryIndex directive to support this... -
I've submitted a github pull request to fix this issue: https://github.com/pulp/pulp_python/pull/110
Issue #2899: Pulp Python plugin spams logs when downloading wrong filetypes from pypiSome python packages (setuptools, argparse, pyzqm, to name a few) contain some operating system packages (\*.msi, \*.rpm, etc). When pulp_python comes across these files, it pukes exceptions into the log file.
I assume that we actuall... -
~~~
(Value must be one of ('sdist', 'bdist_egg', 'bdist_wheel', 'bdist_wininst'): ['packagetype'])
https://pypi.python.org/packages/16/47/b2f6126fc281f9822b... -
mhrivnak wrote:
> Did you schedule this through pulp-admin, or through the API directly?
>
> The logic that chooses when to next run a scheduled task has no idea what kind of task is in question, let alone what type of repo is being act... Issue #2838: Updating/Adding a sync schedule does not trigger an immediate syncIn the RPM/Yum plugin whenever you add a sync schedule without a start time in the future (for example, P1D) it starts a sync task immediately.
The Python plugin does not do this. It should be consistent.
Also available in: Atom