summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2015-01-20graph.js: fix node position based on type (head|commit) + ugly ↵graph-view-commit-logLV-426
window.commit_idx hack
2015-01-20rz_mesh:LV-426
- broadcast two pkts for every diff: original diff_obj & commit diff_obj - apply selectively to REST:websocket path based on '__caller' ctx hint
2015-01-20rz_api_websocket: adopt kernel yield returns, ctx['__caller'] hackLV-426
2015-01-20rz_api#rz_clone(): adapt to db_controller yield return styleLV-426
2015-01-20db_controller: adapt to kernel yield return style, proper composed_op handlingLV-426
2015-01-20rz_api_rest: adapt kernel yield return styleLV-426
2015-01-20rz_kernel: apply (diff_obj, op, op_ret) yield return approach on diff commitLV-426
2015-01-20DBO_rz_clone: use Link.Link_Ptr constructorLV-426
2015-01-20db_op: use correct l_idLV-426
2015-01-20DBO_diff_commit_x: supply commit_obj to block_chain opLV-426
2015-01-20avoiding meta-labled node filtering nodes by removing '__' prefixLV-426
2015-01-20client: Attr_Diff: add toString for debuggingAlon Levy
2015-01-20DBO_block_chain__commit: more cleanupLV-426
2015-01-20db_op.py: import cleanupLV-426
2015-01-20rz_mail.py: miscLV-426
2015-01-20DBO_block_chain__commit: process_result_set() - return Topo_DiffLV-426
2015-01-20DBO_block_chainCommit: set creation timestamp on commit nodesLV-426
2015-01-20DBO_block_chainCommit: cleanup param_set, generate link_idLV-426
2015-01-20DBO_block_chainCommit: return dict, exclude hash_valueLV-426
2015-01-20mv ws_emit__topo_diff into test_util.pyLV-426
2015-01-20DB_Controller: log with log.exception()LV-426
2015-01-20DB_op: update param names, docLV-426
2015-01-20DB_Query default param_setLV-426
2015-01-20rz_mesh.py: miscLV-426
2015-01-20refactor out ws_broadcast_to_all() functionLV-426
2015-01-20refactor rz_socket into top-level classLV-426
2015-01-19DB_Query#__str__()LV-426
2015-01-19rename rhizi_api -> rz_api (tests still broken)LV-426
2015-01-19rm /add_node_set REST pathLV-426
2015-01-19Topo_Diff#to_json_dict: function reorderingLV-426
2015-01-18flush_db: dedicated DBO class, cleanupLV-426
2015-01-18rename rand_id() -> generate_random_id__uuid()LV-426
2015-01-18mv rand_id() -> neo4j_util.pyLV-426
2015-01-18rz_feedback: miscLV-426
2015-01-18rz_feedback: error handling on send email errorLV-426
2015-01-18rz_feedback: error handling on sanitize_input failureLV-426
2015-01-18rz_feedback: use RZ_User_Feedback classLV-426
2015-01-18rz_feedback: cleanup msg_body constructionLV-426
2015-01-18rz_feedback: adapt to application/json POST encodingLV-426
2015-01-18rz_feedback: rename feedback -> send_user_feedback__emailLV-426
2015-01-18rz_mail: import sortLV-426
2015-01-18rz_mail: send_message loggingLV-426
2015-01-18rm useless set() callLV-426
2015-01-18avoid python-socketio's direct access to environ['socketio']LV-426
2015-01-13adding backup-rhizi-neo4jAlon Levy
2015-01-13avoid logging keyLV-426
2015-01-13convert status code to strLV-426
2015-01-13server: fix rz_mail: Fixes #274; Fixes #273Alon Levy
2015-01-13rz_cli_tool: fix after extraction; make run-local.sh friendlierAlon Levy
2015-01-13client: drop and links always; fixes #276Alon Levy