Page MenuHomePhabricator

When a task graph has too much stuff, only show adjacent nodes (direct parents/children)
ClosedPublic

Authored by epriestley on Jul 28 2016, 8:57 PM.
Tags
None
Referenced Files
F17843588: D16344.id39303.diff
Sun, Jul 27, 1:06 AM
F17842991: D16344.id39303.diff
Sun, Jul 27, 12:20 AM
F17832366: D16344.diff
Sat, Jul 26, 12:41 PM
F17717173: D16344.id39305.diff
Thu, Jul 17, 9:23 PM
F17693491: D16344.diff
Tue, Jul 15, 7:48 AM
Unknown Object (File)
Jun 8 2025, 7:00 PM
Unknown Object (File)
Jun 6 2025, 11:25 AM
Unknown Object (File)
Jun 5 2025, 7:01 AM
Subscribers

Details

Summary

Ref T4788. This gives us a new level of graceful degradation, so now we show:

  • Zero through 100 connected tasks: whole graph.
  • More than 100 connnected tasks, but fewer than 100 direct parents/subtasks: just parents and subtasks, with "..." to hint that the graph is cut off.
  • More than 100 parents and children: just the "sorry, too much stuff" error message.
Test Plan

Screen Shot 2016-07-28 at 1.53.41 PM.png (903×1 px, 158 KB)

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to When a task graph has too much stuff, only show adjacent nodes (direct parents/children).
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: chad.
chad edited edge metadata.
This revision is now accepted and ready to land.Jul 28 2016, 10:17 PM
This revision was automatically updated to reflect the committed changes.