Commit graph

23 commits

Author SHA1 Message Date
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
ValueOn AG
9513e44b0c added monaco editor 2026-03-17 22:51:36 +01:00
ValueOn AG
d6d57a2113 workflow fixes 2026-03-16 14:26:37 +01:00
ValueOn AG
9cad69fd0c fix feature instance passing 2026-03-13 08:29:30 +01:00
df1344c228 updated feature automation and feature chat playground routes 2026-03-10 08:54:41 +01:00
ValueOn AG
ff1caba925 admin pages streamlined 2026-02-04 14:09:51 +01:00
ValueOn AG
dc4b475728 refactored pages ui access with saas mandates 2026-01-23 21:05:36 +01:00
ValueOn AG
537b624c59 fixed uid mapping to id 2026-01-21 10:59:34 +01:00
ValueOn AG
b2c38e75bf Fixed UI issues:
Data: roles & rules: fixed id and pydantic handling ui+gateway
Table generic: Fixed column width changing with persistent user width not overwritten by default in the session
Table generic: fixed active item in navbar working with subpaths
Table generic: fixed sort and pagination with modified routes
Table generic: enhanced logic to select page directly and bar on top of the table
Table generic: Always load data with pagination, fixed page counter (not updated), enhanced pagination to access pages directly
Table generic: Filter function enhanced directly as dropdown in column headers, sorting enhanced to have cascading sorting
Table generic: Added multilingual to AttributeType and handle it in the form renderer, removed explicit field definitions from team-members.ts and prompts.ts to use dynamic generation from backend attributes strictly
Table generic: Inline editting of checkboxes and boolean values
Table generig: Only generic logic, no explicit logic (e.g. id's)
Table generic: Removed all specific parts like action icons. To e a parameter by calling instance.
2026-01-13 20:01:27 +01:00
079d398f8a fix:build errors removed 2026-01-05 06:34:31 +01:00
aaf64b869f resumed backend integration, RBAC focus 2025-12-15 07:32:06 +01:00
101b3063c0 added PEK pages 2025-12-01 17:01:25 +01:00
172ddb7001 fixed building app 2025-08-22 13:09:24 +02:00
41a3b8f40e workflows page 2025-08-21 18:09:19 +02:00
28f0293ada fetching logs 2025-08-20 16:57:41 +02:00
aa5c321f09 streamlined workflow process, added workflow stats 2025-08-20 13:20:52 +02:00
22d582f72b added page activator and cacher 2025-08-20 07:44:55 +02:00
7cbdb0aea5 worked on Dateien page 2025-08-08 13:00:01 +02:00
idittrich-valueon
fd396d09e1 changed code structure to use state machine 2025-06-27 12:43:07 +02:00
idittrich-valueon
b827c3e00b minor bug fixes and new features 2025-06-19 17:42:59 +02:00
idittrich-valueon
56c33869ac added file attachement for messages and fixed preview tool 2025-05-30 12:21:10 +02:00
idittrich-valueon
16965f76d6 smaller bug fixes with workflow integration 2025-05-28 13:56:36 +02:00
idittrich-valueon
bc65e5a112 integrated workflows 2025-05-28 09:48:06 +02:00