botserver/src/core/shared
Rodrigo Rodriguez (Pragmatismo) 17d5a263f1 Fix config.csv loading on startup
- Disable TLS on Vault for local development (HTTP instead of HTTPS)
- Fix bot_configuration id column type mismatch (TEXT -> UUID)
- Add migration 6.1.1 to convert config table id columns to UUID
- Fix sync_config_csv_to_db to use UUID binding for id column
- Make start_all async with proper Vault startup sequence
- Sync default.gbai config.csv to existing 'Default Bot' from migrations
- Add diagnostic logging for config loading
- Change default LLM/embedding URLs from https to http for local dev
2025-12-08 00:19:29 -03:00
..
admin.rs Fix compiler warnings and improve code consistency 2025-11-27 08:34:24 -03:00
analytics.rs Implement real database functions, remove TODOs and placeholders 2025-12-03 22:23:30 -03:00
mod.rs Add test infrastructure: AppState::default(), mock providers, fix attendance tests 2025-12-05 16:43:14 -03:00
models.rs feat(auth): Add OAuth login for Google, Discord, Reddit, Twitter, Microsoft, Facebook 2025-12-04 22:53:40 -03:00
schema.rs feat(auth): Add OAuth login for Google, Discord, Reddit, Twitter, Microsoft, Facebook 2025-12-04 22:53:40 -03:00
state.rs feat(bootstrap): implement mTLS for Vault access 2025-12-07 02:13:28 -03:00
test_utils.rs feat(bootstrap): implement mTLS for Vault access 2025-12-07 02:13:28 -03:00
utils.rs Fix config.csv loading on startup 2025-12-08 00:19:29 -03:00