| Age | Commit message (Expand) | Author |
| 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 |
| 2015-01-05 | calc_blob_hash(): use empty string as default blob | LV-426 |
| 2015-01-05 | DBO_block_chain__list() | LV-426 |
| 2015-01-05 | DBO_block_chain__commit: include hash in return value | LV-426 |
| 2015-01-05 | rename DBO_chain_commit_block -> DBO_block_chain__commit | LV-426 |
| 2015-01-05 | use meta attribute '__' prefix for __HEAD, __Parent, __Commit labels | LV-426 |
| 2015-01-04 | DBO_chain_commit_block: initial git-inspired commit chain concept | LV-426 |
| 2015-01-04 | refactor: db_op, db_controller separation | LV-426 |