generalbots/src/core
Rodrigo Rodriguez (Pragmatismo) 3258f3ef85
All checks were successful
BotServer CI / build (push) Successful in 11m58s
Fix PostgreSQL startup failure for non-interactive users
Changed pg_isready checks from '-U gbuser' to '-d postgres' to properly
detect PostgreSQL readiness during bootstrap. The gbuser database doesn't
exist yet during startup, causing pg_isready to fail and bootstrap to timeout.

This fixes the issue when running botserver as a non-interactive user
(e.g., sudo -u gbuser).
2026-02-05 20:40:52 -03:00
..
automation Update: refactor migrations, update source files, and add new features 2026-02-04 13:29:29 -03:00
bootstrap Fix PostgreSQL startup failure for non-interactive users 2026-02-05 20:40:52 -03:00
bot Update: refactor migrations, update source files, and add new features 2026-02-04 13:29:29 -03:00
config fix(llm-config): Fix ConfigManager fallback logic for LLM configuration 2026-02-02 19:20:37 -03:00
directory Update: refactor migrations, update source files, and add new features 2026-02-04 13:29:29 -03:00
dns Fix clippy warnings: match arms, async/await, Debug impls, formatting 2025-12-26 08:59:25 -03:00
incus Fix migration errors and reorganize migration files 2026-01-27 13:45:54 -03:00
kb Update: refactor migrations, update source files, and add new features 2026-02-04 13:29:29 -03:00
oauth feat(auth): Add OTP password display on bootstrap and fix Zitadel login flow 2026-01-06 22:56:35 -03:00
package_manager Fix PostgreSQL startup failure for non-interactive users 2026-02-05 20:40:52 -03:00
secrets Refactor: Genericize default organization to 'system' and update tenant paths 2026-01-26 17:00:21 -03:00
session Fix build errors and unused imports in core, security and package_manager modules 2026-01-24 22:04:47 -03:00
shared Update: refactor migrations, update source files, and add new features 2026-02-04 13:29:29 -03:00
bot_database.rs Fix build errors and unused imports in core, security and package_manager modules 2026-01-24 22:04:47 -03:00
config_reload.rs Update: refactor migrations, update source files, and add new features 2026-02-04 13:29:29 -03:00
features.rs Fix build errors and unused imports in core, security and package_manager modules 2026-01-24 22:04:47 -03:00
i18n.rs feat(i18n): add missing translation keys to TRANSLATION_KEYS array 2026-01-12 14:13:35 -03:00
large_org_optimizer.rs Fix build errors and unused imports in core, security and package_manager modules 2026-01-24 22:04:47 -03:00
manifest.rs Update PROMPT.md and feature gating 2026-01-22 20:24:05 -03:00
middleware.rs Fix build errors and unused imports in core, security and package_manager modules 2026-01-24 22:04:47 -03:00
mod.rs Update: refactor migrations, update source files, and add new features 2026-02-04 13:29:29 -03:00
organization.rs Fix build errors and unused imports in core, security and package_manager modules 2026-01-24 22:04:47 -03:00
organization_invitations.rs Update: refactor migrations, update source files, and add new features 2026-02-04 13:29:29 -03:00
organization_rbac.rs Fix build errors and unused imports in core, security and package_manager modules 2026-01-24 22:04:47 -03:00
performance.rs Fix build errors and unused imports in core, security and package_manager modules 2026-01-24 22:04:47 -03:00
product.rs feat: Add search_enabled and menu_launcher_enabled directives to .product file 2026-01-29 23:55:50 -03:00
rate_limit.rs feat(autotask): Implement AutoTask system with intent classification and app generation 2025-12-27 21:10:09 -03:00
urls.rs Fix build errors and unused imports in core, security and package_manager modules 2026-01-24 22:04:47 -03:00