DSACMS / metrics

Experimentations in Open Source Repository Metrics
https://dsacms.github.io/metrics/
Other
6 stars 2 forks source link

Add Two Additional CMS Github Orgs to Metrics Site as Well as Merge with Dev for Stability #77

Closed IsaacMilarky closed 6 months ago

IsaacMilarky commented 6 months ago

Add Two Additional CMS Github Orgs to Metrics Site as Well as Relevant Hot-fix

Problem

A goal of the metrics website is to grow in its capacity to show metrics about a large breadth of the CMS open source ecosystem.

Solution

Now, both Enterprise-CMCS and CMS-Enterprise were added to the tracked orgs and repos for the metrics website. Also, a hot-fix is included to fix a urgent error that occurred when a repository doesn't set a default git branch.

Result

More repositories and orgs will be added to the metrics website.

Screenshot 2024-01-22 at 6 56 57 PM
natalialuzuriaga commented 6 months ago

Flagging for the future that the org GH API metrics look off (latest values are the same across all orgs) and running ./update.sh runs to an error during graph generation. We can address this later

IsaacMilarky commented 6 months ago

Flagging for the future that the org GH API metrics look off (latest values are the same across all orgs) and running ./update.sh runs to an error during graph generation. We can address this later

Oh yeah good catch. I fixed this in dev but the bug is still in main. Will push a commit to fix

IsaacMilarky commented 6 months ago

I ended up merging with dev since it became apparent that it was too far ahead of main to easily apply the bug-fixes from it to this PR without a full merge. @natalialuzuriaga