MeasureOSS / Measure

At its core Measure is, for lack of a better term, a contributor relationship management system. Measure consists of easy to understand widgets that can be arbitrarily displayed to build dashboards. It allows you to understand how people as individuals and as organizations are interacting with open source projects on GitHub. It’s metrics that focus not only on code, but on contributors.
Apache License 2.0
159 stars 17 forks source link

Finding issues of a repo #113

Open k----n opened 4 years ago

k----n commented 4 years ago

https://github.com/MeasureOSS/Measure/blob/8995fb4c13b85f14c3b594bd7865344ce674510b/lib/checking.js#L198 is nested in https://github.com/MeasureOSS/Measure/blob/8995fb4c13b85f14c3b594bd7865344ce674510b/lib/checking.js#L194

Therefore if a repo has issues, but no comments on an issue a warning will be produced on the console stating that no issues have been found.

k----n commented 4 years ago

Also should be noted is that Line 198 of Measure/lib/checking.js also limits the results to 1.

This means that a WARNING: there are fewer open issues in our database for the repository than we expect. is presented.

I'm not sure if we really want to iterate through all the issues anyways.