da974190ea
fix: alle Node definitionen korrigiert und im backend gesetzt - keine mapping layer sonder saubere quelldaten, fehlende dataRef parameter hinzugefügt, damit jede node kontext nutzen kann
2026-05-03 15:01:24 +02:00
ValueOn AG
c140bd14d4
fixed nodes handovers
2026-04-30 23:54:45 +02:00
ValueOn AG
afd7e9d941
plan d implemented - generationn styles
2026-04-29 23:12:46 +02:00
ValueOn AG
880fa4d787
plana+c implemented
2026-04-29 21:27:08 +02:00
ValueOn AG
052647a52b
wired infomaniac to ai adapters and tools
2026-04-29 01:52:47 +02:00
ValueOn AG
fb3a1f0a51
fixes ai agents parameter flow
2026-04-28 11:58:53 +02:00
ValueOn AG
564a1200c6
datamodel sctirc fk logic in one place
2026-04-26 18:11:42 +02:00
ValueOn AG
24f0c3e2eb
cleanup internal marked exports
2026-04-26 08:31:35 +02:00
ValueOn AG
794ba36f27
teamsbot
2026-04-25 01:13:01 +02:00
ValueOn AG
908be0511b
redmine integrated and fixed
2026-04-21 21:30:11 +02:00
ValueOn AG
b84ca37d99
pwg-demo
2026-04-20 00:31:05 +02:00
Patrick Motsch
1c3b3ace27
Merge pull request #126 from valueonag/feat/demo-system-readieness
...
Feat/demo system readieness
2026-04-17 21:46:59 +02:00
c47529ef3b
fix:merge conflicts clickup branch
2026-04-17 13:31:38 +02:00
ValueOn AG
19be818fbb
testing fixes, udb source handling fixes
2026-04-17 11:50:24 +02:00
ValueOn AG
e942770ffc
feat db-clean-ui and unified content udm
2026-04-16 23:13:05 +02:00
ValueOn AG
005b794a2a
fixed doc handover
2026-04-14 16:22:55 +02:00
ValueOn AG
4852059c7d
fixed tools
2026-04-14 16:15:32 +02:00
ValueOn AG
35209f7f80
fixed formgenerator , trustee, sort and filter
2026-04-14 00:15:56 +02:00
idittrich-valueon
739c989b81
readded clickup connector and ensured connection works with ai workspace
2026-04-13 12:10:12 +02:00
ValueOn AG
61f04a6049
fixes in node languages and ai workflow
2026-04-13 01:37:29 +02:00
ValueOn AG
17455688a9
fixed automation parameter flow
2026-04-13 00:38:47 +02:00
ValueOn AG
5780cc0324
cleanup routesintegration view
2026-04-12 18:32:21 +02:00
ValueOn AG
3adbd1da29
fixed sysuser and removed redundant fallbacks
2026-04-11 22:23:41 +02:00
ValueOn AG
4dfc0afd06
fixed language logic items
2026-04-11 19:44:58 +02:00
ValueOn AG
be9e47caad
phase 2 i18n clean
2026-04-10 12:33:27 +02:00
ValueOn AG
cc1fdb13e5
cleaned sql and ui language sets
2026-04-08 20:28:34 +02:00
ValueOn AG
c395495300
integrated and initial teste unified automation
2026-04-07 22:32:05 +02:00
ValueOn AG
f65223137e
automation unification implemented
2026-04-07 00:49:08 +02:00
Patrick Motsch
a1df2df3c5
Merge pull request #115 from valueonag/feat/unified-data-bar
...
Feat/unified data bar
2026-03-30 23:05:09 +02:00
ValueOn AG
e0a09ae6b1
streamlined neutralization flow
2026-03-30 00:14:57 +02:00
ValueOn AG
7e88005721
unified failsafe neutralization architecture
2026-03-29 21:55:09 +02:00
ValueOn AG
1883f8cd6a
fixed sys attributes
2026-03-28 21:46:55 +01:00
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
idittrich-valueon
d0f8444bac
next version of visual workflow editor with ClickUp Connections
2026-03-25 09:38:06 +01:00
ValueOn AG
8b161ed410
unified data - step 1
2026-03-24 14:16:46 +01:00
idittrich-valueon
9a2e2b4f5f
included sharepoint nodes
2026-03-22 19:46:50 +01:00
idittrich-valueon
f808d63c25
finished email nodes
2026-03-22 18:20:31 +01:00
idittrich-valueon
04305c5f95
basic functionality
2026-03-22 16:15:11 +01:00
idittrich-valueon
c168443d4f
feat: first version of graphical automation feature
2026-03-22 15:25:29 +01:00
ValueOn AG
4e843761a9
Cleaned backend and enhanced ai call failover modes
2026-03-17 22:51:05 +01:00
ValueOn AG
7fe6f9bc97
new ai agent
2026-03-15 23:38:21 +01:00
ValueOn AG
c8b7517209
refactor: modules/services/ abgeloest durch serviceCenter + serviceHub
...
serviceCenter = DI-Container (Resolver, Registry, Context) fuer Service-Instanziierung
serviceHub = Consumer-facing Aggregation (DB-Interfaces, Runtime-State, lazy Service-Resolution via serviceCenter)
- modules/serviceHub/ erstellt: ServiceHub, PublicService, getInterface()
- 22 Consumer-Dateien migriert (routes, features, tests): imports von modules.services auf serviceHub bzw. serviceCenter umgestellt
- resolver.py: legacy fallback auf altes services/ entfernt
- modules/services/ komplett geloescht (83 Dateien inkl. dead code mainAiChat.py)
- pre-extraction: progress callback durch chunk-pipeline propagiert, operationType DATA_EXTRACT->DATA_ANALYSE fuer guenstigeres Modell
2026-03-14 11:51:45 +01:00
7a287065a4
fix:deleted old documentation
2026-03-09 11:03:02 +01:00
d78f071682
bug: sharepoint target address from automation feature
2026-03-09 11:03:02 +01:00
125c2bbce7
stop automation bug fix
2026-03-09 11:03:02 +01:00
d7636d72c4
bug:service center
2026-03-09 11:03:01 +01:00
13322e7cf8
feat: included service center in playground feature to replace old services
2026-03-09 11:03:01 +01:00
f4fb4637ea
Merge branch 'feat/service-center' into int
2026-03-06 15:32:59 +01:00
853cce2cf0
feat: implemented the service center into the automation feature
2026-03-06 15:32:27 +01:00
5db31f10ee
fix: sharepoint base path
2026-03-06 15:27:54 +01:00