Commit graph

8 commits

Author SHA1 Message Date
ValueOn AG
892603156c core class for system attributes sysCreated / sysModified 2026-04-04 16:46:22 +02:00
ValueOn AG
359f491fd9 Merge int into feat/unified-data-bar, resolve conflicts 2026-03-30 23:33:23 +02:00
ValueOn AG
77e7eba711 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:13:18 +01:00
idittrich-valueon
0f791a53fb next version of visual workflow editor with Clickup Connector 2026-03-25 09:39:19 +01:00
idittrich-valueon
437c79909f fix: build errors 2026-03-22 19:54:31 +01:00
idittrich-valueon
af58d5a868 finished email nodes 2026-03-22 18:22:06 +01:00
idittrich-valueon
835428ac5f seperated files and updated editor 2026-03-22 16:40:42 +01:00
idittrich-valueon
9b4bad975c first version graphic automation editor 2026-03-22 16:17:38 +01:00