Results 50 comments of pulpbot

From: @fao89 (fao89) Date: 2020-09-08T14:05:26Z --- our _post_save method is heavily dependent on immediate policy: https://github.com/pulp/pulp_ansible/blob/master/pulp_ansible/app/tasks/collections.py#L432-L456

From: @fao89 (fao89) Date: 2020-09-24T13:06:27Z --- Do we have an endpoint that brings the MANIFEST.json data? ~~~ json { "collection_info": { "namespace": "pulp", "name": "pulp_installer", "version": "3.6.3-1", "authors": [ "Pulp...

From: @fao89 (fao89) Date: 2020-09-24T13:14:48Z --- Apparently, the version endpoint brings all information we need: URL: https://cloud.redhat.com/api/automation-hub/v3/collections/cyberark/conjur_collection/versions/1.0.3/ ~~~ json { "version": "1.0.3", "certification": "certified", "href": "/api/automation-hub/v3/collections/cyberark/conjur_collection/versions/1.0.3/", "created_at": "2020-04-22T05:51:35.004788Z", "updated_at": "2020-04-22T05:51:35.004819Z",...

From: @bmbouter (bmbouter) Date: 2020-09-24T15:20:35Z --- I don't believe the server side APIs on galaxy.ansible.com and cloud.redhat.com do not provide all attributes that we would need. I believe that blocks...

From: pulpbot (pulpbot) Date: 2020-09-24T19:10:39Z --- PR: https://github.com/pulp/pulp_ansible/pull/373

From: @bmbouter (bmbouter) Date: 2021-03-30T18:07:39Z --- So this loading of the db is really helpful to test the reading of data from the Galaxy V2 and V3 endpoints. We have...

From: @fao89 (fao89) Date: 2021-04-05T17:18:37Z --- maybe we can add some environment variable on CI, SHOULD_LOAD_DB=True, the tests would check for that and pre-load data when running for cron job

From: daviddavis (daviddavis) Date: 2020-10-22T16:31:15Z --- Current validation: https://github.com/pulp/pulp_ansible/blob/739a5551c87f4fffa9f46bee7fce9975e39020e8/pulp_ansible/app/serializers.py#L134-L148

Can one of the admins verify this patch?

From: @bmbouter (bmbouter) Date: 2019-10-03T17:14:46Z --- Removing from automation hub blockers because in AH content will never be removed so it won't impact AH.