rodriguez
  • Joined on 2025-03-25
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
rodriguez pushed to main at GeneralBots/botserver 2026-02-05 17:13:40 +00:00
025e6fe823 Improve error messages: show PostgreSQL log contents on startup failure
rodriguez pushed to main at GeneralBots/gb 2026-02-05 16:43:35 +00:00
3326e07234 Update botui submodule: Enable embed-ui feature by default
rodriguez pushed to main at GeneralBots/botui 2026-02-05 16:43:09 +00:00
1ad929e3ff Enable embed-ui feature by default to fix UI directory not found error
rodriguez pushed to main at GeneralBots/gb 2026-02-05 15:32:28 +00:00
7bd5375d1a Update botserver submodule: Trigger CI test build
rodriguez pushed to main at GeneralBots/botserver 2026-02-05 15:30:28 +00:00
d19b6083b4 [CI] Trigger new build to test compilation fixes
rodriguez pushed to main at GeneralBots/gb 2026-02-05 14:53:37 +00:00
3dbadbafcb Update botserver submodule: Revert shared module duplicate fix
rodriguez pushed to main at GeneralBots/botserver 2026-02-05 14:50:39 +00:00
8e9c4c5c76 Revert shared module change to fix duplicate definition error
rodriguez pushed to main at GeneralBots/gb 2026-02-05 14:47:20 +00:00
b431ae6602 Update botserver submodule: Fix CI compilation errors