gerrod
- Registered on: 05/18/2020
- Last connection: 04/12/2021
Issues
- Assigned issues: 1
- Reported issues: 24
Projects
- Pulp (Contributor, 05/28/2020)
- RPM Support (Contributor, 05/28/2020)
- Puppet Support (Contributor, 05/28/2020)
- Docker Support (Contributor, 05/28/2020)
- Python Support (Developer, Contributor, 05/28/2020)
- Packaging (Contributor, 05/28/2020)
- Crane (Contributor, 05/28/2020)
- OSTree Support (Contributor, 05/28/2020)
- Debian Support (Contributor, 05/28/2020)
- Nectar (Contributor, 05/28/2020)
- File Support (Contributor, 05/28/2020)
- Ansible Plugin (Contributor, 05/28/2020)
- CertGuard (Contributor, 05/28/2020)
- Container Support (Contributor, 05/28/2020)
- NPM Plugin (Contributor, 05/28/2020)
- Migration Plugin (Contributor, 05/28/2020)
Activity
04/16/2021
-
Issue #8587 (MODIFIED): Collections named "api" bring up the api endpointTry out any url, the collection doesn't even have to exist, and put "api" at the end and you'll get the `/api` endpoint. So collections named "api" will not properly return their metadata when requested. It's possible this also occurs f...
04/07/2021
03/31/2021
-
Applied in changeset commit:pulpcore|3d3a7849fc7e7b4489e664f4a93694044aae8404. Issue #8447 (MODIFIED): LookupError: Could not determine ViewSet base name for model <class 'pulpcore.app.models.publication.PublishedMetadata'>Steps to reproduce:
```
name="rpm-unsigned-$RANDOM"
url="https://fixtures.pulpproject.org/rpm-unsigned/"
#policy="on_demand"
policy="immediate"
pulp rpm remote create --name $name --url $url --policy $policy
pulp rpm repositor... -
fixes: #8447
https://pulp.plan.io/issues/8447 Revision 3d3a7849 (pulpcore): Universal content list properly excludes PublishedMetadata -
Applied in changeset commit:pulpcore|6ebab80fb95546abdc5d47391d49a4a80675c4d4. Issue #8475 (MODIFIED): Published distributions are not viewable at base url of content appIf you go to the base url of the content app `/pulp/content/` to view all the published distributions when an AnsibleDistribution has been published you get a 500 error
~~~
Mar 30 15:15:23 pulp3-source-fedora33.localhost.example.com ... -
fixes: #8475
https://pulp.plan.io/issues/8475 Revision 6ebab80f (pulpcore): Fixed distributions not being viewable in content app
03/30/2021
-
After some testing I found that you can't see any distribution at `/pulp/content/`. Issue #8475: Published distributions are not viewable at base url of content appIf you go to the base url of the content app `/pulp/content/` to view all the published distributions when an AnsibleDistribution has been published you get a 500 error
~~~
Mar 30 15:15:23 pulp3-source-fedora33.localhost.example.com ... -
~~~
Mar 30 15:15:23 pulp3-source-fedora33.localhost.example.com ...
03/26/2021
-
Applied in changeset commit:pulp_ansible|49c3621a9c9512fc95912a01cc8a734c64c7dfb1. Issue #7751 (MODIFIED): As an user I want to sync collections and their dependenciespulp-ansible does not sync collection dependencies.
pulp.pulp_installer collection depends on ansible.posix
when trying to install pulp.pulp_installer it fails due to 404 on ansible.posix
~~~ text
(pulp) [vagrant@pulp3-source-fedor... -
fixes: #7751
https://pulp.plan.io/issues/7751 Revision 49c3621a (pulp_ansible): Added full syncing of collection dependencies
Also available in: Atom