summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-01-05DB_composed_op docLV-426
2015-01-05update test_rz_clone()LV-426
2015-01-05follow string ID type conventionLV-426
2015-01-05neo4j_test_util: gen_rand_data() -> DBO_random_data_generationLV-426
2015-01-05DBO_rz_clone: filter meta nodes (nodes with meta labels) from result setLV-426
2015-01-05Neo4JException may be composed of several sub errors, defer to class __str__LV-426
2015-01-05rz_clone()#on_success: formatting, docLV-426
2015-01-05client: link removal to server works, missing update of clientAlon Levy
2015-01-05client: more json workAlon Levy
2015-01-05client/view/graph_view: partial fix for link text not showingAlon Levy
2015-01-05server/db_controller: verbose Neo4JException loggingAlon Levy
2015-01-05client/selection: add debug helperAlon Levy
2015-01-05client: partial fix of drag-n-drop & load - fails in server with Neo4JExceptionAlon Levy
2015-01-05client/model/graph: fix emptyAlon Levy
2015-01-05client: fix link selection (still have links appearing above nodes)Alon Levy
2015-01-05client/view/graph_view: fix inter graph links with bubble, export bubble_radi...Alon Levy
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 Node....Alon Levy
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 n...Alon Levy
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 clone+i...Alon Levy
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 p...Alon Levy
2015-01-05actually commit links - but the ids are messed up, neo4j matches nothing and ...Alon Levy
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 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