summaryrefslogtreecommitdiff
path: root/src/server/db_op.py
AgeCommit message (Collapse)Author
2015-05-05DBO_rzdb__init_DB: decouple rz_config dep -> rz_config.rzdoc__mainpage_nameLV-426
2015-05-05neo4j schema version: refactor into constantLV-426
2015-05-05rz_config.neo4j_schema_version: missing commitLV-426
2015-05-03server/db_op: case insensitive doc name when checking for existenceAlon Levy
2015-05-03server/db_op: update _convert_to_blob doc stringAlon Levy
2015-05-01bump DB schema version following blob format change, use x.x.x version stringLV-426
2015-05-01dp_op: DBO_block_chain__commit: use gzip'ed base64 encoding for commit blobs ↵LV-426
- closes #445
2015-04-29db_op: DBO_rzdb__init_DB()LV-426
2015-04-29db_op: DBO_rzdb__fetch_DB_metablockLV-426
2015-04-29db_op: composed op: post_op_exec_hook() - provide room for post-sub-op logicLV-426
2015-04-29DB_composed_op: reorder functionsLV-426
2015-04-15rz_kernel: DBO_nop, periodic check for DB connLV-426
2015-04-14db_op, rz_server, db_controller: miscLV-426
2015-04-14db_op: break cypher query by statmentsLV-426
2015-04-10server: implement doc renameAlon Levy
2015-04-10server/db_op: fix DBO_rzdoc__delete, labels are backticked, not quotedAlon Levy
2015-04-02DB_op: handle possible tx_id not being set due to failed TX openingLV-426
2015-04-01neo4j_util: rzdoc__ns_label(), rzdoc__meta_ns_label(): do not call quote__x()LV-426
2015-04-01DBO_rzdoc__clone: rm filter_label, add process_q_ret__n_label_set(), ↵LV-426
process_q_ret__l_type() hooks
2015-04-01RZDoc: remove init id param, offset setting to callerLV-426
2015-04-01db_op: miscLV-426
2015-04-01db_op: DBO_block_chain__init()LV-426
2015-04-01neo4j_schema: add missing label constants, spread useLV-426
2015-04-01db_op: rename: DBO_rz__clone -> DBO_rzdoc__cloneLV-426
2015-04-01DBO_block_chain__commit: request ctx: use attribute accessLV-426
2015-04-01db_op: miscLV-426
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_schema: meta label constantsLV-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-01QT_Node_Filter__meta_label_set stubLV-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_op: rename statement_set -> query_setLV-426
2015-04-01DB_op: function reorderingLV-426
2015-04-01DB_Query, DB_row, DB_op, DB_composed_op iteration code, add explicit ↵LV-426
DB_op.iter__r_set()
2015-04-01DBO_diff_commit__attr: rm suffix space, rename paramsLV-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
Fixes truncation error as long as we don't go over 16384 nodes in a graph until an actual fragmentation mechanism (multiple queries aggregated into a single response) exists.
2015-02-01caller's dict unchanged as of aa215e6e (1e295be4 feedback). #302 fixed ↵LV-426
without this, reverting
2015-02-01improve variable naming: r_attr_set -> attr_set_rm, w_attr_set -> attr_set_wrtLV-426
2015-02-01use l_attr_diff for linksLV-426
2015-01-29server/db_op: don't change callers dict under it's feet. Fixes #302Alon Levy