| Age | Commit message (Expand) | Author |
| 2015-01-06 | server: fix Topo_Diff_Result usage | Alon Levy |
| 2015-01-06 | wip: websocket: implement on_diff_commit__topo(), on_diff_commit__attr() | LV-426 |
| 2015-01-06 | init websocket-env | LV-426 |
| 2015-01-06 | rz_kernel: mv db_ctl reference to kernel | LV-426 |
| 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 | fix REST DB driver tx open, close | LV-426 |
| 2015-01-06 | used meta_attr='__type' for links (nodes still use '__label_set') | LV-426 |
| 2015-01-06 | meta_attr_list_to_meta_attr_map(): harded assertions regarding link meta-attr... | LV-426 |
| 2015-01-06 | gen_query_create_from_link/node_map(): cleanup: assertions, misc | LV-426 |
| 2015-01-06 | inline __type_check_link() | 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 | 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 | relax valid label assertions | 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 | Neo4JException may be composed of several sub errors, defer to class __str__ | LV-426 |
| 2015-01-05 | rz_clone()#on_success: formatting, doc | LV-426 |
| 2015-01-05 | server/db_controller: verbose Neo4JException logging | Alon Levy |
| 2015-01-05 | server/rz_api: fix missing json wrapper | Alon Levy |
| 2015-01-05 | server: fix missing renames from rz_api_rest/rz_api and db_op/db_controller p... | Alon Levy |
| 2015-01-05 | server/rhizi_api: on 'None' error push empty string, not a six letter string | Alon Levy |
| 2015-01-05 | introduce commit_and_tx_diff__topo & commit_diff__topo | Alon Levy |
| 2015-01-05 | DBO_rz_clone: return Topo_Diff | LV-426 |
| 2015-01-05 | rz_api, neo4j_test_util: imports | 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-05 | test_db_controller: adapt to db_controller, db_op separation | 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 |
| 2015-01-04 | rename rhizi_server -> rz_server | LV-426 |
| 2015-01-04 | rename rhizi_api -> rz_api | LV-426 |
| 2015-01-04 | rhizi_api breakup: common, rest & websocket files | LV-426 |
| 2015-01-04 | Topo_Diff.to_json_dict() | LV-426 |