ansible / galaxy-dev

Ansible Automation Hub
11 stars 13 forks source link

Model CollectionVersion docs_blob json to be stored as separate fields #95

Open awcrosby opened 5 years ago

awcrosby commented 5 years ago

The docs_blob key returned by galaxy-importer is currently saved in CollectionVersion.docs_blob JSONField by the pulp-ansible worker. Due to the variety of fields present, we want to consider modeling this.

alikins commented 5 years ago

https://github.com/ansible/galaxy-dev/issues/97 and https://github.com/ansible/galaxy-api/pull/75 are somewhat related since they reference docs_blob and have approximate models.

chouseknecht commented 4 years ago

Kicking this to the next release. It's too big to get done for 4.0 GA.