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
F18788482: D16344.id39303.diff
Wed, Oct 15, 5:03 AM
F18704081: D16344.diff
Sun, Sep 28, 6:14 AM
F18650039: D16344.id39305.diff
Sat, Sep 20, 11:11 PM
F18627215: D16344.diff
Sep 16 2025, 3:29 AM
F18622193: D16344.diff
Sep 15 2025, 10:46 AM
F18202596: D16344.id.diff
Aug 18 2025, 10:42 AM
F18193717: D16344.diff
Aug 17 2025, 6:30 AM
F18105567: D16344.id.diff
Aug 10 2025, 6:45 PM
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.