botserver/src/core/shared
Rodrigo Rodriguez (Pragmatismo) 7d8f141fc2
Some checks failed
BotServer CI/CD / build (push) Failing after 1m28s
refactor: Replace all hardcoded ./botserver-stack paths with get_stack_path()/get_work_path()
- Adds get_stack_path() helper: returns /opt/gbo in production (.env without botserver-stack), ./botserver-stack in dev
- Adds get_work_path() helper: returns /opt/gbo/work in production, ./botserver-stack/data/system/work in dev
- Updated 35+ files to use dynamic path resolution
- Production system container no longer needs botserver-stack directory
- Work files go to /opt/gbo/work instead of /opt/gbo/bin/botserver-stack
2026-04-04 09:24:44 -03:00
..
models feat: add campaigns, attendance SLA, and marketing modules 2026-03-14 16:35:42 -03:00
schema Fix LXD container mode: PATH, socket proxy, exec 2026-03-15 20:00:06 -03:00
admin.rs feat: add campaigns, attendance SLA, and marketing modules 2026-03-14 16:35:42 -03:00
admin_config.rs Fix: Update source files and fix notify dependency reference 2026-02-13 22:30:57 +00:00
admin_email.rs fix: replace all block_in_place with std:🧵:spawn to fix nested runtime panic 2026-04-03 12:54:36 -03:00
admin_handlers.rs feat: Add JWT secret rotation and health verification 2026-02-19 19:42:41 +00:00
admin_handlers.rs.bak feat: Add JWT secret rotation and health verification 2026-02-19 19:42:41 +00:00
admin_handlers.rs.new feat: Add JWT secret rotation and health verification 2026-02-19 19:42:41 +00:00
admin_invitations.rs feat: Add JWT secret rotation and health verification 2026-02-19 19:42:41 +00:00
admin_types.rs Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
analytics.rs Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
enums.rs Fix build errors and unused imports in core, security and package_manager modules 2026-01-24 22:04:47 -03:00
llm_assist_trimmed.rs Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
memory_monitor.rs chore: update dependencies and formatting 2026-02-22 15:55:39 -03:00
mod.rs Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
mod_trimmed_att.rs Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
mod_trimmed_shared.rs Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
state.rs fix: replace all block_in_place with std:🧵:spawn to fix nested runtime panic 2026-04-03 12:54:36 -03:00
test_utils.rs Fix HEAR: block thread on channel instead of throw+re-run from top 2026-03-16 23:00:17 -03:00
utils.rs refactor: Replace all hardcoded ./botserver-stack paths with get_stack_path()/get_work_path() 2026-04-04 09:24:44 -03:00