You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now does bStats display each version individually for a velocity proxy. This will cause... extremely full pie charts due to each new git revision being counted as their own version:
I suggest to change this by having this be a drilldown pie with 3.3.0-SNAPSHOT (or similar version patterns) being the major version and every git revision being part of it.
The text was updated successfully, but these errors were encountered:
this would need to be done in velocity, not bstats
bstats already supports drill down charts, we just need to convert that one to a drill down and supply the data in the right format
Right now does bStats display each version individually for a velocity proxy. This will cause... extremely full pie charts due to each new git revision being counted as their own version:
I suggest to change this by having this be a drilldown pie with
3.3.0-SNAPSHOT
(or similar version patterns) being the major version and every git revision being part of it.The text was updated successfully, but these errors were encountered: