Commit graph

965 commits

Author SHA1 Message Date
fc6de11c37 Remove poweron-center.net references, clean up demo tests
Some checks failed
Deploy Plattform-Core (Int) / deploy (push) Blocked by required conditions
Deploy Plattform-Core (Int) / test (push) Has been cancelled
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-10 00:42:09 +02:00
30db7a310c fix: resolve all deprecation warnings and remove dead test scripts
All checks were successful
Deploy Plattform-Core (Int) / test (push) Successful in 1m4s
Deploy Plattform-Core (Int) / deploy (push) Successful in 10s
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-09 23:52:50 +02:00
dce41a01ac fix: unit tests and pdf bullet rendering
All checks were successful
Deploy Plattform-Core (Int) / test (push) Successful in 1m3s
Deploy Plattform-Core (Int) / deploy (push) Successful in 9s
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-09 23:40:43 +02:00
06e68c343b automation fixes
Some checks failed
Deploy Plattform-Core (Int) / test (push) Failing after 1m9s
Deploy Plattform-Core (Int) / deploy (push) Has been skipped
2026-06-09 22:59:26 +02:00
ebc4b2a080 cp adapted to 2026 poweron 2
Some checks failed
Deploy Plattform-Core (Int) / test (push) Failing after 12s
Deploy Plattform-Core (Int) / deploy (push) Has been skipped
2026-06-09 09:58:05 +02:00
4a60086c80 cp adapted to 2026 poweron
Some checks failed
Deploy Plattform-Core (Int) / test (push) Failing after 15s
Deploy Plattform-Core (Int) / deploy (push) Has been skipped
2026-06-09 09:53:31 +02:00
26dd8f6f3f cleanup intra referencings in codebase
Some checks failed
Deploy Plattform-Core (Int) / test (push) Failing after 12s
Deploy Plattform-Core (Int) / deploy (push) Has been skipped
2026-06-09 07:05:06 +02:00
4f8473bd70 cleaned servicebag and removed servicehub
Some checks failed
Deploy Plattform-Core (Int) / test (push) Failing after 1m2s
Deploy Plattform-Core (Int) / deploy (push) Has been skipped
2026-06-08 23:35:31 +02:00
c1655bdd0a refactor: move billingWebhookHandler to serviceBilling layer
Business logic for Stripe webhooks belongs in serviceCenter/services/serviceBilling/, not in routes/. Updates 3 lazy imports in routeBilling.py accordingly.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-08 21:01:32 +02:00
e0caad0a75 import fixes
All checks were successful
Deploy Plattform-Core (Int) / test (push) Successful in 1m5s
Deploy Plattform-Core (Int) / deploy (push) Successful in 9s
2026-06-08 20:45:51 +02:00
ce612ffcfc import referencing fixes
All checks were successful
Deploy Plattform-Core (Int) / test (push) Successful in 1m0s
Deploy Plattform-Core (Int) / deploy (push) Successful in 9s
2026-06-08 14:46:52 +02:00
9be2d8aab5 refactory workflowAutomation completed as system component reolacing automation2 and graphEditor
Some checks failed
Deploy Plattform-Core (Int) / test (push) Failing after 16s
Deploy Plattform-Core (Int) / deploy (push) Has been skipped
2026-06-08 10:31:17 +02:00
39aba4cca8 before refactory workflowAutomation
All checks were successful
Deploy Plattform-Core (Int) / test (push) Successful in 1m2s
Deploy Plattform-Core (Int) / deploy (push) Successful in 9s
2026-06-07 22:26:18 +02:00
2b208ee504 fix(test): update methodTrustee path in signature validator parametrize
All checks were successful
Deploy Plattform-Core (Int) / test (push) Successful in 56s
Deploy Plattform-Core (Int) / deploy (push) Successful in 9s
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-07 08:39:19 +02:00
877f859f6b fix(tests): align test imports with refactored module paths
All checks were successful
Deploy Plattform-Core (Int) / test (push) Successful in 59s
Deploy Plattform-Core (Int) / deploy (push) Successful in 9s
Fix broken test imports after architecture refactoring:
- mfaService: _buildTotp -> buildTotp, _decryptSecret -> decryptSecret
- _actionSignatureValidator: _validateTypeRef -> validateTypeRef
- fkRegistry: modules.shared -> modules.dbHelpers
- costEstimate/ragLimits: _costEstimate -> costEstimate, _ragLimits -> ragLimits
- udbNodes: _isFeatureAdmin -> isFeatureAdmin
- inheritFlags: _normalisePath -> normalisePath
- methodTrustee: old workflow path -> features/trustee/workflows
- methodDiscovery: fix featuresDir path calculation (4 dirname levels)
- mainGraphicalEditor: wrap template labels with t() for i18n

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-07 08:25:43 +02:00
cf0233f193 refactor: architecture cleanup + fix scheduler Automation2Workflow error
Some checks failed
Deploy Plattform-Core (Int) / test (push) Failing after 13s
Deploy Plattform-Core (Int) / deploy (push) Has been skipped
Fix: add missing Automation2Workflow/Automation2WorkflowRun imports to interfaceFeatureGraphicalEditor.py (caused scheduler crash on boot)
Refactor: gdprDeletion via onUserDelete lifecycle hooks
Refactor: i18nBootSync accounting labels via app.py parameter injection
Refactor: serviceHub moved to serviceCenter/serviceHub.py
Split: teamsbot/service.py, realEstate/main, routeTrustee, routeBilling
Cleanup: remove obsolete methodTrustee, serviceExceptions shim
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-07 07:59:31 +02:00
bc7c6fe27c elimination of technical issues (imports)
Some checks failed
Deploy Plattform-Core (Int) / test (push) Failing after 13s
Deploy Plattform-Core (Int) / deploy (push) Has been skipped
2026-06-06 00:32:45 +02:00
10f172e950 fix(teamsbot): reuse existing SSE queue in joinMeeting to prevent stale reference
All checks were successful
Deploy Plattform-Core (Int) / test (push) Successful in 1m6s
Deploy Plattform-Core (Int) / deploy (push) Successful in 8s
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-05 10:38:45 +02:00
74f6f35ad4 fix: resolve datasource labels on reload, faster shutdown
All checks were successful
Deploy Plattform-Core (Int) / test (push) Successful in 1m3s
Deploy Plattform-Core (Int) / deploy (push) Successful in 9s
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-04 23:56:58 +02:00
76753f6037 fix data connector readfile
All checks were successful
Deploy Plattform-Core (Int) / test (push) Successful in 1m2s
Deploy Plattform-Core (Int) / deploy (push) Successful in 8s
2026-06-04 23:20:28 +02:00
f766219d4b Merge branch 'int' of ssh://git.poweron.swiss:2222/PowerOn/platform-core into int
All checks were successful
Deploy Plattform-Core (Int) / test (push) Successful in 1m1s
Deploy Plattform-Core (Int) / deploy (push) Successful in 9s
2026-06-04 21:38:37 +02:00
5eac61f734 fix infomaniak 2026-06-04 21:38:34 +02:00
Stephan Schellworth
b1d4137935 fix(connectors): resolve browse tokens by connection UUID
All checks were successful
Deploy Plattform-Core (Int) / test (push) Successful in 1m3s
Deploy Plattform-Core (Int) / deploy (push) Successful in 9s
ConnectorResolver now loads tokens with UserConnection.id so connection:authority:username references work in browse. ClickUp routes resolve references via getUserConnectionById; graph node defs use list picker only.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-04 09:41:43 +02:00
08fa70e4e0 security and mfa
All checks were successful
Deploy Plattform-Core (Int) / test (push) Successful in 1m4s
Deploy Plattform-Core (Int) / deploy (push) Successful in 42s
2026-06-03 23:21:29 +02:00
b7503e0272 fixes doc generation and renderers 3
All checks were successful
Deploy Plattform-Core (Int) / test (push) Successful in 1m2s
Deploy Plattform-Core (Int) / deploy (push) Successful in 9s
2026-06-03 17:15:20 +02:00
2eb1a5589d fixes doc generation and renderers
Some checks failed
Deploy Plattform-Core (Int) / test (push) Failing after 18s
Deploy Plattform-Core (Int) / deploy (push) Has been skipped
2026-06-03 16:45:17 +02:00
d61e29bcac fixes private model and udb scoping sources
Some checks failed
Deploy Plattform-Core (Int) / test (push) Failing after 24s
Deploy Plattform-Core (Int) / deploy (push) Has been skipped
2026-06-03 09:37:03 +02:00
24899b0cf2 fixes private model and udb scoping sources 2026-06-03 09:34:28 +02:00
a6c89c5159 fix: Calendar adapter uses calendarView with date range, agent shows event summaries inline
All checks were successful
Deploy Plattform-Core / test (push) Successful in 48s
Deploy Plattform-Core (Int) / test (push) Successful in 1m1s
Deploy Plattform-Core / deploy (push) Successful in 11s
Deploy Plattform-Core (Int) / deploy (push) Successful in 9s
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-02 09:29:28 +02:00
33dd694ba1 fix: Outlook email UTF-8 charset for umlauts - add meta charset to HTML body
All checks were successful
Deploy Plattform-Core / test (push) Successful in 44s
Deploy Plattform-Core (Int) / test (push) Successful in 1m11s
Deploy Plattform-Core / deploy (push) Successful in 5s
Deploy Plattform-Core (Int) / deploy (push) Successful in 9s
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-01 00:04:36 +02:00
a7b5192e25 Merge remote-tracking branch 'origin/int'
Some checks failed
Deploy Plattform-Core / deploy (push) Blocked by required conditions
Deploy Plattform-Core (Int) / test (push) Waiting to run
Deploy Plattform-Core (Int) / deploy (push) Blocked by required conditions
Deploy Plattform-Core / test (push) Has been cancelled
2026-06-01 00:02:22 +02:00
92a4c27afe fix: TEXT-to-VECTOR migration, table content normalization, ChatDocument DB fallback, Private-LLM log level
Some checks failed
Deploy Plattform-Core / deploy (push) Blocked by required conditions
Deploy Plattform-Core / test (push) Has been cancelled
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-01 00:00:57 +02:00
Ida
3b0881b0ca fix: crash upon startup
All checks were successful
Deploy Plattform-Core (Int) / test (push) Successful in 53s
Deploy Plattform-Core (Int) / deploy (push) Successful in 9s
2026-05-29 07:19:30 +02:00
Ida
3345f65c40 Merge branch 'int' of git.poweron.swiss:PowerOn/platform-core into int
All checks were successful
Deploy Plattform-Core (Int) / test (push) Successful in 1m2s
Deploy Plattform-Core (Int) / deploy (push) Successful in 10s
2026-05-29 06:41:57 +02:00
cb6b88aa3c fix import token lost across workers: persist token metadata to disk instead of in-memory dict
All checks were successful
Deploy Plattform-Core / test (push) Successful in 47s
Deploy Plattform-Core (Int) / test (push) Successful in 1m15s
Deploy Plattform-Core / deploy (push) Successful in 34s
Deploy Plattform-Core (Int) / deploy (push) Successful in 10s
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-29 01:08:37 +02:00
51ac15e501 fix ragLimits inheritance from connection root to child DataSources
All checks were successful
Deploy Plattform-Core / test (push) Successful in 41s
Deploy Plattform-Core (Int) / test (push) Successful in 1m3s
Deploy Plattform-Core / deploy (push) Successful in 5s
Deploy Plattform-Core (Int) / deploy (push) Successful in 10s
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-28 21:34:57 +02:00
Ida
bf261d6566 feat: billing admin link in exhaust notification email + requestFrontendUrl middleware
All checks were successful
Deploy Plattform-Core (Int) / test (push) Successful in 1m1s
Deploy Plattform-Core (Int) / deploy (push) Successful in 10s
2026-05-28 15:54:41 +02:00
Ida
14714f3ee2 Merge branch 'int' of git.poweron.swiss:PowerOn/platform-core into int
All checks were successful
Deploy Plattform-Core (Int) / test (push) Successful in 1m5s
Deploy Plattform-Core (Int) / deploy (push) Successful in 10s
2026-05-28 15:42:03 +02:00
a2c5360364 fix db import
Some checks failed
Deploy Plattform-Core / test (push) Successful in 49s
Deploy Plattform-Core / deploy (push) Successful in 5s
Deploy Plattform-Core (Int) / deploy (push) Blocked by required conditions
Deploy Plattform-Core (Int) / test (push) Has been cancelled
2026-05-28 11:25:10 +02:00
Ida
b04211bed4 bugfix PRM-04: Suchfunktion filtert zuerst, dann sortiert und dann paginiert, sonst fehlerhafte rückgaben 2026-05-28 11:05:43 +02:00
8c2e9d2183 db import streaming
All checks were successful
Deploy Plattform-Core / test (push) Successful in 47s
Deploy Plattform-Core / deploy (push) Successful in 5s
Deploy Plattform-Core (Int) / test (push) Successful in 59s
Deploy Plattform-Core (Int) / deploy (push) Successful in 10s
2026-05-28 10:52:10 +02:00
3e2c07a776 streaming export with log
All checks were successful
Deploy Plattform-Core / test (push) Successful in 46s
Deploy Plattform-Core / deploy (push) Successful in 4s
2026-05-27 23:04:58 +02:00
f24b67ed85 db-export streaming
All checks were successful
Deploy Plattform-Core / test (push) Successful in 49s
Deploy Plattform-Core / deploy (push) Successful in 4s
2026-05-27 19:38:12 +02:00
2d796a34ed fix db sync
All checks were successful
Deploy Plattform-Core / test (push) Successful in 50s
Deploy Plattform-Core / deploy (push) Successful in 4s
2026-05-27 17:43:48 +02:00
51b789b5aa icon toggle
All checks were successful
Deploy Plattform-Core / test (push) Successful in 53s
Deploy Plattform-Core / deploy (push) Successful in 4s
2026-05-27 15:36:03 +02:00
513ded84d5 teams issue
All checks were successful
Deploy Plattform-Core / test (push) Successful in 49s
Deploy Plattform-Core / deploy (push) Successful in 5s
Deploy Plattform-Core (Int) / test (push) Successful in 1m3s
Deploy Plattform-Core (Int) / deploy (push) Successful in 9s
2026-05-25 23:59:10 +02:00
060ca72eb4 fixed db import transactions
All checks were successful
Deploy Plattform-Core / test (push) Successful in 46s
Deploy Plattform-Core / deploy (push) Successful in 4s
2026-05-25 16:53:58 +02:00
6b5e386469 db fixed import
All checks were successful
Deploy Plattform-Core / test (push) Successful in 42s
Deploy Plattform-Core / deploy (push) Successful in 4s
2026-05-25 16:30:27 +02:00
e2d230f2c6 fixed orphan checkker to exclude audit log
All checks were successful
Deploy Plattform-Core / test (push) Successful in 46s
Deploy Plattform-Core / deploy (push) Successful in 4s
2026-05-25 15:58:42 +02:00
0c7ab77728 fixed db poweron reference - not baseclass
All checks were successful
Deploy Plattform-Core / test (push) Successful in 44s
Deploy Plattform-Core / deploy (push) Successful in 4s
2026-05-25 15:49:50 +02:00