Page MenuHomePhabricator
Feed Advanced Search

Mar 9 2017

lyahdav added a comment to T11768: Show diff statistics (lines changed).

For anyone who doesn't want to wait for this to be implemented, here's a Tampermonkey script to do it: https://gist.github.com/lyahdav/30fabcfb2856a28d320114922c91a1e3

Mar 9 2017, 3:37 AM · Feature Request
lyahdav added Q184: Is it possible to display the number of lines changed in a diff (Answer 526).
Mar 9 2017, 3:00 AM

Feb 4 2017

lyahdav awarded T5523: Make bulk moves easier on Workboards a Like token.
Feb 4 2017, 1:48 AM · Restricted Project, Workboards

Sep 20 2016

lyahdav added a comment to T4171: Building reporting and data systems.

@ksmith it's a Python script that you would run on your local machine. If you have arcanist setup for development it should be pretty simple to get it working. Ideally it would just be a plugin, but I didn't look into that approach yet.

Sep 20 2016, 4:51 AM · Restricted Project, FreeBSD, Facts, Wikimedia

Sep 17 2016

lyahdav added a comment to T4171: Building reporting and data systems.

For anyone trying to get Kanban statistics / reports in the meantime, you can try this project I recently started working on:
https://github.com/lyahdav/analytics-limn-analytics-data/tree/kanban_stats. It generates a CFD (Cumulative Flow Diagram) and computes cycle time and lead time.

Sep 17 2016, 11:58 PM · Restricted Project, FreeBSD, Facts, Wikimedia
lyahdav added a comment to T5214: Add Conduit API methods for workboards.

@raincoastchris the context of this issue caught my eye because I've really wanted Phab to generate a cumulative flow chart and Kanban statistics for some time now. I took a stab at it today and modified an existing python script to generate a cumulative flow chart and Kanban statistics (https://github.com/lyahdav/analytics-limn-analytics-data/tree/kanban_stats) but configuring it is a bit painful because there is no easy way to get the names of all the columns in a workboard right now.

Sep 17 2016, 6:13 AM · Restricted Project, Conduit, Maniphest, Workboards