|
|
037db5c381
|
feat: Major workspace reorganization and documentation update
- Add comprehensive documentation in botbook/ with 12 chapters
- Add botapp/ Tauri desktop application
- Add botdevice/ IoT device support
- Add botlib/ shared library crate
- Add botmodels/ Python ML models service
- Add botplugin/ browser extension
- Add botserver/ reorganized server code
- Add bottemplates/ bot templates
- Add bottest/ integration tests
- Add botui/ web UI server
- Add CI/CD workflows in .forgejo/workflows/
- Add AGENTS.md and PROD.md documentation
- Add dependency management scripts (DEPENDENCIES.sh/ps1)
- Remove legacy src/ structure and migrations
- Clean up temporary and backup files
|
2026-04-19 08:14:25 -03:00 |
|
|
|
2fa59057fa
|
fix: Resolve migration error, Vault 403, cache timeout, and shell injection false positives
BotServer CI/CD / build (push) Has been cancelled
- Fix migration 6.2.5: Create lost_reason column before VIEW that references it
- Fix Vault 403: Enable KV2 secrets engine after initialization
- Fix cache timeout: Increase Valkey readiness wait from 12s to 30s
- Fix command_guard: Remove () from forbidden chars (safe in std::process::Command)
|
2026-03-31 19:55:16 -03:00 |
|
|
|
9641842e8d
|
fix(migration): add WHERE org_id IS NOT NULL to SLA policy inserts to prevent crash on bots with no org
|
2026-03-21 17:00:46 -03:00 |
|
|
|
a985dfc168
|
fix: use id instead of bot_id in SLA policy inserts
|
2026-03-19 11:59:52 -03:00 |
|
|
|
7fb73e683f
|
feat: add campaigns, attendance SLA, and marketing modules
|
2026-03-14 16:35:42 -03:00 |
|