1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-30 10:42:41 +01:00
phorge-phorge/src/infrastructure/graph
epriestley 15c7eb1425 When a task graph has too much stuff, only show adjacent nodes (direct parents/children)
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: {F1740882}

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T4788

Differential Revision: https://secure.phabricator.com/D16344
2016-07-28 15:38:27 -07:00
..
DifferentialRevisionGraph.php Don't wrap task/revision titles in graph tables 2016-07-05 08:00:18 -07:00
ManiphestTaskGraph.php When a task graph has too much stuff, only show adjacent nodes (direct parents/children) 2016-07-28 15:38:27 -07:00
PhabricatorObjectGraph.php When a task graph has too much stuff, only show adjacent nodes (direct parents/children) 2016-07-28 15:38:27 -07:00