generalbots/src/core/package_manager
Rodrigo Rodriguez (Pragmatismo) 68ef554132
All checks were successful
BotServer CI/CD / build (push) Successful in 4m53s
fix: Vault as single source of truth - credentials + location for all services
- Qdrant health check: recognize 'healthz check passed' response (fixes 45s timeout)
- seed_vault_defaults: add host/port/url/grpc_port for ALL 10 services
- fetch_vault_credentials: fetch ALL services via generic loop (drive, cache, tables, vectordb, directory, llm, meet, alm, encryption)
- vectordb URL: fix https://localhost:6334 -> http://localhost:6333 in all config getters
- get_from_env: add host/port/grpc_port for vectordb fallback
- Tested: .reset (fresh install) + .restart (idempotent) - zero errors
2026-04-01 16:46:16 -03:00
..
alm_setup.rs fix: Vault seeding, service health checks, and restart idempotency 2026-04-01 12:22:57 -03:00
cache.rs Update: refactor migrations, update source files, and add new features 2026-02-04 13:29:29 -03:00
cli.rs fix: Vault seeding, service health checks, and restart idempotency 2026-04-01 12:22:57 -03:00
component.rs Fix clippy warnings: raw strings, unused imports, format args, must_use attributes 2025-12-24 09:39:23 -03:00
facade.rs Add interactive vault put - prompt for secrets instead of CLI args 2026-03-16 22:27:06 -03:00
installer.rs fix: Vault as single source of truth - credentials + location for all services 2026-04-01 16:46:16 -03:00
mod.rs fix: Vault seeding, service health checks, and restart idempotency 2026-04-01 12:22:57 -03:00
os.rs Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
setup.rs fix(zitadel): resolve OAuth client initialization timing issue 2026-03-01 19:06:09 -03:00