rodriguez
  • Joined on 2025-03-25
rodriguez pushed to main at GeneralBots/botserver 2026-02-05 22:03:01 +00:00
309c5bc55a Fix: Ensure botserver database exists before running migrations
rodriguez pushed to main at GeneralBots/gb 2026-02-05 21:41:57 +00:00
2a45c5d7c4 Update botserver submodule after Router import fix
rodriguez pushed to main at GeneralBots/botserver 2026-02-05 21:41:37 +00:00
6cfbf013e2 Fix missing Router import in non-embed-ui block
rodriguez pushed to main at GeneralBots/gb 2026-02-05 21:40:51 +00:00
b6a0faf879 Update botui submodule after RustEmbed path fix
rodriguez pushed to main at GeneralBots/botui 2026-02-05 21:40:38 +00:00
cdf8bea155 Fix RustEmbed folder path for embedded UI
rodriguez pushed to main at GeneralBots/gb 2026-02-05 21:31:45 +00:00
f34e760697 Update botserver submodule after compilation fixes
rodriguez pushed to main at GeneralBots/botserver 2026-02-05 21:31:26 +00:00
35af28a041 Fix compilation errors: duplicate imports, feature-gated functions, type mismatch
rodriguez pushed to main at GeneralBots/gb 2026-02-05 21:27:12 +00:00
b6f69951f4 Add critical note about submodule push workflow
rodriguez pushed to main at GeneralBots/gb 2026-02-05 21:13:01 +00:00
92f2c012f0 Update botserver submodule to latest commit
rodriguez pushed to main at GeneralBots/botserver 2026-02-05 21:12:46 +00:00
52bccf0551 Adjust CARGO_BUILD_JOBS to 3
rodriguez pushed to main at GeneralBots/gb 2026-02-05 21:09:16 +00:00
14d95994b9 Update botserver submodule after workflow fixes
4f7f0fff0e Fix: Remove GitHub Actions cache for Forgejo compatibility
d48791290a Fix: Remove path filters from CI workflow to ensure it triggers on all pushes
Compare 3 commits »
rodriguez pushed to main at GeneralBots/botserver 2026-02-05 21:08:38 +00:00
1a2d65c531 Fix: Remove path filters and cache for Forgejo compatibility
rodriguez pushed to main at GeneralBots/bottemplates 2026-02-05 19:45:48 +00:00
dd3d8c74dd Update: config.csv files
9170b37474 Fix: Remove USE WEBSITE from edu start.bas script
Compare 2 commits »
rodriguez pushed to main at GeneralBots/gb 2026-02-05 18:31:59 +00:00
8831c56c90 Move CI workflow to workspace root (Forgejo only detects workflows at repo root)
rodriguez pushed to main at GeneralBots/botserver 2026-02-05 18:28:34 +00:00
d4a7d1246b Fix build.rs: only watch botui/ui/suite if exists (CI compatibility)
rodriguez pushed to main at GeneralBots/botserver 2026-02-05 18:00:24 +00:00
9b9015bfa1 Keep 3rdparty.toml embedded in binary (already using include_str!)
rodriguez pushed to main at GeneralBots/botserver 2026-02-05 17:54:08 +00:00
24b516406a Add automatic log dump when component fails to start
86eb3d2160 Fix migration error - remove invalid session_kb_associations DROP
dfb18f75e6 Fix bootstrap database creation - use BOOTSTRAP_DB_PASSWORD env var
Compare 3 commits »
rodriguez pushed to main at GeneralBots/gb 2026-02-05 17:28:46 +00:00
b9d6816644 Fix migration: Remove orphaned COMMENT statements for session_kb_associations table
rodriguez pushed to main at GeneralBots/botserver 2026-02-05 17:28:28 +00:00
5d5be5546f Fix migration: Remove orphaned COMMENT statements for session_kb_associations table
rodriguez pushed to main at GeneralBots/gb 2026-02-05 17:14:07 +00:00
c258a61ad5 Update botserver submodule: Improve PostgreSQL error messages