36 Commits (3d87aead2c69dc7abd6f71e1f385ad88077ea62a)

Author SHA1 Message Date
borja 3d87aead2c simplifica un poco los logs para que no sean tan pesados de parsear 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) 58200854bc feat: Add debug logging for webhook requests and events 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) 7003e50a41 fix: improve webhook verification with retries and better error handling 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
borja (aider) 08ad11a719 feat: Add debug logging for webhook registration and env vars 3 months ago
borja (aider) ea79efab54 fix: correct webhook event names and required env vars 3 months ago
borja a86beb81b7 intento arreglar server.ts y webhook-manager.ts 3 months ago
borja (aider) f472d8cba4 fix: Resolve syntax error in server.ts by adding missing brace 3 months ago
borja (aider) 6710c4fd73 feat: implement webhook registration service 3 months ago
borja (aider) 027e11523e fix: deployment issues and add health check 3 months ago
borja (aider) 7099342520 fix: correct server startup and env validation in server.ts 3 months ago
borja (aider) d5c7cb715d feat: add environment variable validation to server startup 3 months ago
borja (aider) 7d68cd5329 fix: Remove incorrect Bun import and add proper type declarations 3 months ago
borja (aider) d7390db8d6 fix: reset mocks between tests and improve message validation 3 months ago
borja (aider) f63852b23f fix: Add missing closing brace and fix indentation in server.ts 3 months ago
borja (aider) ca03135aea fix: Remove extra braces and properly format WebhookServer class 3 months ago
borja (aider) 8b928078f0 fix: Correct server.ts class syntax and static method placement 3 months ago
borja (aider) 2b4d95d3ab fix: correct server class structure and improve error handling 3 months ago
borja (aider) 352d201db5 refactor: encapsulate server startup in static method 3 months ago
borja (aider) 63c3bb20e9 feat: implement command service with response queue 3 months ago
borja (aider) b7ed60a471 feat: implement base webhook server with validation and tests 3 months ago