|
Eclipse dashboard |
|
# select MAX(YEARMONTH) AS MAX FROM commits
# select MIN(YEARMONTH) AS MIN FROM commits # select PROJECT, YEARMONTH, COUNT(CHANGE_SIZE) AS SUM FROM commits GROUP BY PROJECT, YEARMONTH The sparklines are scaled by project and thus cannot be used to compare activity between projects. See the wiki page about known data anamolies. See raw data we use. This automatically collected information may not represent true activity and should not be used as sole indicator of individual or project behavior. |