summaryrefslogtreecommitdiff
path: root/src/server/rz_kernel.py
AgeCommit message (Collapse)Author
2015-06-04add copyright and license headers for GNU AGPL v3Alon Levy
2015-05-27server/rz_kernel: remote_socket_addr is a tuple, make sure it is converted ↵Alon Levy
to str as a whole
2015-05-22rz_kernel: RZKernel_Exception__DB_x exceptionsLV-426
2015-05-22rz_kernel: check deco__DB_status_check() before DB dependent calls:LV-426
- connection available - DB metablock available
2015-05-22rz_kernel: refactoring out _init_DB()LV-426
2015-05-22rz_kernel: op_factory__DBO_rzdb__init_DB -> db_op_factoryLV-426
2015-05-22refactoring DBO_rzdoc__list -> DBO_rzdoc__searchLV-426
2015-05-22rz_kernel: rzdoc__reader_x() relocateLV-426
2015-05-22rz_kernel: exec_chain_commit_op -> _exec_chain_commit_op, relocateLV-426
2015-05-22rz_kernel: db_metablock_obtained -> db_metablock, cache for later useLV-426
2015-05-18common_rest_req_exception_handler: send back rzdoc_name on ↵LV-426
RZDoc_Exception__not_found
2015-05-13server/rz_kernel: add missing author metaAlon Levy
Add missing author meta attribute to attr & topo diffs commits return for activity display.
2015-05-12server/rz_kernel: add RZ_Kernel.rzdoc__commit_logAlon Levy
2015-05-12server: return ts_created in meta dicts for topo_diff and attr_diffAlon 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-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-05rz_kernel: manage DB session, initializationLV-426
2015-05-05load_node_set_by_id_attr(): converting to use kernelLV-426
2015-04-21RZDoc_Reader_Association: misc: __str__LV-426
2015-04-15rz_kernel: DBO_nop, periodic check for DB connLV-426
2015-04-13rz_kernel: clear cache entries after delete, renameLV-426
2015-04-13rz_kernel: DBO_rzdoc__delete: make rzdoc assoc invalid, remove laterLV-426
2015-04-13rz_kernel: reorder: rzdoc__lookup_by_nameLV-426
2015-04-13revert 61a187b8: avoid extra API function, no need to change ↵LV-426
RZDoc_Exception__already_exists logging
2015-04-12server/rz_kernel: reduce heartbeat to 0.5 secondsAlon Levy
2015-04-12Revert "server/rz_kernel: switch to 0.5 second polling.."Alon Levy
This reverts commit 3e2452ad6480e726fee8fdf2e3817ef09b0ba34d.
2015-04-12rzdoc__list: rm unnecessary rzdoc paramLV-426
2015-04-10server/rz_kernel: remove useless semicolonAlon Levy
2015-04-10server: implement doc renameAlon Levy
2015-04-10server/rz_kernel: switch to 0.5 second polling..Alon Levy
until an actual select/eventfd based solution is implemented
2015-04-10rz_kernel: rzdoc__list: doesn't really need rzdoc but didn't want to change ↵Alon Levy
sig for lack of time
2015-04-10server/rz_kernel: rzdoc__create: avoid rethrowAlon Levy
Instead of raising and catching an exception by using the cache lookup extract a function to lookup in cache and then in db that just returns the result. Avoids an exception trace we log whenever there is an exception.
2015-04-09rz_kernel: miscLV-426
2015-04-09rz_kernel: add ThreadPoolExecutor, kernel_heartbeat() + concurrent.futures ↵LV-426
dependency
2015-04-09rz_kernel: rzdoc_reader_assoc_map, reader subscription managementLV-426
2015-04-09rz_kernel: host rzdoc lookup cacheLV-426
2015-04-09rz_kernel: apply deco__exception_log to all public functions, rm recurring ↵LV-426
exception handling
2015-04-09rz_kernel: RZDoc_Reader_AssociationLV-426
2015-04-09rz_kernel: rzdoc__create: raise RZDoc_Exception__already_existsLV-426
2015-04-09rz_kernel: RZDoc_Exception__already_existsLV-426
2015-04-01rz_kernel: miscLV-426
2015-04-01rz_kernel: rzdoc__create(): call op__block_chain__initLV-426
2015-04-01neo4j_qt.py: refactor query transformation logic to dedicated fileLV-426
2015-04-01RZDoc: remove init id param, offset setting to callerLV-426
2015-04-01db_op: rename: DBO_rz__clone -> DBO_rzdoc__cloneLV-426
2015-04-01rz_kernel: rzdoc__xx: create, list, delete, lookup_by_nameLV-426