summaryrefslogtreecommitdiff
path: root/src-py
AgeCommit message (Expand)Author
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
2014-09-29add_node_setLV-426
2014-09-29deffer support for single object API operationsLV-426
2014-09-29load_node_by_id_attr -> load_node_single_by_id_attr (unimplemented currently)...LV-426
2014-09-29more response handling with __common_resp_handle()LV-426
2014-09-29extend Flask class to allow customization of HTTP OPTIONS method responseLV-426
2014-09-29switch to app/json post argument content typeLV-426
2014-09-28cleanup test_add_node_setLV-426
2014-09-28type check against 'basestring' rather than str, tagging with: [python2]LV-426
2014-09-28DBO_add_node_set arg type sanity checkingLV-426
2014-09-28rm 'self.test_client' in favor of 'with ...' statementsLV-426
2014-09-28__sanitize_input stubLV-426
2014-09-28__response_wrap on errrorLV-426
2014-09-28TestRhiziAPILV-426
2014-09-28Early Rhizi API prototype:LV-426
2014-09-28rename conf fileLV-426
2014-09-28DBO_load_node_set_by_DB_id & testLV-426
2014-09-28flush_db neo4j utilityLV-426
2014-09-28db_controller test classLV-426
2014-09-28parse_single_query_response_data: assist in single query result parsingLV-426
2014-09-28distinguish between loading by DB id and by id attribute:LV-426
2014-09-24add DBO_load_node_set_by_id DB opLV-426
2014-09-24db_controller.DBO_add_node_set.__init__ - add optionalLV-426
2014-09-23initial implementationLV-426