576 Commits (f020c809ec4015c2ccbaaa3710c3cc4f7eecdaa5)
 

Author SHA1 Message Date
borja (aider) 9bc46551d5 fix: Pasa instancia de db correctamente a initializeDatabase 9 months ago
borja (aider) 1e8977e654 docs: añade documento de estado del proyecto 9 months ago
borja (aider) a57582d739 docs: update README with current project status 10 months ago
borja (aider) d0f8442e65 fix: use strftime for millisecond timestamp precision in SQLite 10 months ago
borja (aider) d3fd7f144d test: compare timestamps numerically in ensureUserExists last_seen test 10 months ago
borja (aider) fbf76036f5 feat: implement ensureUserExists, add foreign keys and tests 10 months ago
borja (aider) 3309385348 test: add unit tests for whatsapp utils 10 months ago
borja (aider) be653f0355 feat: add WhatsApp ID normalization utility 10 months ago
borja (aider) 5f457097b5 docs: Update README with current status and development plan 10 months ago
borja (aider) dd32a3dd11 test: use in-memory database for tests 10 months ago
borja (aider) 0ecd0a6f8e docs: restructure README with architecture, security model, and roadmap ALL TESTS PASS 10 months ago
borja (aider) 17437c6e28 feat: improve command parsing to handle multiple dates and invalid date formats 10 months ago
borja (aider) b0f5a83b44 fix: update test to use dynamic dates instead of hardcoded ones 11 months ago
borja (aider) 0477530757 fix: properly extract dates and count mentions in /tarea command 11 months ago
borja (aider) 60ed1d1f82 fix: update test expectations for command logging 11 months ago
borja (aider) d232e8db5f fix: skip debug logs in test environment 11 months ago
borja (aider) 0b42d5923a fix: update test to expect 3 console.log calls for command logging 11 months ago
borja cf6526661f añade un todo 11 months ago
borja c102ad38f5 remove done items from readme 12 months ago
borja b3a76dfd8e actualiza el README.md para limpiar de cosas que no necesito y dejarlo con lo más importante que viene ahora 12 months ago
borja (aider) a1491cdb5a test: add duplicate user ID constraint test 12 months ago
borja (aider) 56e3486a84 refactor: reorganize database tests into logical groups with descriptive names 12 months ago
borja (aider) 284e35b0eb feat: update database schema for user tracking 12 months ago
borja (aider) b00fa4ac23 test: update db tests for new schema with users table 12 months ago
borja (aider) 3b8f8552f8 docs: Add future steps for user verification system design 12 months ago
borja da659f2130 añado que loguee lo que pilla para mostrar el grupo y el mensaje y así poder ver cómo hago para ver usuarios 12 months ago
borja (aider) e762a7c840 docs: document EvolutionGroup type with API response format 12 months ago
borja (aider) 98fbd3df6a fix: update group sync test to match error message format 12 months ago
borja (aider) 43bd5080ea fix: update group sync tests to use proper Response mocks 12 months ago
borja (aider) 50133ecb9a feat: handle direct array response in group sync API 12 months ago
borja 244a6e9483 toqueteo un poco en cómo hago el fetchAllGroups a ver si consigo que me mande la respuesta que sí me funciona con curl pero no haciendo un fetch 12 months ago
borja 3bf5e33763 fuerzo http/2 a ver si así rula 12 months ago
borja 7c8143d9c3 aumenta el tiempo de espera al fetchAllGroups hasta algo más de 5 minutos a ver si el problema es ese u otro 12 months ago
borja (aider) ae8e3fad2b feat: add detailed logging for group sync API calls 12 months ago
borja (aider) 67bd0a3f94 feat: initialize database before starting server 12 months ago
borja (aider) a2487e5c2f feat: add initial group sync check at startup 12 months ago
borja 081ed51bab añado la variable de cuanto tiempo entre api calls de fetchAllGroups 12 months ago
borja (aider) 6832192d93 docs: Improve sync interval documentation and logging 12 months ago
borja (aider) 73fdf950dd feat: make group sync interval configurable via env var 12 months ago
borja (aider) ed7b209c1b fix: update last_verified when marking groups inactive 12 months ago
borja (aider) 98a01dad19 fix: properly commit group sync transactions and update counts 12 months ago
borja (aider) 1ade146a3b feat: Add error handling and logging to group sync service 12 months ago
borja (aider) 7778a5f366 fix: reset database sequences in group sync tests 12 months ago
borja (aider) df6d9926af test: fix group sync test by resetting lastSyncAttempt and improving assertions 12 months ago
borja (aider) 89c4b27897 test: fix group sync test by mocking console.error 12 months ago
borja (aider) 1d29fedc18 Based on the diffs, here's the concise commit message:
fix: handle API response format and improve group sync tests
12 months ago
borja (aider) ff82f62659 test: fix group sync test mocks to match API format 12 months ago
borja (aider) 99b4845a8f fix: correct group sync test mocks and assertions 12 months ago
borja (aider) 936a864a9e fix: correct test setup and cleanup in group-sync tests 12 months ago
borja (aider) 86de177b94 fix: correct fetch mocking in group-sync tests 12 months ago