summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-01-05client/view/graph_view: fix inter graph links with bubble, export ↵Alon Levy
bubble_radius from GraphView
2015-01-05client/model/graph: add local commit_and_tx_diff__topoAlon Levy
2015-01-05client: whitespaceAlon Levy
2015-01-05client/selection: fix node selection, use hash for selection instead of ↵Alon Levy
Node.state; link selection still broken
2015-01-05client/view/graph_view: fix graph move on empty click regressionAlon Levy
2015-01-05client/model/graph: add assert on update_node ajax success entry conditionsAlon Levy
2015-01-05client/bubble: nicer effect - instead of moving everything, just move close ↵Alon Levy
nodes
2015-01-05server/rz_api: fix missing json wrapperAlon Levy
2015-01-05client: clone now returns a Topo Diff, no need to adaptAlon Levy
2015-01-05client: renames (find - all are lower case underscore separates) plus ↵Alon Levy
clone+input-to-diff to db and back flow working
2015-01-05client/tests: some playing, not working yetAlon Levy
2015-01-05server: fix missing renames from rz_api_rest/rz_api and db_op/db_controller ↵Alon Levy
plus rhizi_server->rz_server changes
2015-01-05actually commit links - but the ids are messed up, neo4j matches nothing and ↵Alon Levy
the creation fails silently
2015-01-05animation for invisible bubble (will return the bubble later to edit graph)Alon Levy
2015-01-05bubble property used, lacks animation (noticeably)Alon Levy
2015-01-05server/rhizi_api: on 'None' error push empty string, not a six letter stringAlon Levy
2015-01-05initial graph_view introduction - mixing circle & force layoutsAlon Levy
2015-01-05wip textanalysis broken. it creates extra nodes. state variable overloading ↵Alon Levy
for nodes/links not helping. thinking of graph trees
2015-01-05history zoom broken (well, so is most of it probably)Alon Levy
2015-01-05client-tests: small change, not working yet (i.e. still broken)Alon Levy
2015-01-05client/model/textanalyzer/textAnalyser: s/addNode/__addNode/ for consistency ↵Alon Levy
with __addLink
2015-01-05wip fixes from week 52 refactorAlon Levy
2015-01-05introduce commit_and_tx_diff__topo & commit_diff__topoAlon Levy
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
2015-01-05client: introduce is_attr_diff, start using diffBus for UI updatingAlon Levy
2015-01-05wip names bus drop, more bacon, fix completer remove names, fix json loadingAlon Levy
2015-01-05client/model/graph: remove editLink, no longer used (superceded by update_link)Alon Levy
2015-01-05DBO_rz_clone: return Topo_DiffLV-426
2015-01-05rz_api, neo4j_test_util: importsLV-426
2015-01-05adapt to rhizi_server.py -> rz_server.py renameLV-426
2015-01-05Update login.htmldor garbash
2015-01-05calc_blob_hash(): use empty string as default blobLV-426
2015-01-05rm recursive __Parent link on initial commitLV-426
2015-01-05test_block_chain__commit_and_print()LV-426
2015-01-05DBO_block_chain__list()LV-426
2015-01-05DBO_block_chain__commit: include hash in return valueLV-426
2015-01-05rename DBO_chain_commit_block -> DBO_block_chain__commitLV-426
2015-01-05use meta attribute '__' prefix for __HEAD, __Parent, __Commit labelsLV-426
2015-01-05test_db_controller: adapt to db_controller, db_op separationLV-426
2015-01-04DB init script: spawn 'commit-0' nodeLV-426
2015-01-04DBO_chain_commit_block: initial git-inspired commit chain conceptLV-426
2015-01-04refactor: db_op, db_controller separationLV-426
2015-01-04rename rhizi_server -> rz_serverLV-426
2015-01-04rename rhizi_api -> rz_apiLV-426
2015-01-04rhizi_api breakup: common, rest & websocket filesLV-426
2015-01-04Topo_Diff.to_json_dict()LV-426
2015-01-02test_rz_mesh.py: practical rewrite, supported test functions:LV-426
- test_ws_event__topo_diff() - test_ws_event__attr_diff() - test_REST_post_triggers_ws_multicast__topo_diff()
2015-01-02rz_mesh.py importsLV-426
2015-01-02init_ws_interface(): adapt to rz_kernel, hook ws multicasts to REST triggers ↵LV-426
(wip)
2015-01-02mv log_multicast() to RZ_WebSocket_ServerLV-426
2015-01-02on_diff_commit__attr()LV-426