Network maintenance. Planio will be observing two scheduled maintenance windows this Tuesday, March 2 and Wednesday, March 3 from 02:00 UTC until 06:00 UTC each in order to perform maintenance on access routers in our primary datacenter. Your account might observe short downtimes during these periods up to several minutes at a time.
gmbnomis
- Registered on: 03/18/2016
- Last connection: 08/24/2020
Issues
- Assigned issues: 0
- Reported issues: 26
Projects
- Pulp (Contributor, 09/17/2018)
- RPM Support (Contributor, 09/17/2018)
- Puppet Support (Contributor, 09/17/2018)
- Docker Support (Contributor, 09/17/2018)
- Python Support (Contributor, 09/17/2018)
- Packaging (Contributor, 09/17/2018)
- Crane (Contributor, 09/17/2018)
- OSTree Support (Contributor, 09/17/2018)
- Debian Support (Contributor, 09/17/2018)
- Nectar (Contributor, 09/17/2018)
- File Support (Contributor, 09/17/2018)
- Ansible Plugin (Contributor, 09/17/2018)
- CertGuard (Contributor, 04/06/2020)
- Container Support (Contributor, 12/06/2019)
- NPM Plugin (Contributor, 05/11/2020)
- Migration Plugin (Contributor, 01/14/2020)
Activity
01/31/2020
-
Applied in changeset commit:pulpcore|3e53740137f23caa2d21fdf0f1d46831936a713c.
Issue #6038 (MODIFIED): Hanging tasksRunning tests on pulplift boxes lead to hanging tasks in certain environments (maybe due to fast discs, slow internet).
The problem seems to be introduced by upgrading redis-py from 3.1.0 to 3.3.1
More details can be found in this ... -
-
The fix https://github.com/andymccurdy/redis-py/pull/1270 is part
of redis-py 3.4.0.
fixes #6038
https://pulp.plan.io/issues/6038 Revision 3e537401 (pulpcore): Unpin redis-py version as freezing issue has been fixed
01/21/2020
-
Applied in changeset commit:pulpcore|2a9b28821b204329946536d878e0e1f7687ed521.
Story #6024 (MODIFIED): As a plugin writer, I can iterate over repository versions in a memory efficient manner# Motivation
Plugins need to iterate over the content in a repository version to create a publication. Pulp
should offer a batching iterator over content in order to limit the memory footprint and to allow
efficient use of conte... -
Plugins need to iterate over the content in a repository version to create a publication.
`RepositoryVersion.content_batch_qs()` generates content batches to
efficiently iterate over all content.
fixes: #6024
https://pulp.plan.io/issue... Revision 2a9b2882 (pulpcore): Add a batching content iterator ``content_batch_qs()`` to ``RepositoryVersion``
01/19/2020
01/18/2020
-
PR is at: https://github.com/pulp/pulpcore/pull/509
Story #6024: As a plugin writer, I can iterate over repository versions in a memory efficient manner# Motivation
Plugins need to iterate over the content in a repository version to create a publication. Pulp
should offer a batching iterator over content in order to limit the memory footprint and to allow
efficient use of conte... -
Plugins need to iterate over the content in a repository version to create a publication. Pulp
should offer a batching iterator over content in order to limit the memory footprint and to allow
efficient use of conte...
01/15/2020
-
I think restricting the allowed paths by configuration is a good idea (if it is ok for the use cases that this feature should support). And disabling it by default is the safest option.
bmbouter wrote:
> ### Question 1: symlinks
>
> Ho... Story #5974: As a user, I can restrict file:/// to one or more specific pathsAt the system level, default to denying file import from file:/// unless a subpath of one or more declared approved paths. The list of approved paths will live in settings as it's a system-wide thing.
### Example whitelisting importin...
01/12/2020
-
https://pulp.plan.io/issues/5968
ref #5968 Revision 474a5e51 (pulpcore): Allow to filter publications by `repository_version` and `pulp_created`
Also available in: Atom