summaryrefslogtreecommitdiff
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-19setting default 'dark-gray' fill on generic nodesLV-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-18\t -> ' ' indentLV-426
2015-01-18init script: create pidfile under /var/run/$NAME - required to run as ↵LV-426
USERNAME:GROUPNAME
2015-01-18init script: rely on --background, --pidfile during stop()LV-426
2015-01-18init script: runtim USERNAME:GROUPNAMELV-426
2015-01-18init script: descriptionLV-426
2015-01-18fixing logo/feedback btn overlapLV-426
2015-01-18rhizi-server init scriptLV-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