summaryrefslogtreecommitdiff
path: root/src/server
AgeCommit message (Expand)Author
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 self.paren...LV-426
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
2015-04-01DB_op: rename statement_set -> query_setLV-426
2015-04-01DB_op: function reorderingLV-426
2015-04-01Query_Struct_Type - could probably use some cleanupLV-426
2015-04-01DB_Query, DB_row, DB_op, DB_composed_op iteration code, add explicit DB_op.it...LV-426
2015-04-01DB_Query: __repr__(): include query structLV-426
2015-04-01neo4j_cypher: host DB_Query code, DB_row, DB_result_setLV-426
2015-04-01neo4j_cypher: introducte Query_Transformation, QT_Node_Filter__Doc_ID_LabelLV-426
2015-04-01neo4j_cypher: rm code moved to neo4j_cypher_parserLV-426
2015-04-01meta label schemaLV-426
2015-04-01neo4j_cypher: update after kw list migration to neo4j_cypher_parserLV-426
2015-04-01extract parser code into neo4j_cypher_parser.pyLV-426
2015-04-01DBO_diff_commit__attr: rm suffix space, rename paramsLV-426
2015-03-22server/neo4j_util: actually neo4j supports any char as the first char includi...Alon Levy
2015-03-22server/neo4j_util: neo4j also supports underscore as first letter of a labelAlon Levy
2015-03-22server: more cascade exception loggingAlon Levy
2015-03-22server: support non ascii chars in link namesAlon Levy
2015-03-16server/db_driver: note on exception reraise related logging being fixed in py...Alon Levy
2015-03-15server/db_driver: reraising exception loses stack, so log first part before r...Alon Levy
2015-03-15wip: cypher parserLV-426
2015-03-15log warning on query result set limit hitLV-426
2015-03-15server/db_op: raise limit to results in a single query to 16384Alon Levy
2015-03-15server/rz_feedback: clearer fix for utf-8 feedback problemAlon Levy
2015-03-15server/rz_server: add time and level to logsAlon Levy
2015-03-15server/rz_mail: allow feedback comment to be utf-8Alon Levy
2015-03-15server/rz_mail: use bytearray for feedback, fixes #379Alon Levy