summaryrefslogtreecommitdiff
path: root/src/server
AgeCommit message (Expand)Author
2015-05-12server/db_op: add DBO_rzdoc__commit_logAlon Levy
2015-05-12server/model/graph: Topo_Diff and Attr_Diff gain metaAlon Levy
2015-05-12server/db_op/DBO_block_chain__commit: add _result_of_statementAlon Levy
2015-05-12server/neo4j_schema: add VC_COMMIT_RESULT_OF and VC_OPERATIONAlon Levy
2015-05-12server/db_op/DBO_block_chain__commit: factor out _authored_by_statementAlon Levy
2015-05-12server/db_op: refactor blob gzip/base64 codeAlon Levy
2015-05-12server: neo4j_cypher_parser: accept (but don't understand) multiplicityAlon Levy
2015-05-12server/rz_kernel: ctx not optional anymore for diff_commit__{topo,attr}Alon Levy
2015-05-10rz_kernel: add missing formatterAlon Levy
2015-05-05DB_Controller: miscLV-426
2015-05-05init_DB(): more refactoring, assist kernel via op_factory__DBO_rzdb__init_DBLV-426
2015-05-05DBO_rzdb__init_DB: decouple rz_config dep -> rz_config.rzdoc__mainpage_nameLV-426
2015-05-05DBO_rzdb__fetch_DB_metablock: rm rz_config depLV-426
2015-05-05DB_Controller: refactor rz_config dep -> rz_config.rest_api_base_urlLV-426
2015-05-05db_controller: removing exec_cypher_query()LV-426
2015-05-05neo4j schema version: refactor into constantLV-426
2015-05-05rz_kernel: manage DB session, initializationLV-426
2015-05-05decoupling rz_api_rest & db_ctlLV-426
2015-05-05load_node_set_by_id_attr(): converting to use kernelLV-426
2015-05-05rz_server: fix template default pathLV-426
2015-05-05use valid python attr name: template.d_path -> template_d_pathLV-426
2015-05-05rz_config: template.d_pathLV-426
2015-05-05rz_config.neo4j_schema_version: missing commitLV-426
2015-05-03server/db_op: case insensitive doc name when checking for existenceAlon Levy
2015-05-03rz_user_db: Fake_User_DB: add missing shutdownAlon Levy
2015-05-03rz_server/rz_user_db: don't create user_db if access_control==False; Fixes #530Alon Levy
2015-05-03server/db_op: update _convert_to_blob doc stringAlon Levy
2015-05-01rz_config: neo4j_schema_versionLV-426
2015-05-01bump DB schema version following blob format change, use x.x.x version stringLV-426
2015-05-01dp_op: DBO_block_chain__commit: use gzip'ed base64 encoding for commit blobs ...LV-426
2015-04-30server/rz_api: allow wrong session data, just ignore for now. added FIXME to ...Alon Levy
2015-04-30server/rz_server: return redirect_entry required for previous commitAlon Levy
2015-04-30server: add back redirects for / and /index.htmlAlon Levy
2015-04-30accept 'GET' on rzdoc /delete (temp fix until UI doc deletion is implemented)LV-426
2015-04-30REST api: /graph/clone -> /api/rzdoc/cloneLV-426
2015-04-30add '/api' prefix to REST api calls, help differentiate from end-user HTTP pathsLV-426
2015-04-29Config: generate_default(): add defaults, sortLV-426
2015-04-29neo4j_schema: META_LABEL__RZDB_METALV-426
2015-04-29rz_server: init_DB(): probe for metablock, init if missingLV-426
2015-04-29Config.generate_default(): return object with attributesLV-426
2015-04-29db_op: DBO_rzdb__init_DB()LV-426
2015-04-29db_op: DBO_rzdb__fetch_DB_metablockLV-426
2015-04-29db_op: composed op: post_op_exec_hook() - provide room for post-sub-op logicLV-426
2015-04-29DB_composed_op: reorder functionsLV-426
2015-04-28server/rz_server: add missing config default valuesAlon Levy
2015-04-28server/neo4j_cypher: avoid recursionAlon Levy
2015-04-28server/neo4j_cypher: fix typoAlon Levy
2015-04-28rz_config: generate_default)LV-426
2015-04-28rz_server: raise exception on unrecognized config keysLV-426
2015-04-28rz_server: avoid casting to 'None'LV-426