15:02:06 #startmeeting Stackalytics 15:02:07 Meeting started Mon Nov 18 15:02:06 2013 UTC and is due to finish in 60 minutes. The chair is ilyashakhat. Information about MeetBot at http://wiki.debian.org/MeetBot. 15:02:08 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 15:02:11 The meeting name has been set to 'stackalytics' 15:02:36 Hi everyone, it's time for our bi-weekly meeting on Stackalytics project 15:03:15 #topic project news 15:04:45 https://blueprints.launchpad.net/stackalytics/+spec/review-punchcard 15:04:52 is available in beta 15:05:52 the link to report is added to contribution summary section 15:06:14 and it shows the activity log for engineer as well as the usual working hours 15:06:18 like that: http://stackalytics.com/report/users/slukjanov 15:07:27 Another blueprint in beta is https://blueprints.launchpad.net/stackalytics/+spec/module-review-backlog-stats 15:08:16 it is also a report, available for modules 15:08:31 it shows list of open reviews, like that: http://stackalytics.com/report/reviews/neutron 15:12:30 #topic New blueprints 15:12:50 We have one new blueprint https://blueprints.launchpad.net/stackalytics/+spec/openstack-status 15:13:46 the author asks some features available in github, like used languages, download stats, etc. 15:15:44 language stats we can calculate from git repo, but OpenStack is mostly python, so there shouldn't be any surprises :) 15:17:34 downloads, git clone stats is not available and a bit useless since code may be checkout by devstack or set from packages 15:18:30 so these features don't seem to be very useful, keep it untouched 15:19:27 One more blueprint that hangs for a couple of months is https://blueprints.launchpad.net/stackalytics/+spec/review-disagreements 15:20:13 it's not hard from math perspective, but requires a way to get list of core engs 15:21:20 basically to get a list of cores for particular project the one should do the following: 15:21:45 get name of gerrit core group 15:22:38 that is easy by running ls-groups command 15:22:52 ex. ssh -p 29418 review.openstack.org gerrit ls-groups --project openstack/python-glanceclient 15:23:17 the core group is the one with -core suffix 15:23:50 then goes tricky/impossible part - to get list of members for that group 15:24:26 authorized user can get it via gerrit ui, but it doesn't accept group name, only id 15:25:48 as an option we can track core members separately 15:31:51 that's all with news from Stackalytics 15:32:09 #topic Open discussion 15:36:35 #endmeeting