summaryrefslogtreecommitdiff
path: root/src-py
AgeCommit message (Collapse)Author
2014-11-17server util codeLV-426
2014-11-09config-dir command line argLV-426
2014-11-09mv tests to src-py_test/LV-426
2014-11-09deprecate /add/node-setLV-426
2014-11-09mv to __src,__dst meta attr useLV-426
2014-11-09/graph/diff-commit-vis REST path stubLV-426
2014-11-09/graph/diff-commit-set REST pathLV-426
2014-11-09/graph/diff-commit-attr REST pathLV-426
2014-11-09/graph/diff-commit-topo REST pathLV-426
2014-11-09/graph/clone REST pathLV-426
2014-11-09match_node_set_by_attr_filter_mapLV-426
2014-11-09common request handlingLV-426
2014-11-09renameLV-426
2014-11-09miscLV-426
2014-11-09Topo_Diff - support omitted-argument constructionLV-426
2014-11-09DBO_rz_clone - reconstruct links from link tuplesLV-426
2014-11-09unify loggingLV-426
2014-10-28follow neo4j semantics: rename filter_type to filter_labelLV-426
2014-10-28random neo4j label generatorLV-426
2014-10-28test_rz_clone - DBO_rz_clone testLV-426
2014-10-28initial random neo4j data generator - use to avoid loading DB dumpsLV-426
2014-10-28initial DBO_rz_clone opLV-426
2014-10-28DBO_cypher_queryLV-426
2014-10-27miscLV-426
2014-10-27rm single obj api callsLV-426
2014-10-27REST api impl: '/graph/attr-diff-commit'LV-426
2014-10-27REST api impl: '/graph/topo-diff-commit'LV-426
2014-10-27support node removals in DBO_topo_diff_commitLV-426
2014-10-27DBO_rm_node_set & testLV-426
2014-10-21acknowledge duplicate links may be returned in responseLV-426
2014-10-21load_link_set_by_link_ptr_set: introducing a deserialize_param_set() stepLV-426
2014-10-21revert back to flush_db test setup - see ↵LV-426
https://github.com/Rhizi/rhizi-server/issues/1
2014-10-21enable neo4j JSON streaming by defaultLV-426
2014-10-21mv DB_Driver classes to their own fileLV-426
2014-10-21introducing the Link_Ptr concept - able to fuzzy point at a link by src_id, ↵LV-426
dst_id or both
2014-10-20miscLV-426
2014-10-20Attr_Diff:LV-426
- add_node_attr_write() - add_node_attr_rm()
2014-10-20augment test_topo_diff_commit - extra node creationLV-426
2014-10-20augment test_attr_diff_commit - test attr_write, attr_rm separatelyLV-426
2014-10-20Neo4JExceptionLV-426
2014-10-20DBO_match_node_id_set query generationLV-426
2014-10-20query result processing:LV-426
- bubble up common processing - rename on_completion
2014-10-20DB_composed_op - optimize for empty n_add, l_add setsLV-426
2014-10-20miscLV-426
2014-10-20special handling of DB_composed_op executionLV-426
2014-10-20DBO_attr_diff_commit - augment query generationLV-426
2014-10-20fix missing ' ' in DBO_attr_diff_commit() queryLV-426
2014-10-16DBO_attr_diff_commit on_completion response processing, ↵LV-426
test_attr_diff_commit() update
2014-10-16DB_row, update DBO_XXX iteration loops, test updatesLV-426
2014-10-15DBO_attr_diff_commit & test - todo: parse DB responseLV-426