gateway/modules/connectors
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
..
providerFtp new ai agent 2026-03-15 23:38:21 +01:00
providerGoogle Cleaned backend and enhanced ai call failover modes 2026-03-17 22:51:05 +01:00
providerMsft tool fixes 2026-03-23 00:05:29 +01:00
connectorDbPostgre.py BREAKING CHANGE 2026-03-28 18:12:37 +01:00
connectorMessagingEmail.py refactored service center 2025-12-15 21:55:26 +01:00
connectorMessagingSms.py refactored service center 2025-12-15 21:55:26 +01:00
connectorOerebWfs.py feat: fetch oereb kataster and return Wohnzohne 2026-02-14 13:13:46 +01:00
connectorPreprocessor.py feat:chatbot weiterimplementiert 2026-01-05 15:12:13 +01:00
connectorProviderBase.py Cleaned backend and enhanced ai call failover modes 2026-03-17 22:51:05 +01:00
connectorResolver.py new ai agent 2026-03-15 23:38:21 +01:00
connectorSwissTopoMapServer.py fixed complete langgraph workflow and information fetching 2026-02-14 17:31:39 +01:00
connectorTicketsClickup.py refactored service center 2025-12-15 21:55:26 +01:00
connectorTicketsJira.py refactored service center 2025-12-15 21:55:26 +01:00
connectorVoiceGoogle.py file system and stt and ttss reevisions 2026-03-17 19:19:27 +01:00
connectorZhWfsParcels.py fixed complete langgraph workflow and information fetching 2026-02-14 17:31:39 +01:00