gateway/modules/shared
ValueOn AG 75484c0f73 BREAKING CHANGE
API and persisted records use PowerOnModel system fields:
- sysCreatedAt, sysCreatedBy, sysModifiedAt, sysModifiedBy
Removed legacy JSON/DB field names:
- _createdAt, _createdBy, _modifiedAt, _modifiedBy
Frontend (frontend_nyla) and gateway call sites were updated accordingly.
Database:
- Bootstrap runs idempotent backfill (_migrateSystemFieldColumns) from old
  underscore columns and selected business duplicates into sys* where sys* IS NULL.
- Re-run app bootstrap against each PostgreSQL database after deploy.
- Optional: DROP INDEX IF EXISTS "idx_invitation_createdby" if an old index remains;
  new index: idx_invitation_syscreatedby on Invitation(sysCreatedBy).
Tests:
- RBAC integration tests aligned with current GROUP mandate filter and UserMandate-based
  UserConnection GROUP clause; buildRbacWhereClause(..., mandateId=...) must be passed
  explicitly (same as production request context).
2026-03-28 18:12:37 +01:00
..
__init__.py fixed imports 2026-01-22 21:11:25 +01:00
attributeUtils.py BREAKING CHANGE 2026-03-28 18:12:37 +01:00
auditLogger.py harmonized module names 2026-01-19 09:18:37 +01:00
callbackRegistry.py logical fixes 2026-02-09 23:44:52 +01:00
configuration.py subscription base logic 2026-03-22 17:23:54 +01:00
dbMultiTenantOptimizations.py BREAKING CHANGE 2026-03-28 18:12:37 +01:00
debugLogger.py refactored service center 2025-12-15 21:55:26 +01:00
eventManagement.py streamlined bootstrap and initial config 2026-02-09 12:49:35 +01:00
frontendTypes.py automation template/definition editor 2026-02-03 23:42:27 +01:00
gdprDeletion.py BREAKING CHANGE 2026-03-28 18:12:37 +01:00
jsonContinuation-logic.md performance tests with json repair and cut handling 2026-01-06 17:18:51 +01:00
jsonContinuation.py refined generation prompt 2026-01-06 21:24:54 +01:00
jsonUtils.py refactored pages ui access with saas mandates 2026-01-23 21:05:47 +01:00
notifyMandateAdmins.py subscription base logic 2026-03-22 17:23:54 +01:00
progressLogger.py finished email nodes 2026-03-22 18:20:31 +01:00
stripeClient.py subscription base logic 2026-03-22 17:23:54 +01:00
timeUtils.py fix(teamsbot): Fix Invalid Date + pass language to browser bot 2026-02-15 01:26:27 +01:00