Skip to content

Draft: fix: added internal cache support for the tenant and subproject journaling.

Diego Molteni requested to merge slb/dm3/internal-cache into master
  • added internal cache support for the tenant and subproject journaling.
  • reviewed DAO code for both tenant/subproject.
  • renamed getAll() to list() in tenantDAO.
  • replace dangerous integrity check patterns with nullish check: from if(!a){a=val} to a=a??val
Edited by Diego Molteni

Merge request reports