fabric8io / fabric8-platform

Generates the distribution of the fabric8 microservices platform
Apache License 2.0
104 stars 66 forks source link

generate an issues fixed list based on all the dependent projects? #94

Open jstrachan opened 7 years ago

jstrachan commented 7 years ago

it'd be great to be able to generate a list of all the issues that have been fixed by an individual fabric8-platform release (based on all the issues from kube model/client, fabric8, devops, ipaas, quickstarts, fabric8-console, gofabric8)

I wonder if we can make some tool to query all the issues fixed in a bunch of repos and consolidate a HTML report?

jstrachan commented 7 years ago

maybe we run a changelog generator on each individual project (kubernetes-client, fabric8, fmp, devops et al) - then have a composition tool that grabs the changelog for each dependency and collates them?

rawlingsj commented 7 years ago

Not sure if it helps but I had a play with the golang github code which works nicely https://github.com/fabric8io/goimprove/blob/master/cmds/ghDownloads.go#L73

Might be a quick and easy way to get the data you want. Also easily send events to elasticsearch..

jstrachan commented 7 years ago

yeah - was hoping we could generate the changelog of fixed issues per release; put it into some canonical place - then could aggregate the data for the platform releases (fabric8-platform, ipaas-platform)