<div dir="ltr"><div>Hi Nikhil,</div><div><br></div><div>2016-04-12 5:59 GMT+03:00 Nikhil Komawar <span dir="ltr"><<a href="mailto:nik.komawar@gmail.com" target="_blank">nik.komawar@gmail.com</a>></span>:<br></div><div><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<br>
I was hoping to make some changes to the stackalytics dashboard<br>
specifically of this type [1] following my requested suggestions here<br>
[2]; possibly add a few extra columns for +0s and just Bot +1s. I think<br>
having this info gives much clearer picture of the kind of reviews<br>
someone is/wants to be involved in. I couldn't find documentation in the<br>
README or anywhere else and the minimal amount of docstrings are making<br>
it difficult for me to figure the changes.<br>
<br>
What's the best possible route to accomplish this?<br></blockquote><div><br></div><div>Well, I see two different metrics here: the first counts +0s and the second is additional analytic over existing reviews.</div><div><br></div><div>Counting +0s or comments is something that is asked from time to time and something that I'd like to avoid. The reason is that retrieving comments lead to higher load on Gerrit and slows down the update cycle. </div><div><br></div><div>However Stackalytics already retrieves comments for some projects (those that have external CIs, like nova), so we can try this new metric there as experiment. The metric should probably be different from "reviews" not to skew the current numbers. As of implementation, the changes should be in both processor and dashboard; the code similar to existing counting reviews.</div><div><br></div><div>The second feature is counting votes against patch-sets posted by bots. This one should be easier to implement and all data is already available. In the report like [1] every vote record can be extended with info from patch-set; the filtering should take into account the author's company, all bots are assigned to '*robots'. </div><div><br></div><div>Thanks,</div><div>Ilya</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
[1] <a href="http://stackalytics.com/report/contribution/astara-group/30" rel="noreferrer" target="_blank">http://stackalytics.com/report/contribution/astara-group/30</a><br>
[2]<br>
<a href="http://lists.openstack.org/pipermail/openstack-dev/2016-April/091836.html" rel="noreferrer" target="_blank">http://lists.openstack.org/pipermail/openstack-dev/2016-April/091836.html</a><br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
<br>
Thanks,<br>
Nikhil<br>
<br>
<br>
__________________________________________________________________________<br>
OpenStack Development Mailing List (not for usage questions)<br>
Unsubscribe: <a href="http://OpenStack-dev-request@lists.openstack.org?subject:unsubscribe" rel="noreferrer" target="_blank">OpenStack-dev-request@lists.openstack.org?subject:unsubscribe</a><br>
<a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev" rel="noreferrer" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev</a><br>
</font></span></blockquote></div><br></div></div></div>