| Age | Commit message (Expand) | Author |
| 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 DB_op.it... | LV-426 |
| 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 |
| 2015-02-01 | caller's dict unchanged as of aa215e6e (1e295be4 feedback). #302 fixed withou... | LV-426 |
| 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 sendin... | LV-426 |
| 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 |
| 2015-01-12 | server/db_op: fix DBO_diff_commit__attr for name write | Alon Levy |
| 2015-01-12 | use q_arr with add_statement() | LV-426 |
| 2015-01-11 | replacing namedtuples with Topo_Diff.Commit_Result_Type | LV-426 |
| 2015-01-11 | use q_arr | LV-426 |
| 2015-01-11 | sort imports | LV-426 |
| 2015-01-11 | server/Topo_Diff: use link_id_set_rm and node_id_set_rm | Alon Levy |
| 2015-01-06 | server: fix Topo_Diff_Result usage | Alon Levy |
| 2015-01-06 | adapt to link meta-attribute '__type' use | LV-426 |
| 2015-01-06 | DBO_diff_commit__topo: settle on namedtuple as return type | LV-426 |
| 2015-01-06 | DBO_diff_commit__topo: topo_diff return value | LV-426 |
| 2015-01-06 | DBO_add_link_set(): adapt to dict return type | LV-426 |
| 2015-01-06 | DBO_add_node_set(): adapt to dict return type | LV-426 |
| 2015-01-06 | DB_op: add_db_query() | LV-426 |
| 2015-01-06 | used meta_attr='__type' for links (nodes still use '__label_set') | LV-426 |
| 2015-01-06 | DBO_add_node_set, DBO_add_link_set: order returned list by id | LV-426 |
| 2015-01-06 | DBO_topo_diff_commit -> DBO_diff_commit__topo, same for __attr | LV-426 |