| Age | Commit message (Expand) | Author |
| 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 |
| 2015-01-06 | DBO_attr_diff_commit: merge chain_commit_op DB query | LV-426 |
| 2015-01-06 | mv statement_to_REST_form() into REST DB driver | LV-426 |
| 2015-01-06 | add_statement(): use DB_Query class | LV-426 |
| 2015-01-06 | gen_query_create_from_link_map(): use q_arr, switch to dict return object | LV-426 |
| 2015-01-06 | improve op ordering (alphabetical) | LV-426 |
| 2015-01-06 | server: DBO_topo_diff_commit returns just ids of added nodes | Alon Levy |
| 2015-01-05 | node create query generation: return named dict | LV-426 |
| 2015-01-05 | DB_op#add_statement(): support query addition via query array | LV-426 |
| 2015-01-05 | DB_composed_op doc | LV-426 |
| 2015-01-05 | DBO_rz_clone: filter meta nodes (nodes with meta labels) from result set | LV-426 |
| 2015-01-05 | DBO_rz_clone: return Topo_Diff | LV-426 |