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-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
2015-01-23
support gzip blob compression, currently disabled due to problems with ↵
LV-426
sending binary data over REST calls
2015-01-23
DBO_block_chain__commit: doc labels
LV-426
2015-01-23
DBO_block_chain__commit: create commit-[:__Authored-by]->__User link if possible
LV-426
2015-01-20
DBO_block_chain__commit: add context param
LV-426
2015-01-20
mv DBO_block_chain__commit() op execution handling to kernel
LV-426
2015-01-20
better naming for HEAD, HEAD^ return values
LV-426
2015-01-20
restore lost '__' label prefixes due to 7620e4460 being placed on wrong branch
LV-426
2015-01-20
DBO_rz_clone: use Link.Link_Ptr constructor
LV-426
2015-01-20
db_op: use correct l_id
LV-426
2015-01-20
DBO_diff_commit_x: supply commit_obj to block_chain op
LV-426
2015-01-20
avoiding meta-labled node filtering nodes by removing '__' prefix
LV-426
2015-01-20
DBO_block_chain__commit: more cleanup
LV-426
2015-01-20
db_op.py: import cleanup
LV-426
2015-01-20
DBO_block_chain__commit: process_result_set() - return Topo_Diff
LV-426
2015-01-20
DBO_block_chainCommit: set creation timestamp on commit nodes
LV-426
2015-01-20
DBO_block_chainCommit: cleanup param_set, generate link_id
LV-426
2015-01-20
DBO_block_chainCommit: return dict, exclude hash_value
LV-426
2015-01-20
DB_op: update param names, doc
LV-426
2015-01-13
server: __type is always a [str], fix #264 again correctly
Alon Levy
[next]