summaryrefslogtreecommitdiff
path: root/src/server
AgeCommit message (Collapse)Author
2015-04-01DBO_rzdoc__create: rename from DBO_rzdoc__new, return rzdoc id, nameLV-426
2015-04-01DBO_rzdoc__lookup_by_name: return RZDocLV-426
2015-04-01db_op: DBO_rzdoc__xx: list, deleteLV-426
2015-04-01neo4j_util: deprecate cfmt()LV-426
2015-04-01neo4j_schema: meta label constantsLV-426
2015-04-01misc rename: q_set -> statement_param_pair_setLV-426
2015-04-01rz_api_rest: __context__common:LV-426
- lookup rzdoc by rzdoc_name - raise cache lookup exception - support rzdoc-less context if no rzdoc_name is provided
2015-04-01rz_api: deprecating, removing __common_exec()LV-426
2015-04-01rz_api: refactoring REST api calls to rz_api_restLV-426
2015-04-01config options, rename: rzdoc__name__max_length, rzdoc_name__welcome_docLV-426
2015-04-01rz_api_common: sanitize_input__rzdoc_name()LV-426
2015-04-01rz_api_common: cache_lookup__rzdoc(): map name<>rzdoc.id's, currently cache ↵LV-426
cleansing requires restart
2015-04-01diff_commit__topo, diff_commit__attr: use @common_rest_req_exception_handlerLV-426
2015-04-01rzdoc_clone, rzdoc_create (previously rzdoc_new):LV-426
- route requests through kernel - use @common_rest_req_exception_handler
2015-04-01common_rest_req_exception_handler():LV-426
- allow request handling to raise exceptions - call proper response builder according to exception
2015-04-01__common_resp_handle(): avoid calling jsonify(), handle response buildingLV-426
2015-04-01dedicated Req_Context class, avoid dict key accessLV-426
2015-04-01DB_op: __repr__()LV-426
2015-04-01DB_op: doc tx_id typeLV-426
2015-04-01DB_op: mv __iter__()LV-426
2015-04-01neo4j_cypher: QT_RZDOC_Meta_NS_Filter(), QT_RZDOC_NS_Filter()LV-426
2015-04-01rz_kernel.exec_chain_commit_op(): apply QT_RZDOC_Meta_NS_FilterLV-426
2015-04-01QT_RZDOC_NS_Filter__common:LV-426
- simplify NS label injection - do not apply NS injection to path expressions
2015-04-01rz_kernel: explicitly list db_ctl as class attributeLV-426
2015-04-01RZDoc: init()LV-426
2015-04-01RZDoc_Exception__not_foundLV-426
2015-04-01common_resp_handle__xxx: use different default status codesLV-426
2015-04-01rz_req_handling: function reorderingLV-426
2015-04-01rz_clone(): relocate to rz_api_restLV-426
2015-04-01neo4j_cypher_parser: miscLV-426
2015-04-01neo4j_cypher_parser: have p_node, p_rel inherit from p_label_set_containerLV-426
2015-04-01neo4j_cypher_parser: e_label_set: add_label()LV-426
2015-04-01neo4j_cypher_parser: explicit naming for tok__quote__xx tokensLV-426
2015-04-01neo4j_cypher_parser: rotate__pin_under_new_parent(): add forgotten ↵LV-426
self.parent update
2015-04-01rz_api_rest: misc: importsLV-426
2015-04-01QT_Node_Filter__meta_label_set stubLV-426
2015-04-01rz_api: miscLV-426
2015-04-01rz_clone(): look for rzdoc_name or use rhizi mainpage cfg., apply QTLV-426
2015-04-01rzdoc_name__mainpage config optionLV-426
2015-04-01neo4j_util: various code relocationsLV-426
2015-04-01follow rzdoc_xx var naming conventionLV-426
2015-04-01DB_op: wip: DBO_rzdoc__new, DBO_rzdoc__openLV-426
2015-04-01DB_op misc: log neo4j issue with parameter maps, importsLV-426
2015-04-01DB_op: follow q_arr naming conventionLV-426
2015-04-01DB_op: parenthesis wrap node references in queries (current parser constraint)LV-426
2015-04-01DB_Driver, DB_Op: statement -> query renameLV-426
2015-04-01DB_Driver_Embedded: nop unimplemented exec_statement_set()LV-426
2015-04-01model/model.py: RZDoc model objectLV-426
2015-04-01RZ_Kernel: apply QT_Node_Filter__Doc_ID_Label transformation based on doc_id ↵LV-426
context
2015-04-01DB_op: rename statement_set -> query_setLV-426