1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-21 17:58:47 +02:00
phorge-phorge/src/infrastructure/graph
epriestley a8866c0b31 In Maniphest, don't render the task graph drawing if we're only showing parents/children
Summary:
Ref T4788. I thought I implemented this, but actualy didn't.

When we're in the "mid-sized" fallback mode (graph has more than 100 nodes, but not more than than 100 parents/children), don't actually draw the graph. It's almost always uninteresting and huge.

Instead, this just renders a list of direct parents, then the task, then the direct children, which is pretty straightforward.

Test Plan: Set limit to 5, saw mid-sized fallback graph with no actual graph drawing.

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T4788

Differential Revision: https://secure.phabricator.com/D16816
2016-11-07 11:09:20 -08:00
..
DifferentialRevisionGraph.php Don't wrap task/revision titles in graph tables 2016-07-05 08:00:18 -07:00
ManiphestTaskGraph.php In Maniphest, don't render the task graph drawing if we're only showing parents/children 2016-11-07 11:09:20 -08: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