| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Very similar to Diff Bus, just includes initial clone commits. Will
remove it in the future.
|
|
|
|
|
|
affects item_info only
|
|
|
|
name+type first
|
|
|
|
filtered_graph
|
|
|
|
|
|
|
|
i.e.
related =
|selected| == 1 N(selected)
else intersection_{s in S}{neighbours(s)}
|
|
selected nodes - nodes the user selected directly, via search or click.
related - nodes that we choose to show the user as a result of the
selection made.
|
|
It was buggy and did not deal with overlap.
Renamed to neighbourhood.
|
|
First type is default, and order is for shift-up/down selection, filter
menu and type drop down in properties menu (so, basically everywhere).
|
|
|
|
declarative json
|
|
|
|
|
|
|
|
|
|
|
|
cur_rzdoc_name
|
|
|
|
add shim requirement for Bacon to have jquery loaded first, since Bacon
patches in asEventStream (and other APIs).
Undo the Bacon_wrapper non fix:
git grep -l Bacon_wrapper | while read f; do sed -i -e s/Bacon_wrapper/Bacon/g $f; done
|
|
|
|
Sanitizes any link attribute change. Topo diff in next patch since I
might want to reverse it - current interface doesn't allow introducing
null link names on creation.
|
|
|
|
|
|
attributes
|
|
Fixes #358
Implementation limitations:
- uses hasOwnProperty for search, and further filters on strings. So
technically could be oversearching - i.e. string properties that are
not attributes. We should keep an attribute key on Node and Link
- there is no selected link, just selected nodes. So we select both
source and destination. Opening issue #367 for this.
|
|
|
|
|
|
|
|
|
|
|
|
before Bacon
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Still missing:
remove host/port, let client use same as url it was served on.
remove other flags no longer relevant.
better mapping of server config to avoid double work?
|
|
|
|
|
|
|