Phabricator ETL pipeline.
Details
Oct 29 2019
Sep 23 2019
Sep 20 2019
get rid of all obsolete / policy-violating stuff so no part of the Facts application is broken;
Sep 18 2019
I believe charts in the UI now make physical sense. They aren't very fancy/polished yet, but everything I see on this install looks cohesive (no more overlapping negative areas, weird gaps, general nonsense, etc):
Sep 17 2019
Sep 16 2019
The "compose(...)" function won't select input values correctly if the first function in the chain isn't a data function. For example, if we compose:
D20814 combines nearby points so we don't have tons of overlapping tiny circles. For now, the grouping is just based on X-axis distance:
Sep 13 2019
In stacked area charts, when we stack areas, we accumulate some error by stacking integer points on top of interpolated points.
if prototypes are disabled, some stuff is broken, particularly "View Chart".
Jul 19 2019
Yeah, this is still in a transitional state, it's just been stalled for a bit (not blocked by anything, just other stuff has been getting attention). The two major issues I'm aware of right now are:
Not sure where to report this, but since a recent upgrade at Wikimedia, the new version of the Burnup Graph (now Reports: Burndown), has a tendency to go below zero. I'm aware the old version had inaccuracies so perhaps it was happening before as well but hidden (e.g. artificially replaced with zero or something like that).
May 8 2019
The actual facts Maniphest currently generates need to be adjusted to properly support stacked-area-by-reason: currently, when a task is closed, we don't have enough data to figure out whether it should be removed from the "created into this project" area, the "reopened work" area, or the "moved work" area.
May 7 2019
One issue with model we're evolving toward is that if you view a chart in Klingon, then send the link to a user whose primary language is Kerbal, we'd prefer to relabel the chart in Kerbal, not restore serialized Klingon-language chart labels. That means label generation has to be at render time, not at chart construction time, and I'm serializing a data-structure which is slightly too low-level for common application cases.
May 5 2019
This is a little ways out, but the actual facts Maniphest currently generates need to be adjusted to properly support stacked-area-by-reason: currently, when a task is closed, we don't have enough data to figure out whether it should be removed from the "created into this project" area, the "reopened work" area, or the "moved work" area. This is okay if we're summing the opens/closes but not precise enough if we're breaking them down.
May 3 2019
Multiple Project Burnups Stacked in an Area Chart
See also PHI1226. An install has an environment where automatic rules (Herald/Owners) frequently trigger group reviewers (projects/packages), and some groups are not prompt about performing review.
Apr 30 2019
I think a possible model for the UI is to have some base ChartConfigurationEngine, similar to SearchEngine, which defines a set of fields. Some fields would be common (e.g., all time-series charts can have time controls for domains).
The concrete use cases that are currently filed are:
This now approximately exists and is no longer of much use as a standalone task. See T13279 and elsewhere for followups.
hmmm