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
F14055963: D16344.diff
Sat, Nov 16, 5:07 PM
F14009420: D16344.id39305.diff
Wed, Oct 30, 4:58 PM
F14008638: D16344.id39303.diff
Wed, Oct 30, 2:46 AM
F13980261: D16344.diff
Oct 19 2024, 9:24 AM
F13971147: D16344.id.diff
Oct 17 2024, 11:55 AM
Unknown Object (File)
Oct 9 2024, 8:14 AM
Unknown Object (File)
Oct 3 2024, 10:25 AM
Unknown Object (File)
Sep 9 2024, 7:29 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
Branch
task5
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 13179
Build 16873: Run Core Tests
Build 16872: arc lint + arc unit

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.