summaryrefslogtreecommitdiff
path: root/src/server/rz_api_rest.py
AgeCommit message (Collapse)Author
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