brobert
|
15c7d638aa
|
actualiza un test
|
1 month ago |
brobert
|
844204f60a
|
feat: usar arranque como último cambio e introducir métrica de edad
Co-authored-by: aider (openrouter/openai/gpt-5) <aider@aider.chat>
|
1 month ago |
borja
|
de9bfba9aa
|
feat: añadir tests de health-check y documentar métricas/ENV
Co-authored-by: aider (openrouter/openai/gpt-5) <aider@aider.chat>
|
1 month ago |
borja
|
a432ee5a4a
|
feat: reducir logs a cambios de estado y exponer métricas de Evolution
Co-authored-by: aider (openrouter/openai/gpt-5) <aider@aider.chat>
|
1 month ago |
borja
|
5887072a1e
|
docs: agregar plan de documentación y internacionalización (Fase D/I)
Co-authored-by: aider (openrouter/openai/gpt-5) <aider@aider.chat>
|
1 month ago |
brobert
|
e978d64a9a
|
cambia t ayuda por t info en un cta
|
1 month ago |
brobert
|
144215a0b5
|
limpia 2 css con estilos sin usar
|
1 month ago |
brobert
|
138eaa7238
|
test: configurar DB en pruebas y resetear al terminar
Co-authored-by: aider (openrouter/openai/gpt-5) <aider@aider.chat>
|
1 month ago |
brobert
|
c241ffbc79
|
test: inicializar BD en memoria y configurar DB global en command.help
Co-authored-by: aider (openrouter/openai/gpt-5) <aider@aider.chat>
|
1 month ago |
brobert
|
4b1374a4a4
|
docs: refleja finalización del PR 6.5 y lote 6 en plan técnico
Co-authored-by: aider (openrouter/openai/gpt-5) <aider@aider.chat>
|
1 month ago |
brobert
|
ea0e492c70
|
otro bun update
|
1 month ago |
borja
|
789654cadf
|
bun update
|
1 month ago |
brobert
|
4c9f4d1439
|
refactor: quitar AsyncLocalStorage del locator y dejar currentDb simple
Co-authored-by: aider (openrouter/openai/gpt-5) <aider@aider.chat>
|
1 month ago |
brobert
|
ac680ac467
|
refactor: mantener única DB por suite y limpiar tablas en beforeEach
Co-authored-by: aider (openrouter/openai/gpt-5) <aider@aider.chat>
|
1 month ago |
brobert
|
84a5b80cae
|
fix: evitar contaminación entre pruebas quitando fallback a currentDb
Co-authored-by: aider (openrouter/openai/gpt-5) <aider@aider.chat>
|
1 month ago |
brobert
|
fc6f6d8128
|
fix: permitir fallback a currentDb en tests cuando no hay scope
Co-authored-by: aider (openrouter/openai/gpt-5) <aider@aider.chat>
|
1 month ago |
brobert
|
c1083b19d3
|
fix: evitar usar currentDb en tests al obtener DB
Co-authored-by: aider (openrouter/openai/gpt-5) <aider@aider.chat>
|
1 month ago |
brobert
|
dce88e3874
|
fix: esperar a server.stop() y resetear DB en tests
Co-authored-by: aider (openrouter/openai/gpt-5) <aider@aider.chat>
|
1 month ago |
brobert
|
b429053ee2
|
feat: aislar DB por contexto en tests con AsyncLocalStorage
Co-authored-by: aider (openrouter/openai/gpt-5) <aider@aider.chat>
|
1 month ago |
brobert
|
a153163b5e
|
test: inicializar DB en memoria para pruebas de CommandService
Co-authored-by: aider (openrouter/openai/gpt-5) <aider@aider.chat>
|
1 month ago |
brobert
|
5cd8f77b56
|
test: usa setDb(memdb) para configurar DB en gating
Co-authored-by: aider (openrouter/openai/gpt-5) <aider@aider.chat>
|
1 month ago |
brobert
|
c7c960619f
|
test: configurar DB en tests con setDb y resetDb
Co-authored-by: aider (openrouter/openai/gpt-5) <aider@aider.chat>
|
1 month ago |
brobert
|
500018c129
|
test: configurar BD de pruebas con setDb y resetDb
Co-authored-by: aider (openrouter/openai/gpt-5) <aider@aider.chat>
|
1 month ago |
brobert
|
63f330a065
|
test: usar setDb y resetDb para configurar y limpiar BD en tests
Co-authored-by: aider (openrouter/openai/gpt-5) <aider@aider.chat>
|
1 month ago |
brobert
|
39b6251b7b
|
test: usar setDb y resetDb para gestionar DB en tests
Co-authored-by: aider (openrouter/openai/gpt-5) <aider@aider.chat>
|
1 month ago |
brobert
|
2ea389cf7d
|
fix: configurar DB global en pruebas para evitar DbNotConfiguredError
Co-authored-by: aider (openrouter/openai/gpt-5) <aider@aider.chat>
|
1 month ago |
brobert
|
f743fd892b
|
test: usar setDb y resetDb para configurar DB global en pruebas
Co-authored-by: aider (openrouter/openai/gpt-5) <aider@aider.chat>
|
1 month ago |
brobert
|
e8ceec1aff
|
fix: configurar DB global en tests con setDb y eliminar dbInstance
Co-authored-by: aider (openrouter/openai/gpt-5) <aider@aider.chat>
|
1 month ago |
brobert
|
e6c7e6e61e
|
fix: corregir import '../../../src/db' en el test
Co-authored-by: aider (openrouter/openai/gpt-5) <aider@aider.chat>
|
1 month ago |
brobert
|
e315899728
|
test: usar setDb(memdb) en admin.test.ts
Co-authored-by: aider (openrouter/openai/gpt-5) <aider@aider.chat>
|
1 month ago |
brobert
|
ecc0cc6fd8
|
refactor: usar locator para inyectar DB en tests
Co-authored-by: aider (openrouter/openai/gpt-5) <aider@aider.chat>
|
1 month ago |
brobert
|
6cb6c31d8d
|
fix: usar getDb() en IdentityService y quitar AllowedGroups.dbInstance
Co-authored-by: aider (openrouter/openai/gpt-5) <aider@aider.chat>
|
1 month ago |
brobert
|
e415a26442
|
refactor: eliminar dbInstance y añadir resetDb/clearDb, usar getDb()
Co-authored-by: aider (openrouter/openai/gpt-5) <aider@aider.chat>
|
1 month ago |
brobert
|
5c6ca072e4
|
docs: reflejar progreso hasta Lote 6.4 completado en plan técnico
Co-authored-by: aider (openrouter/openai/gpt-5) <aider@aider.chat>
|
1 month ago |
brobert
|
f786ba8bfa
|
fix: usar dbi en mantenimiento para evitar que instance sea undefined
Co-authored-by: aider (openrouter/openai/gpt-5) <aider@aider.chat>
|
1 month ago |
brobert
|
cd834552cc
|
feat: aplicar fallback de DB: parámetro → .dbInstance → getDb()
Co-authored-by: aider (openrouter/openai/gpt-5) <aider@aider.chat>
|
1 month ago |
brobert
|
b0e33385b4
|
test: añade prueba de fallback del locator y actualiza la documentación
Co-authored-by: aider (openrouter/openai/gpt-5) <aider@aider.chat>
|
1 month ago |
brobert
|
77ad9d76c5
|
feat: aplicar fallback getDb() en ResponseQueue y TaskService
Co-authored-by: aider (openrouter/openai/gpt-5) <aider@aider.chat>
|
1 month ago |
brobert
|
1300f60f58
|
docs: actualizar plan refactor técnico con Lote 6.0-6.2 completados
Co-authored-by: aider (openrouter/openai/gpt-5) <aider@aider.chat>
|
1 month ago |
brobert
|
2669d4287c
|
feat: centralizar resolución de DB y reexport en web
Co-authored-by: aider (openrouter/openai/gpt-5) <aider@aider.chat>
|
1 month ago |
brobert
|
6196dbadc9
|
feat: exponer la DB global mediante locator en startServices
Co-authored-by: aider (openrouter/openai/gpt-5) <aider@aider.chat>
|
1 month ago |
brobert
|
9222242eda
|
feat: añadir locator de DB con setDb/getDb/withDb y tests
Co-authored-by: aider (openrouter/openai/gpt-5) <aider@aider.chat>
|
1 month ago |
brobert
|
02331790df
|
docs: detallar PRs necesarios para Lote 6 DB Locator
Co-authored-by: aider (openrouter/openai/gpt-5) <aider@aider.chat>
|
1 month ago |
brobert
|
f7b8b1449f
|
docs: reflejar finalización de 5.5-d y ajuste de webhook-handler.ts
Co-authored-by: aider (openrouter/openai/gpt-5) <aider@aider.chat>
|
1 month ago |
brobert
|
e430fc1d4a
|
refactor: extrae handleMessageUpsert a webhook-handler.ts y úsalo en WebhookServer
Co-authored-by: aider (openrouter/openai/gpt-5) <aider@aider.chat>
|
1 month ago |
brobert
|
7189756182
|
feat: integrar utilidades de WhatsApp y servicios en server.ts
Co-authored-by: aider (openrouter/openai/gpt-5) <aider@aider.chat>
|
1 month ago |
brobert
|
46bec524a2
|
refactor: modularizar WebhookServer y endpoints /metrics /health
Co-authored-by: aider (openrouter/openai/gpt-5) <aider@aider.chat>
|
1 month ago |
brobert
|
ffad59f18f
|
refactor: quitar _membersGlobalCooldownUntil y llamar a ensureUserExists
Co-authored-by: aider (openrouter/openai/gpt-5) <aider@aider.chat>
|
1 month ago |
brobert
|
2f24806a06
|
refactor: modularizar group-sync y añadir API, cache y repo
Co-authored-by: aider (openrouter/openai/gpt-5) <aider@aider.chat>
|
1 month ago |
brobert
|
0ce3ecbcd3
|
fix: aplicar umbral de cobertura en publishGroupCoveragePrompt
Co-authored-by: aider (openrouter/openai/gpt-5) <aider@aider.chat>
|
1 month ago |