botserver/src/core
Rodrigo Rodriguez (Pragmatismo) 841b59affd
Some checks failed
GBCI / build (push) Failing after 12m2s
fix(website-crawler): Add missing next_crawl column to SELECT query
Fix the SQL query in check_and_crawl_websites() to include next_crawl in the
SELECT clause. The WebsiteCrawlRecord struct expects this field but it was
missing, causing Diesel to fail with 'Column next_crawl was not present in query'.

This resolves the website crawler service error that was preventing websites
from being properly queried and recrawled.
2026-02-02 19:58:11 -03:00
..
automation Fix tasks UI, WebSocket progress, memory monitoring, and app generator 2025-12-30 22:42:32 -03:00
bootstrap feat: Add template validation system with .valid file 2026-02-01 14:20:35 -03:00
bot fix(llm-config): Fix ConfigManager fallback logic for LLM configuration 2026-02-02 19:20:37 -03:00
config fix(llm-config): Fix ConfigManager fallback logic for LLM configuration 2026-02-02 19:20:37 -03:00
directory Fix build errors and unused imports in core, security and package_manager modules 2026-01-24 22:04:47 -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 fix(website-crawler): Add missing next_crawl column to SELECT query 2026-02-02 19:58:11 -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 migration errors and reorganize migration files 2026-01-27 13:45:54 -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 Fix migration errors and reorganize migration files 2026-01-27 13:45:54 -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
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 Fix build errors and unused imports in core, security and package_manager modules 2026-01-24 22:04:47 -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 Fix build errors and unused imports in core, security and package_manager modules 2026-01-24 22:04:47 -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