summaryrefslogtreecommitdiff
path: root/src/server/rz_api_rest.py
AgeCommit message (Collapse)Author
2015-07-06rz_api_rest: reorderLV-426
2015-06-04add copyright and license headers for GNU AGPL v3Alon Levy
2015-05-22rz_api_rest: rzdoc__list -> rzdoc__searchLV-426
2015-05-13server/rz_api_rest: return 400 on empty topo diffAlon Levy
2015-05-12server/rz_api_rest: clone returns commit_log as wellAlon Levy
2015-05-05decoupling rz_api_rest & db_ctlLV-426
2015-05-05load_node_set_by_id_attr(): converting to use kernelLV-426
2015-04-12rzdoc__list: rm unnecessary rzdoc paramLV-426
2015-04-09rz_api_rest: handle RZDoc_Exception__already_existsLV-426
2015-04-09rz_kernel: host rzdoc lookup cacheLV-426
2015-04-06fix for "AssertionError: View function mapping is overwriting..."LV-426
2015-04-01rz_api_rest: Req_Context: default init valuesLV-426
2015-04-01sanitize_input__rzdoc_name(): retrieve max rzdoc name from global rz_configLV-426
2015-04-01rz_api_rest: importsLV-426
2015-04-01rz_api_rest: rzdoc__delete(), rzdoc__list()LV-426
2015-04-01rz_api_rest: __context__common:LV-426
- lookup rzdoc by rzdoc_name - raise cache lookup exception - support rzdoc-less context if no rzdoc_name is provided
2015-04-01rz_api: refactoring REST api calls to rz_api_restLV-426
2015-04-01diff_commit__topo, diff_commit__attr: use @common_rest_req_exception_handlerLV-426
2015-04-01rzdoc_clone, rzdoc_create (previously rzdoc_new):LV-426
- route requests through kernel - use @common_rest_req_exception_handler
2015-04-01dedicated Req_Context class, avoid dict key accessLV-426
2015-04-01rz_clone(): relocate to rz_api_restLV-426
2015-04-01rz_api_rest: misc: importsLV-426
2015-04-01follow rzdoc_xx var naming conventionLV-426
2015-04-01DB_op: wip: DBO_rzdoc__new, DBO_rzdoc__openLV-426
2015-01-26diff_commit__attr: fix ctx being passed to validate_obj__attr_diff() rather ↵LV-426
than the kernel
2015-01-23rz_api_rest: supply common request contextLV-426
2015-01-13wip: rz_req_handling.pyLV-426
2015-01-12rz_kernel: return: a tuple containing the input diff and the result of it's ↵LV-426
commit
2015-01-06server: fix Topo_Diff_Result usageAlon Levy
The reason json failed was that we were using a class instead of an instance, i.e. clazz = namedtuple('bla', ['field1', 'field2']) instance = clazz(field1='foo', field2='bar')
2015-01-06rz_kernel: mv db_ctl reference to kernelLV-426
2015-01-05server/rhizi_api: on 'None' error push empty string, not a six letter stringAlon Levy
2015-01-04rhizi_api breakup: common, rest & websocket filesLV-426