botserver/src
Rodrigo Rodriguez (Pragmatismo) 62d0da3923
Some checks failed
BotServer CI/CD / build (push) Has been cancelled
Add local-files feature to disable local storage scanning
- Without local-files feature: only MinIO/Drive is used as bot source
- With local-files feature: scans /opt/gbo/data for bots (default behavior)
- Bucket filtering (gbo-*) only active when local-files is NOT enabled
- LocalFileMonitor and ConfigWatcher only start with local-files feature
2026-04-08 18:29:48 -03:00
..
analytics fix: replace all block_in_place with std:🧵:spawn to fix nested runtime panic 2026-04-03 12:54:36 -03:00
api Fix DETECT: use bot-specific DB pool, add anonymous auth when directory disabled 2026-04-06 13:37:23 -03:00
attendance refactor: Generalize WhatsAppAdapter::new to accept &AppState 2026-04-04 15:46:10 -03:00
attendant Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
auto_task refactor: Replace all hardcoded ./botserver-stack paths with get_stack_path()/get_work_path() 2026-04-04 09:24:44 -03:00
basic Disable /opt/gbo/data loading, use drive (MinIO) only for bot sources 2026-04-08 16:55:50 -03:00
billing Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
botmodels LXD proxy and container improvements 2026-03-15 15:50:02 -03:00
browser Fix tenant-org-bot relationship and CRM lead form 2026-03-12 18:19:18 -03:00
calendar fix: replace all block_in_place with std:🧵:spawn to fix nested runtime panic 2026-04-03 12:54:36 -03:00
canvas Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
channels feat: Add JWT secret rotation and health verification 2026-02-19 19:42:41 +00:00
compliance merge: Unify master into main - all commits unified 2026-03-01 07:43:07 -03:00
console refactor: Replace all hardcoded ./botserver-stack paths with get_stack_path()/get_work_path() 2026-04-04 09:24:44 -03:00
contacts LXD proxy and container improvements 2026-03-15 15:50:02 -03:00
core Disable local file monitoring, use drive (MinIO) as sole bot source 2026-04-08 17:47:44 -03:00
dashboards Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
deployment refactor: apply various fixes across botserver 2026-03-10 15:15:21 -03:00
designer refactor: Replace all hardcoded ./botserver-stack paths with get_stack_path()/get_work_path() 2026-04-04 09:24:44 -03:00
directory Update directory module: Zitadel v4.13.1 integration 2026-04-05 11:32:35 -03:00
docs feat: Add JWT secret rotation and health verification 2026-02-19 19:42:41 +00:00
drive Add local-files feature to disable local storage scanning 2026-04-08 18:29:48 -03:00
email Update secrets and email types 2026-04-05 06:27:34 -03:00
instagram Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
learn Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
legal Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
llm Fix DETECT: use bot-specific DB pool, add anonymous auth when directory disabled 2026-04-06 13:37:23 -03:00
main_module Add local-files feature to disable local storage scanning 2026-04-08 18:29:48 -03:00
maintenance Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
marketing fix: clone msg_id before move 2026-04-04 23:15:10 -03:00
meet feat: Add JWT secret rotation and health verification 2026-02-19 19:42:41 +00:00
monitoring LXD proxy and container improvements 2026-03-15 15:50:02 -03:00
msteams Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
multimodal Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
nvidia Add video module, RBAC, security features, billing, contacts, dashboards, learn, social, and multiple new modules 2026-01-08 13:16:17 -03:00
paper Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
people feat: add campaigns, attendance SLA, and marketing modules 2026-03-14 16:35:42 -03:00
player Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
products Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
project Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
research Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
search Fix SafeCommand to allow shell scripts with redirects and command chaining 2026-01-08 23:50:38 -03:00
security refactor: Replace all hardcoded ./botserver-stack paths with get_stack_path()/get_work_path() 2026-04-04 09:24:44 -03:00
settings Fix DETECT: use bot-specific DB pool, add anonymous auth when directory disabled 2026-04-06 13:37:23 -03:00
sheet Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
slides Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
social Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
sources Enforce Vault-only secrets: remove env var fallbacks, all secrets from Vault 2026-04-03 07:11:40 -03:00
tasks chore: update dependencies and formatting 2026-02-22 15:55:39 -03:00
telegram fix(llm): load system-prompt from config.csv correctly 2026-03-09 11:55:05 -03:00
tickets Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
timeseries Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
vector-db feat: dual-mode service configs - Vault first, fallback to DB/localhost 2026-04-03 15:01:37 -03:00
video Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
weba Fix build errors and unused imports in core, security and package_manager modules 2026-01-24 22:04:47 -03:00
whatsapp refactor: Generalize WhatsAppAdapter::new to accept &AppState 2026-04-04 15:46:10 -03:00
workspaces Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
embedded_ui.rs Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
main.rs Update botserver: various fixes and improvements 2026-04-07 13:33:50 -03:00