A useful function of reporting is the ability to export data for external analysis. Phabricator currently does not offer this, but the Sprint extension could. Serialization of Task, Workboard and Event Data for export would be a nice feature.
Description
Details
Revisions and Commits
rOPUP Wikimedia Puppet | |||
rOPUPaed0ca8a00e5 Symlink for sprint extension static files. |
Related Objects
Event Timeline
Implemented csv data export on phab08 using tableTools.js. Only does tasks and events currently. See demo here: https://phab08.wmflabs.org/project/sprint/burn/34/
Production implementation ties in with T91207. Need some help / suggestions on the best way to have puppet load library static files (not js or css, only images, etc.) into $base_dir/webroot/rsrc.
Maybe something like:
file { '{phabdir}/phabricator/webroot/rsrc/libext': ensure => file, source => 'puppet:///modules/phabricator/libext', recurse => true, mode => '0644', }
Change 209250 had a related patch set uploaded (by Christopher Johnson (WMDE)):
changes webroot static path from /rsrc/libext to /rsrc/sprint
Change 209250 merged by 20after4:
changes webroot static path from /rsrc/libext to /rsrc/sprint
Change 209847 had a related patch set uploaded (by 20after4):
Deploy hotfixes for phabricator sprint extension bugs:
Change 209847 merged by Dzahn:
Deploy hotfixes for phabricator sprint extension bugs: