summaryrefslogtreecommitdiff
path: root/src-py
AgeCommit message (Expand)Author
2014-10-15update db_controller testsLV-426
2014-10-15miscLV-426
2014-10-15topo_diff_commit, attr_diff_commit API stubsLV-426
2014-10-15gen_query_create_from_link_map - revert support for parameterized link create...LV-426
2014-10-15meta_attr_list_to_meta_attr_map - used for '__type' injected meta attributesLV-426
2014-10-15update gen_clause_attr_filter_from_filter_attr_map()LV-426
2014-10-15DBO_topo_diff_commit & testLV-426
2014-10-15DB_composed_opLV-426
2014-10-15model.graph packageLV-426
2014-10-12miscLV-426
2014-10-12cleanup load_node_set_XXX testsLV-426
2014-10-12DBO_load_link_id_set & testLV-426
2014-10-12DB_op - result_set, error_setLV-426
2014-10-12DBO_add_node_set - sync with code changesLV-426
2014-10-12switch to non-altering DB tests using random idsLV-426
2014-10-12DBO_load_link_set_by_src_or_dst_id_attributes & testLV-426
2014-10-12neo4j_test_util - rand_id(), flush_db()LV-426
2014-10-12parse_single_query_response_data - use __iter__LV-426
2014-10-12n=node:IndexName(Key={value})LV-426
2014-10-12return DB_result_set when iterating over DB_op resultsLV-426
2014-10-12support result_set iteration post DB_op executionLV-426
2014-10-12test_partial_query_set_execution_successLV-426
2014-10-12change DB_Controller op execution logic - allow query-sets to partially succeedLV-426
2014-10-12allow query sets to partially succeedLV-426
2014-10-08gen_query_create_from_node_map: reuse single query with a multiple parameter ...LV-426
2014-10-07Cypher_String_Formatter - see class docLV-426
2014-10-07DB_op statement __iter__LV-426
2014-10-07cypher query gen utility functions: create_query_from_node_map, create_query_...LV-426
2014-10-07model.py stub, GDiff stubLV-426
2014-10-07rm old DBO_load_node_id_setLV-426
2014-10-07mv type sanity checks to neo4j_utilLV-426
2014-10-06handle empty filter mapsLV-426
2014-10-06filter_attr_map to cypher where clause conversion: where_clause_from_filter_a...LV-426
2014-10-06common DB_op __type_check_filter_attr_map()LV-426
2014-10-06DBO_load_node_id_set: fix cypher queryLV-426
2014-10-06fix REST query pathLV-426
2014-10-06use cypher query parameter place-holders:LV-426
2014-10-06migrate towards testing via embedded DB, remove DB initializationLV-426
2014-10-05refactor DB_Driver_REST, add DB_Driver_Embedded stubLV-426
2014-10-05harden test_load_node_set_by_attribute()LV-426
2014-10-05fix db_controller testsLV-426
2014-10-05add node insertion to test setupLV-426
2014-10-05add int (non-string) node propertiesLV-426
2014-10-05adapt DBO_load_node_set_by_id_attribute to DBO_load_node_set_by_attributeLV-426
2014-10-05misc - switch to iteritems()LV-426
2014-10-05fix DBO_load_node_set_by_attribute filter query part constructionLV-426
2014-10-05DB_op refactor: mv begin(), commit() functions to db_controller bringing us c...LV-426
2014-09-29miscLV-426
2014-09-29adapt tests to API changesLV-426
2014-09-29test logging - will move to a super class laterLV-426