I think this pretty much does what you would expect?
The "active" item is always at the top of the stack.
Differential D9939
Emit more usable results from phrequent.tracking epriestley on Jul 16 2014, 12:02 AM. Authored by Tags None Referenced Files
Subscribers
Details
I think this pretty much does what you would expect? The "active" item is always at the top of the stack. Called phrequent.tracking and got reasonable results.
Diff Detail
Event TimelineComment Actions I hooked up my patch to use this, and observed these incorrect calculations: [arcpatch-D7327] james@james-laptop:~/Projects/Phabricator/arcanist> arc --conduit-uri=http://phabricator.local/ time Status Tracked Name (In Progress) 6 s T2: test again (Suspended) 1 m D8: blah (Suspended) 4 s D7: blah [arcpatch-D7327] james@james-laptop:~/Projects/Phabricator/arcanist> arc --conduit-uri=http://phabricator.local/ stop D8 Stopped: D8: blah Status Tracked Name (In Progress) 10 s T2: test again (Suspended) 1 m D7: blah After stopping D8, D7 shows an increase to 1 minute, but it should show 4 seconds instead.
Comment Actions
Comment Actions Tested this and got the intended results. D7327 has already been updated to use this new API. |