rodriguez
  • Joined on 2025-03-25
rodriguez pushed to main at GeneralBots/gb 2026-04-04 20:30:13 +00:00
9016868345 Update botserver: fix mime type handling
rodriguez pushed to main at GeneralBots/botserver 2026-04-04 20:29:50 +00:00
a3ad927a21 fix: remove mime crate dependency, use lettre ContentType for mime types
rodriguez pushed to main at GeneralBots/gb 2026-04-04 20:17:22 +00:00
e7a42b5011 Update botserver: implement real email sending via lettre + Vault
rodriguez pushed to main at GeneralBots/botserver 2026-04-04 20:17:01 +00:00
45eb8357cb feat: implement real email sending via lettre + Vault credentials
rodriguez pushed to main at GeneralBots/gb 2026-04-04 18:46:42 +00:00
1bd81a4c2c Update botserver: Generalize WhatsAppAdapter::new to accept &AppState
rodriguez pushed to main at GeneralBots/botserver 2026-04-04 18:46:23 +00:00
0de4565e5a refactor: Generalize WhatsAppAdapter::new to accept &AppState
rodriguez pushed to main at GeneralBots/botserver 2026-04-04 14:11:37 +00:00
62e9a64340 fix: Remove duplicate code in table_migration.rs
rodriguez pushed to main at GeneralBots/botserver 2026-04-04 14:04:46 +00:00
d785d255c6 feat: Add column drop protection in table schema sync
rodriguez pushed to main at GeneralBots/gb 2026-04-04 14:03:11 +00:00
a367d8fca5 Update botserver: Add column drop protection in table schema sync
rodriguez pushed to main at GeneralBots/botserver 2026-04-04 13:23:47 +00:00
44669c3825 fix: Fix resolve_export_path typo and remove unused PathBuf imports
rodriguez pushed to main at GeneralBots/botserver 2026-04-04 13:16:33 +00:00
5006159008 fix: Fix last E0716 in bootstrap.rs and remove unused PathBuf imports
rodriguez pushed to main at GeneralBots/botserver 2026-04-04 13:13:44 +00:00
be6f0306cc fix: Fix remaining E0716 borrow errors in path refactoring
rodriguez pushed to main at GeneralBots/botserver 2026-04-04 13:04:05 +00:00
552d58376f fix: Fix compilation errors from path refactoring
rodriguez pushed to main at GeneralBots/gb 2026-04-04 12:25:11 +00:00
932fc30cea Update botserver: Replace hardcoded botserver-stack paths with dynamic helpers
rodriguez pushed to main at GeneralBots/botserver 2026-04-04 12:24:58 +00:00
7d8f141fc2 refactor: Replace all hardcoded ./botserver-stack paths with get_stack_path()/get_work_path()
rodriguez pushed to main at GeneralBots/gb 2026-04-04 11:29:09 +00:00
bb79ac931f Update botserver: Fix anyhow error type in AuthConfig
rodriguez pushed to main at GeneralBots/botserver 2026-04-04 11:28:58 +00:00
c05e40d35b fix: Use anyhow::anyhow! instead of .into() for error type
rodriguez pushed to main at GeneralBots/gb 2026-04-04 11:26:01 +00:00
99c64d32ff Update botserver: Fix AuthConfig nested runtime panic
rodriguez pushed to main at GeneralBots/botserver 2026-04-04 11:25:52 +00:00
0d3cfbe0f7 fix: Replace Runtime::new().block_on() with thread::spawn in AuthConfig
rodriguez pushed to main at GeneralBots/botserver 2026-04-04 11:10:00 +00:00
c0c06e92eb ci: Fix sccache by removing --depth 1 shallow clones and --features chat