index
:
rhizi
POC_2.5d
Prototype
graph-view-commit-log
issue593
master
pastebin
reqs
wip/addNode-refactoring
wip/addNode-refactoring.rebased
wip/bilinks
wip/id_not_lower_case_name
wip/links-reorder-by-selection
wip/map-nodes-by-id_minimize-name-use
wip/selection-ring
wip__doc_support
Connective intelligence
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
server
/
db_op.py
Age
Commit message (
Collapse
)
Author
2015-05-05
DBO_rzdb__init_DB: decouple rz_config dep -> rz_config.rzdoc__mainpage_name
LV-426
2015-05-05
neo4j schema version: refactor into constant
LV-426
2015-05-05
rz_config.neo4j_schema_version: missing commit
LV-426
2015-05-03
server/db_op: case insensitive doc name when checking for existence
Alon Levy
2015-05-03
server/db_op: update _convert_to_blob doc string
Alon Levy
2015-05-01
bump DB schema version following blob format change, use x.x.x version string
LV-426
2015-05-01
dp_op: DBO_block_chain__commit: use gzip'ed base64 encoding for commit blobs ↵
LV-426
- closes #445
2015-04-29
db_op: DBO_rzdb__init_DB()
LV-426
2015-04-29
db_op: DBO_rzdb__fetch_DB_metablock
LV-426
2015-04-29
db_op: composed op: post_op_exec_hook() - provide room for post-sub-op logic
LV-426
2015-04-29
DB_composed_op: reorder functions
LV-426
2015-04-15
rz_kernel: DBO_nop, periodic check for DB conn
LV-426
2015-04-14
db_op, rz_server, db_controller: misc
LV-426
2015-04-14
db_op: break cypher query by statments
LV-426
2015-04-10
server: implement doc rename
Alon Levy
2015-04-10
server/db_op: fix DBO_rzdoc__delete, labels are backticked, not quoted
Alon Levy
2015-04-02
DB_op: handle possible tx_id not being set due to failed TX opening
LV-426
2015-04-01
neo4j_util: rzdoc__ns_label(), rzdoc__meta_ns_label(): do not call quote__x()
LV-426
2015-04-01
DBO_rzdoc__clone: rm filter_label, add process_q_ret__n_label_set(), ↵
LV-426
process_q_ret__l_type() hooks
2015-04-01
RZDoc: remove init id param, offset setting to caller
LV-426
2015-04-01
db_op: misc
LV-426
2015-04-01
db_op: DBO_block_chain__init()
LV-426
2015-04-01
neo4j_schema: add missing label constants, spread use
LV-426
2015-04-01
db_op: rename: DBO_rz__clone -> DBO_rzdoc__clone
LV-426
2015-04-01
DBO_block_chain__commit: request ctx: use attribute access
LV-426
2015-04-01
db_op: misc
LV-426
2015-04-01
DBO_rzdoc__create: rename from DBO_rzdoc__new, return rzdoc id, name
LV-426
2015-04-01
DBO_rzdoc__lookup_by_name: return RZDoc
LV-426
2015-04-01
db_op: DBO_rzdoc__xx: list, delete
LV-426
2015-04-01
neo4j_schema: meta label constants
LV-426
2015-04-01
dedicated Req_Context class, avoid dict key access
LV-426
2015-04-01
DB_op: __repr__()
LV-426
2015-04-01
DB_op: doc tx_id type
LV-426
2015-04-01
DB_op: mv __iter__()
LV-426
2015-04-01
QT_Node_Filter__meta_label_set stub
LV-426
2015-04-01
DB_op: wip: DBO_rzdoc__new, DBO_rzdoc__open
LV-426
2015-04-01
DB_op misc: log neo4j issue with parameter maps, imports
LV-426
2015-04-01
DB_op: follow q_arr naming convention
LV-426
2015-04-01
DB_op: parenthesis wrap node references in queries (current parser constraint)
LV-426
2015-04-01
DB_Driver, DB_Op: statement -> query rename
LV-426
2015-04-01
DB_op: rename statement_set -> query_set
LV-426
2015-04-01
DB_op: function reordering
LV-426
2015-04-01
DB_Query, DB_row, DB_op, DB_composed_op iteration code, add explicit ↵
LV-426
DB_op.iter__r_set()
2015-04-01
DBO_diff_commit__attr: rm suffix space, rename params
LV-426
2015-03-15
log warning on query result set limit hit
LV-426
2015-03-15
server/db_op: raise limit to results in a single query to 16384
Alon 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-01
caller's dict unchanged as of aa215e6e (1e295be4 feedback). #302 fixed ↵
LV-426
without this, reverting
2015-02-01
improve variable naming: r_attr_set -> attr_set_rm, w_attr_set -> attr_set_wrt
LV-426
2015-02-01
use l_attr_diff for links
LV-426
2015-01-29
server/db_op: don't change callers dict under it's feet. Fixes #302
Alon Levy
[next]