| Age | Commit message (Collapse) | Author |
|
|
|
Node.state; link selection still broken
|
|
|
|
|
|
nodes
|
|
|
|
|
|
clone+input-to-diff to db and back flow working
|
|
|
|
plus rhizi_server->rz_server changes
|
|
the creation fails silently
|
|
|
|
|
|
|
|
|
|
for nodes/links not helping. thinking of graph trees
|
|
|
|
|
|
with __addLink
|
|
|
|
Multiple fixes / changes. _bugs introduced_
Changes:
graph has two change functions (i.e. the internal API):
- commit_and_tx_diff_topo
This currently transmits, later will optimistically apply first
- commit_diff__topo
This only applies. Used on the ajax success path for commit_and_tx_diff__topo
and when changes are only local.
It signals on the diffBus
- diffBus - a Bacon.Bus that all UI listens to
- selection UI
- node/link dialogs
- main view (rz_core/update_view__graph)
Small changes:
whitespace
rename filer->filter
Completely broken:
- text entry. should use commit_diff__topo
Problems introduced:
selection doesn't work correctly.
editing not verified yet
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- test_ws_event__topo_diff()
- test_ws_event__attr_diff()
- test_REST_post_triggers_ws_multicast__topo_diff()
|
|
|
|
(wip)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|