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.
osapryki
- Registered on: 09/26/2018
- Last connection: 12/01/2020
Issues
- Assigned issues: 0
- Reported issues: 35
Projects
- Pulp (Contributor, 09/26/2018)
- RPM Support (Contributor, 09/26/2018)
- Puppet Support (Contributor, 09/26/2018)
- Docker Support (Contributor, 09/26/2018)
- Python Support (Contributor, 09/26/2018)
- Packaging (Contributor, 09/26/2018)
- Crane (Contributor, 09/26/2018)
- OSTree Support (Contributor, 09/26/2018)
- Debian Support (Contributor, 09/26/2018)
- Nectar (Contributor, 09/26/2018)
- File Support (Contributor, 09/26/2018)
- Ansible Plugin (Developer, Contributor, 09/26/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
12/01/2020
-
Issue #7907 (CLOSED - CURRENTRELEASE): Failed task did not clean up properly resource reservationsIn Automation Hub the task `galaxy_ng.app.tasks.synclist.curate_synclist_repository` failed due to redis failure. However resource reservation for that task remained in the database blocking entire tasking system (if workers number = 1)....
10/27/2020
-
Issue #7754 (POST): PostgreSQL extension uuid-ossp is missing in pulp/pulp-ci container imageAutomation Hub requires PostgreSQL extension "uuid-ossp" to perform a data migration https://github.com/ansible/galaxy_ng/pull/528, however Travis CI fails with the following error:
```
django.db.utils.OperationalError: could not ope...
10/08/2020
-
Full query log:
https://gist.github.com/cutwater/8ad7eb7aa9a86232d2169c61b18e61cf Issue #7564: Excess number of suboptimal queries when querying collections listRequest to `/pulp/api/v3/content/ansible/collection_versions` (see Request) produces **6 + 2N** SQL queries, where N is a number of collection version in response.
This is highly inefficient and may result in a high request latency in... -
-
10/01/2020
-
Issue #7637 (CLOSED - CURRENTRELEASE): As a user I need to configure URL for django admin sitePulpcore defines URL for Django admin site as `/admin/`. For some deployments (e.g. Automation Hub) it must have a prefix (`/automation-hub/admin`). A proposed solution is to make the admin site URL configurable.
09/24/2020
-
Issue #7564 (CLOSED - DUPLICATE): Excess number of suboptimal queries when querying collections listRequest to `/pulp/api/v3/content/ansible/collection_versions` (see Request) produces **6 + 2N** SQL queries, where N is a number of collection version in response.
This is highly inefficient and may result in a high request latency in...
09/14/2020
-
The issue is caused by the [post migration hook](https://github.com/django-guardian/django-guardian/blob/devel/guardian/management/__init__.py#L40) installed by the `django-guardian` package. The hook attempts to create an anonymous user... Issue #7493: Installer: remove auth migration taskCurrently the installer runs auth migrations first, then runs all other migrations. This is causing the following error in `galaxy_ng`:
~~~
TASK [pulp_database_config : Run database auth migrations] *********************
fatal: [pu...
08/25/2020
-
Issue #7389 (CLOSED - CURRENTRELEASE): Cancelled tasks are processed by workerIf task is in queue and cancelled before being picked up by resource-manager, it may be still scheduled to a worker and processed.
Steps to reproduce.
1. Start API service. Worker and resource-manager are not running.
2. Trigger a... -
Issue #7387 (CLOSED - DUPLICATE): Tasks not delivered to resource-manager are not cleaned upIf task was not delivered to resource manager because of redis queue failure, it will forever stay in waiting state.
Steps to reproduce:
1. Start API service.
2. Trigger a task. Check a record is created in table `core_task` and i...
Also available in: Atom