summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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 f...Alon Levy
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
2015-01-05wip fixes from week 52 refactorAlon Levy
2015-01-05introduce commit_and_tx_diff__topo & commit_diff__topoAlon Levy
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-05calc_blob_hash(): use empty string as default blobLV-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-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
2015-01-02rz_mesh.py importsLV-426
2015-01-02init_ws_interface(): adapt to rz_kernel, hook ws multicasts to REST triggers ...LV-426
2015-01-02mv log_multicast() to RZ_WebSocket_ServerLV-426
2015-01-02on_diff_commit__attr()LV-426
2015-01-02rhizi_api.py: extract core logic to rz_kernel (REST/web-socket agnostic)LV-426
2015-01-02__common_exec(): on_errorLV-426
2015-01-02__common_resp_handle(): doc serialization assumptionsLV-426
2015-01-02_validate_obj__attr_diff(): validate API incoming objectsLV-426
2015-01-02DBO_attr_diff_commit(): document return typeLV-426
2015-01-02DBO_topo_diff_commit() return Topo_DiffLV-426
2015-01-02server python module __init__.py, currently emptyLV-426
2015-01-02server-tests/test_util.pyLV-426
2015-01-02update tests to use '__label_set'LV-426
2015-01-02use commit_diff__attr() on 'diff_merge__attr' ws msgLV-426
2015-01-02use commit_diff__topo() on 'diff_merge__topo' ws msgLV-426
2015-01-02misc changes: newline at end of file, etc.LV-426
2015-01-02update test_attr_diff_commit()LV-426
2015-01-02improve test data formattingLV-426
2015-01-02DBO_attr_diff_commit: echo Attr_Diff on success, skip neo4j return data parsingLV-426
2015-01-02rm DB index creation in testLV-426
2014-12-29rz_mesh: remove unussed importAlon Levy
2014-12-29commit_diff__vis() boilerplateLV-426
2014-12-29model/diff: new_topo_diff() object initLV-426