gateway/modules
Ida Dittrich 6dc2afafb9 fix:performance improvements
- app.py: Pre-warm AI connectors at module load and in lifespan
- aicoreModelRegistry.py: Connector discovery cache, getAvailableModels cache, bulk RBAC, eager prewarm
- connectorDbPostgre.py: Connector cache, contextvars for userId, eviction (max 32)
- chatbot: Uses _get_cached_connector, Service center integration, BillingService exceptions, BillingService exceptions instead of direct imports
- interfaceDbApp.py: Uses _get_cached_connector
- interfaceDbManagement.py: Uses _get_cached_connector
- security/rbac.py: Adds checkResourceAccessBulk
2026-03-06 13:46:54 +01:00
..
aicore fix:performance improvements 2026-03-06 13:46:54 +01:00
auth fix: stripe callback csrf rausgenommen 2026-02-25 09:00:12 +01:00
connectors fix:performance improvements 2026-03-06 13:46:54 +01:00
datamodels feat: integrated stripe payment 2026-02-25 08:44:12 +01:00
features fix:performance improvements 2026-03-06 13:46:54 +01:00
interfaces fix:performance improvements 2026-03-06 13:46:54 +01:00
routes 2 critical fixes: pwd reset and invitation caching ui 2026-03-03 23:07:41 +01:00
security fix:performance improvements 2026-03-06 13:46:54 +01:00
services feat: refactor message streaming + add streaming service 2026-03-04 08:10:50 +01:00
shared fix(teamsbot): Fix Invalid Date + pass language to browser bot 2026-02-15 01:26:27 +01:00
system fix: ready for merge with int 2026-02-26 16:17:15 +01:00
workflows fixed critical code issues 2026-03-03 18:57:20 +01:00