borja (aider)
|
17437c6e28
|
feat: improve command parsing to handle multiple dates and invalid date formats
|
2 months ago |
borja (aider)
|
0477530757
|
fix: properly extract dates and count mentions in /tarea command
|
2 months ago |
borja (aider)
|
d232e8db5f
|
fix: skip debug logs in test environment
|
2 months ago |
borja (aider)
|
284e35b0eb
|
feat: update database schema for user tracking
|
3 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
|
3 months ago |
borja (aider)
|
e762a7c840
|
docs: document EvolutionGroup type with API response format
|
3 months ago |
borja (aider)
|
50133ecb9a
|
feat: handle direct array response in group sync API
|
3 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
|
3 months ago |
borja
|
3bf5e33763
|
fuerzo http/2 a ver si así rula
|
3 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
|
3 months ago |
borja (aider)
|
ae8e3fad2b
|
feat: add detailed logging for group sync API calls
|
3 months ago |
borja (aider)
|
a2487e5c2f
|
feat: add initial group sync check at startup
|
3 months ago |
borja (aider)
|
6832192d93
|
docs: Improve sync interval documentation and logging
|
3 months ago |
borja (aider)
|
73fdf950dd
|
feat: make group sync interval configurable via env var
|
3 months ago |
borja (aider)
|
ed7b209c1b
|
fix: update last_verified when marking groups inactive
|
3 months ago |
borja (aider)
|
98a01dad19
|
fix: properly commit group sync transactions and update counts
|
3 months ago |
borja (aider)
|
1ade146a3b
|
feat: Add error handling and logging to group sync service
|
3 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
|
3 months ago |
borja (aider)
|
d4869aa178
|
fix: resolve module import paths in group-sync tests
|
3 months ago |
borja (aider)
|
4644e7a588
|
feat: add group sync service with API integration
|
3 months ago |
borja (aider)
|
1ef8ac55c7
|
feat: add active column to groups table with default true
|
3 months ago |
borja (aider)
|
c9c990b815
|
feat: Add last_verified timestamp to groups table
|
3 months ago |
borja
|
0154ffc8d0
|
añado más logs a esto para que, cuando salte el mensaje de que hay missing required fields podamos ver qué pasa en realidad
|
3 months ago |
borja
|
3d87aead2c
|
simplifica un poco los logs para que no sean tan pesados de parsear
|
3 months ago |
borja (aider)
|
8c08ec763c
|
feat: add created_by field to Task interface
|
3 months ago |
borja (aider)
|
1b89c845ef
|
fix: Correct static method binding in webhook handler
|
3 months ago |
borja (aider)
|
57efb00929
|
fix: make handleMessageUpsert static to fix webhook processing
|
3 months ago |
borja (aider)
|
2cb368b711
|
fix: correct test assertions and mention handling in webhook server
|
3 months ago |
borja (aider)
|
c8b4b5592b
|
fix: update test assertions for command logging
|
3 months ago |
borja (aider)
|
869c695d0a
|
feat: Update /tarea command parsing to use action-first format
|
3 months ago |
borja (aider)
|
163c2b183f
|
fix: properly parse command action and due date in webhook handler
|
3 months ago |
borja (aider)
|
62e8a38525
|
feat: Improve logging for webhook and command processing
|
3 months ago |
borja (aider)
|
11702142d5
|
feat: enhance /tarea command logging with detailed parsing
|
3 months ago |
borja
|
e3fe256384
|
y un tercer console.log que quito porque en este caso me muestra todos los handling message upsert y es un poco too much
|
3 months ago |
borja
|
356cfb69e2
|
quito otro console.log que se hace un poco excesivo creo yo porque muestra cada webhook event received
|
3 months ago |
borja
|
99b2011254
|
Quito un console.log que de momento es excesivo porque me muestra absolutamente todo lo que toca server.ts
|
3 months ago |
borja (aider)
|
812b0dadd8
|
feat: Add port validation for internal Docker URLs
|
3 months ago |
borja (aider)
|
58200854bc
|
feat: Add debug logging for webhook requests and events
|
3 months ago |
borja (aider)
|
8663bbf1a8
|
fix: skip webhook self-test for internal production URLs
|
3 months ago |
borja (aider)
|
0245ef15e9
|
feat: add reverse proxy support and port configuration
|
3 months ago |
borja
|
4df2fc776e
|
pruebo a forzar el puerto a 80
|
3 months ago |
borja (aider)
|
88e0c2edfd
|
feat: add webhook endpoint testing and improved logging
|
3 months ago |
borja (aider)
|
7003e50a41
|
fix: improve webhook verification with retries and better error handling
|
3 months ago |
borja (aider)
|
abb3decd40
|
fix: update webhook event names to match API enum values
|
3 months ago |
borja
|
a3fae9876b
|
refactor: simplify webhook events list
|
3 months ago |
borja (aider)
|
2d8a40e3b8
|
fix: handle undefined webhook config and improve URL validation
|
3 months ago |
borja (aider)
|
72e7a804b5
|
feat: update webhook config to match API requirements
|
3 months ago |
borja (aider)
|
6cfb741157
|
fix: enable instance verification in test environment when flagged
|
3 months ago |
borja (aider)
|
a408f86172
|
fix: skip instance verification in test environment
|
3 months ago |
borja (aider)
|
4b1659689f
|
refactor: remove redundant INSTANCE_NAME env var
|
3 months ago |