| Age | Commit message (Collapse) | Author |
|
|
|
|
|
Merge remote-tracking branch 'old-server/master' into wip/map-nodes-by-id_minimize-name-use
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- use graph.update_node(),
- pass update_view__graph() callback
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1. make sure compareSubset links array is pairs of strings (source,dest).
2. factor out the link addition - we recreate all links anyway right
now, and the special case for small name change was wrong anyway (used
{__src,__dst}.name instead of __src,__dst)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
swith to find_node__by_id() use
|
|
anyway
|
|
|
|
|
|
introduce id_to_node_map
|
|
|