Commit graph

960 commits

Author SHA1 Message Date
Ida
72d3175f49 Gruppierung im Formgenerator fertig 2026-04-29 18:16:02 +02:00
Ida
ce671f61b6 feat: app-scheduler ausgebaut um nachts bestehende connections zu indexieren 2026-04-29 14:39:40 +02:00
Ida
4a840e9e6e added neutralization option to indexing new connections 2026-04-29 14:39:40 +02:00
Ida
93cb6939dc feat: frontend consent integration 2026-04-29 14:39:40 +02:00
Ida
3add5c9a80 commit before rebase 2026-04-29 14:39:40 +02:00
Ida
6a5ff1ff7c feat(rag): P1 user-connection hooks + retrieval threshold fix
- connection.established/revoked callbacks from OAuth routes and
  connection management endpoints
- KnowledgeIngestionConsumer dispatches bootstrap job (established)
  and synchronous purge (revoked)
- FileContentIndex: add connectionId + sourceKind columns
- SharePoint bootstrap with @odata.nextLink pagination and eTag-based
  idempotency
- Outlook bootstrap treats messages as virtual documents with
  cleanEmailBody for HTML/quote/signature stripping
- fix(rag): lower buildAgentContext minScore thresholds from
  0.55/0.65/0.70 to 0.35 — previous values blocked all real matches
  from text-embedding-3-small
- 24 new unit tests covering purge, consumer dispatch, email cleaning
  and both bootstrap paths
2026-04-29 14:39:40 +02:00
Ida
dff3d41845 fix(rag): stable ingestion idempotency across re-extractions (AC4)
Re-indexing the same file always triggered a full embedding run —
ingestion.skipped.duplicate never fired. Two independent causes:

1. _computeIngestionHash included contentObjectId in its payload, but
   extractors generate fresh uuid4() per run, making the hash a
   per-run nonce. Now hashed over (contentType, data) in extractor
   order — stable across re-extractions, sensitive to content,
   ordering, and type changes.
2. _autoIndexFile upserted the fresh pre-scan FileContentIndex before
   requestIngestion's duplicate check, wiping structure._ingestion
   and status=indexed from the prior run. The pre-upsert now merges
   the existing _ingestion metadata and preserves the indexed status.

Verified end-to-end: second PATCH /scope on an already-indexed file
logs  and returns in ~2s
with zero embedding API calls.

Adds test_ingestion_hash_stability.py (5 cases).
2026-04-29 14:39:40 +02:00
Ida
a7f4055130 fix(rag): preserve per-page granularity + remove on-demand extraction fallbacks
The default MergeStrategy concatenates every extracted text part into a
single ContentPart, collapsing a 500-page PDF into one chunk with a
blurred average embedding — RAG retrieval was effectively broken.

- ExtractionOptions.mergeStrategy is now Optional[MergeStrategy]; passing
  None preserves per-part granularity. Default factory kept for
  backward compatibility.
- routeDataFiles._autoIndexFile, _workspaceTools.readFile, and
  _documentTools.describeImage explicitly pass mergeStrategy=None.
- Agent tools no longer carry redundant extraction + requestIngestion
  fallback paths: the unified ingestion lane owns all corpus writes,
  and readFile/describeImage are pure consumers of the knowledge store.
- Unit test asserts runExtraction(mergeStrategy=None) keeps every part.
2026-04-29 14:39:40 +02:00
Ida
9d82d3d353 P0: injection facade 2026-04-29 14:39:40 +02:00
ValueOn AG
052647a52b wired infomaniac to ai adapters and tools 2026-04-29 01:52:47 +02:00
ValueOn AG
49f3660d89 fixes infomaniak download 2026-04-29 01:03:40 +02:00
ValueOn AG
9816f13ae9 fixes infomaniac different than in doc 2026-04-29 00:57:28 +02:00
ValueOn AG
b405cebdec kdrive fix 2026-04-29 00:35:21 +02:00
ValueOn AG
fb3a1f0a51 fixes ai agents parameter flow 2026-04-28 11:58:53 +02:00
ValueOn AG
d9fcea54ff trustee agent fix 2026-04-27 08:07:37 +02:00
ValueOn AG
30ea8bbefe fixed trustee 2026-04-26 23:59:09 +02:00
Patrick Motsch
3507c16055
Merge branch 'main' into int 2026-04-26 23:10:49 +02:00
ValueOn AG
d505ffd9cd Graph and data class falignment strict 2026-04-26 22:53:44 +02:00
ValueOn AG
60d5062204 fix model registration race locker 2026-04-26 18:13:11 +02:00
ValueOn AG
564a1200c6 datamodel sctirc fk logic in one place 2026-04-26 18:11:42 +02:00
ValueOn AG
8221a0da3e fixed user references 2026-04-26 08:57:49 +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
b6be8f391e fixes 2026-04-23 23:09:38 +02:00
Ida
269d0fa5ff fix forgejo env
All checks were successful
Deploy Gateway / deploy (push) Successful in 4s
2026-04-22 14:59:19 +02:00
ValueOn AG
71f4265e06 fixes udb, outlook, workflow 2026-04-21 23:49:46 +02:00
ValueOn AG
908be0511b redmine integrated and fixed 2026-04-21 21:30:11 +02:00
ValueOn AG
dc0346904f redmine integration 2026-04-21 18:14:21 +02:00
ValueOn AG
be43876461 fix critical trustee db sync 2026-04-21 10:45:14 +02:00
ValueOn AG
5ef311a82e stripe fix 2026-04-21 08:57:43 +02:00
ValueOn AG
cdca242f82 data source fixes 2026-04-21 00:50:36 +02:00
ValueOn AG
f29e0c9edc feature fixes 2026-04-20 17:51:09 +02:00
ValueOn AG
b84ca37d99 pwg-demo 2026-04-20 00:31:05 +02:00
ValueOn AG
1ffe521ad8 grapheditor enhanced para set for ai 2026-04-19 01:31:57 +02:00
ValueOn AG
7d27ddf6b5 fixed integration graph editor ai 2026-04-19 01:22:33 +02:00
ValueOn AG
3ea85fe57e centralized language catalog 2026-04-19 00:36:45 +02:00
ValueOn AG
24ff6058d5 fixed ai workspace voice google issue 2026-04-19 00:19:42 +02:00
ValueOn AG
50107a91ba fixed proper splitting sysadmin/platformadmin and proper logic for mandate name(slug) and label(user) 2026-04-19 00:04:03 +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
Ida
948f0c54dc HOTFIX
Some checks are pending
Build and deploy Python app to Azure Web App - gateway-int / build (push) Waiting to run
Build and deploy Python app to Azure Web App - gateway-int / deploy (push) Blocked by required conditions
2026-04-17 15:40:06 +02:00
Ida
08cb98cfba bugfix(BIL-02) 2026-04-17 15:24:22 +02:00
Ida
d9f437f63e bugfix(FIL-01 + files verschwunden nach hochladen und reload 2026-04-17 14:09:33 +02:00
Ida
18fb8e32b3 bugfix(CON-01) 2026-04-17 13:48:18 +02:00
Ida
c47529ef3b fix:merge conflicts clickup branch 2026-04-17 13:31:38 +02:00
ValueOn AG
18e444d751 fixed toggles 2026-04-17 12:30:50 +02:00
ValueOn AG
4b531dbf15 fixes 2026-04-17 11:51:26 +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
95b427ccc3 fixes comcoach 2026-04-16 14:20:26 +02:00
ValueOn AG
670ae1e0ea fixes from demo1: compliance ui fgtable issues, nodes vertical, nodes editting logic to edit in all editors of a mmandate based on highest level of role 2026-04-14 22:56:25 +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
fe89952252 fixes ai toolbox connections 2026-04-14 13:26:12 +02:00
ValueOn AG
1230a953bd compliance view 2026-04-14 11:16:19 +02:00
ValueOn AG
591e890527 tool fix 2026-04-14 08:40:43 +02:00
ValueOn AG
d2611ff498 fix 2026-04-14 08:03:31 +02:00
ValueOn AG
d664cdce00 added syscreatedat in trustee 2026-04-14 00:21:59 +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
e952b4c9ee i18n tags tools 2026-04-13 09:43:56 +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
c18ad6f8e7 fixed instance nav labels i18n 2026-04-12 21:32:19 +02:00
ValueOn AG
958449c9dd fix instance label 2026-04-12 18:33:59 +02:00
ValueOn AG
5780cc0324 cleanup routesintegration view 2026-04-12 18:32:21 +02:00
ValueOn AG
e43b0741ed fixes lang uand issues 2026-04-12 14:04:49 +02:00
ValueOn AG
1b51ee3e1c fixed udb rbac 2026-04-12 10:43:30 +02:00
ValueOn AG
091a3672de fixed udb issues 2026-04-12 10:12:03 +02:00
ValueOn AG
c30c18fc71 fixed udb foldertree 2026-04-12 00:29:00 +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
0f5d695960 language fixes 2026-04-11 00:24:56 +02:00
ValueOn AG
fc17f51752 alle sprachtexte mit dot-strings ersetzt 2026-04-11 00:07:24 +02:00
ValueOn AG
87e2e6d401 decision subscription 2026-04-10 22:44:08 +02:00
ValueOn AG
be9e47caad phase 2 i18n clean 2026-04-10 12:33:27 +02:00
ValueOn AG
259fd25d9b fixes 2026-04-09 21:33:56 +02:00
ValueOn AG
722f49e832 fixes lang update 2026-04-09 00:21:37 +02:00
ValueOn AG
ba8356fc0e ui all languages transferred 2026-04-09 00:11:36 +02:00
ValueOn AG
8b33a86274 issues fixed 2026-04-08 22:29:30 +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
13242fa5ac grapheditor editor and template handling 2026-04-07 14:22:53 +02:00
ValueOn AG
f65223137e automation unification implemented 2026-04-07 00:49:08 +02:00
ValueOn AG
2171460b9e cleaned migration code 2026-04-04 17:54:36 +02:00
ValueOn AG
65a495dc36 core class for system attributes sysCreated / sysModified 2026-04-04 16:45:46 +02:00
ValueOn AG
50bf59879f fix: mandate subscription provisioning, capacity errors, invitations API
Made-with: Cursor
2026-04-02 23:53:36 +02:00
ValueOn AG
ecbdd1ea74 pricing 2026-04-02 14:12:49 +02:00
ValueOn AG
268c4b8e1e prices 2026-04-02 13:09:04 +02:00
ValueOn AG
93f28f57df fix sequenst subscription and mandate 2026-04-02 11:58:34 +02:00
ValueOn AG
563018b5e1 fixed tool execute subprocess 2026-04-01 22:16:08 +02:00
ValueOn AG
0a5fa20cb8 fixed voice feat commcoach 2026-04-01 21:59:28 +02:00
ValueOn AG
5a40b54524 fixed data source 2026-03-31 23:40:59 +02:00
ValueOn AG
413dcd9b6c fix hard delete cascade: wrong import for FeatureAccessRole
Made-with: Cursor
2026-03-31 21:59:26 +02:00
ValueOn AG
c6e7438dfa teams bot adapt vars 2026-03-31 20:56:35 +02:00
ValueOn AG
695c652a56 mandate admin fixes 2026-03-31 13:31:25 +02:00
ValueOn AG
bc370ef475 Alle 7 Stellen im Code, die Stripe-Objekte in Dicts konvertieren, nutzen jetzt stripeToDict(). Das funktioniert unabhängig von der Stripe-Bibliotheksversion auf DEV und INT. 2026-03-31 02:14:33 +02:00
ValueOn AG
b142c0fa6c NT-Problem: Unhandled exception: get
Root Cause: Die Stripe-Python-Bibliothek auf INT hat keine .get() Methode auf Stripe-Objekten. Wenn session.get("payment_status") aufgerufen wird, sucht Python via __getattr__ nach einem Feld namens "get" → AttributeError("get").

Bestätigung: In routeBilling.py gab es bereits einen hasattr(session, "get")-Check (Zeile 998) — jemand kannte das Problem.

Fix: Alle Stripe-Objekte werden sofort nach dem API-Call in dict() konvertiert
2026-03-31 02:05:16 +02:00
ValueOn AG
ef39d01e16 fixed database issue subscriptions 2026-03-31 01:51:08 +02:00
ValueOn AG
350c699473 fexed stripe webhook 2026-03-31 01:12:25 +02:00
ValueOn AG
b53a7f363d fixes stripe 2026-03-31 00:47:28 +02:00
ValueOn AG
7cbcaacda1 managed stripe change in env to trigger db refresh 2026-03-31 00:24:56 +02:00
ValueOn AG
3be0967936 fixed changed customer in stripe 2026-03-31 00:15:47 +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
a787cdf6bf fixed onboarding flow 2026-03-30 23:03:36 +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
3ac25a269a streamlined billing incl ai and storage budget 2026-03-29 12:18:58 +02:00
ValueOn AG
c12a75f87f fix user name resolution 2026-03-28 23:56:28 +01:00
ValueOn AG
1fdf238aaf cleaned mandate and unified mandate to be standard type 2026-03-28 23:54:11 +01:00
ValueOn AG
1f42c015d6 fixes commcoach 2026-03-28 22:29:15 +01:00
ValueOn AG
1883f8cd6a fixed sys attributes 2026-03-28 21:46:55 +01:00
ValueOn AG
20d2bf215f fixes 2026-03-28 18:28:35 +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
ValueOn AG
efe540b4f9 fixing round 1 2026-03-28 16:59:01 +01:00
idittrich-valueon
d0f8444bac next version of visual workflow editor with ClickUp Connections 2026-03-25 09:38:06 +01:00
ValueOn AG
b33444e891 unified data completed implementation 2026-03-24 16:39:25 +01:00
ValueOn AG
96c94fae57 unified data - step 1 2026-03-24 14:17:18 +01:00
ValueOn AG
8b161ed410 unified data - step 1 2026-03-24 14:16:46 +01:00
ValueOn AG
f796ae3807 fix: RBAC bootstrap anthropic for user, FeatureAccess response, workspace UI repair, user access overview, RBAC tests
Made-with: Cursor
2026-03-23 10:29:23 +01:00
Patrick Motsch
2345ff669a
Merge pull request #113 from valueonag/feat/service-subscription
Feat/service subscription
2026-03-23 00:19:49 +01:00
ValueOn AG
da096bb6e2 rag stats 2026-03-23 00:17:59 +01:00
ValueOn AG
3934cdd3ee tool fixes 2026-03-23 00:05:29 +01:00
ValueOn AG
9ef0d43091 fixed tables and forms 2026-03-22 22:19:50 +01:00
ValueOn AG
2e7a0a73c7 streamlined formgeneratortable and sort/filter globally 2026-03-22 21:34:54 +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
ValueOn AG
c813bd63ca subscription base logic 2026-03-22 17:23:54 +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
9186c60ad2 fixed rendering issues 2026-03-22 11:09:48 +01:00
ValueOn AG
8cf31077a6 fixed global RAG and admin consent msft 2026-03-22 01:20:44 +01:00
ValueOn AG
0a0973d41b hotfix msft/google login tokens end to end separated from connection
feat(billing): Nutzerhinweise bei leerem Budget + Mandats-Mail (402/SSE)
Gateway
- InsufficientBalanceException: billingModel, userAction (TOP_UP_SELF /
  CONTACT_MANDATE_ADMIN), DE/EN-Texte, toClientDict(), fromBalanceCheck()
- HTTP 402 + JSON detail für globale API-Fehlerbehandlung
- AI/Chatbot: vor Raise ggf. E-Mail an BillingSettings.notifyEmails
  (PREPAY_MANDATE, Throttle 1h/Mandat) via billingExhaustedNotify
- Agent-Loop & Workspace-Route: SSE-ERROR mit strukturiertem Billing-Payload
- datamodelBilling: notifyEmails-Doku für Pool-Alerts
frontend_nyla
- useWorkspace: SSE onError für INSUFFICIENT_BALANCE mit messageDe/En
  und Hinweis auf Billing-Pfad bei TOP_UP_SELF
2026-03-21 01:34:40 +01:00
ValueOn AG
f89eacfc47 fixes trustee data 2026-03-18 23:40:25 +01:00
ValueOn AG
c3f8be68b2 truastee sync and charting 2026-03-18 23:04:56 +01:00
ValueOn AG
6296b79ad0 feat folder download as zip 2026-03-18 14:10:50 +01:00
ValueOn AG
d63a41fbc8 llm failover enhanced 2026-03-18 13:57:01 +01:00
ValueOn AG
b876f01da2 tools enhancement and cleanup 2026-03-18 13:06:57 +01:00
ValueOn AG
9b741a0a28 vector fixes 2026-03-18 00:33:38 +01:00
ValueOn AG
587dd7489e fixed trustee rma connector 2026-03-17 23:23:40 +01:00
ValueOn AG
4e843761a9 Cleaned backend and enhanced ai call failover modes 2026-03-17 22:51:05 +01:00
ValueOn AG
1d4148e8b5 codeeditor 2026-03-17 20:26:11 +01:00
ValueOn AG
6c8cc843ce file system and stt and ttss reevisions 2026-03-17 19:19:27 +01:00
ValueOn AG
f3de454b66 fixed chat history context 2026-03-16 21:22:40 +01:00
Patrick Motsch
6154eb2553
Merge pull request #106 from valueonag/refactor/service-migrations
Refactor/service migrations
2026-03-16 15:51:07 +01:00
ValueOn AG
a5539f7602 img generation added 2026-03-16 15:44:54 +01:00
ValueOn AG
afe77233f9 fixed content mapping 2026-03-16 15:24:20 +01:00
ValueOn AG
c161a93796 sharepoint relative path fix 2026-03-16 15:12:05 +01:00
ValueOn AG
c873f96848 fixed source access and workflow resource limits and stop 2026-03-16 15:08:05 +01:00
ValueOn AG
b418207c2c workflow fixes 2026-03-16 14:26:42 +01:00
ValueOn AG
a24b20d302 fixed source access tools 2026-03-16 13:13:46 +01:00