pulp / pulpcore

Pulp 3 pulpcore package https://pypi.org/project/pulpcore/
GNU General Public License v2.0
279 stars 111 forks source link

Make pulp_file issues discoverable separately from pulpcore issues. #5487

Open quba42 opened 2 months ago

quba42 commented 2 months ago

There may be other integrated plugins in the pulpcore source repo that are also affected.

Since pulp_file got merged into pulpcore it is hard to search either the issues or changelog for just pulp_file. And since there are far more pulpcore issues, this makes it hard to discover pulp_file issues at all.

The first idea is to add tags to issues in the pulpcore repo for each sub-component (core, file, etc.) this would make it easy to filter.

I am not sure if there is a better way, or how easy this would be to automate.

gerrod3 commented 2 months ago

Done, two new tags have been added. core & file. Going to look into adding automation when creating new issues before I close this issue.