|  borja (aider) | 50133ecb9a | feat: handle direct array response in group sync API | 7 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 | 7 months ago | 
				
					
						|  borja | 3bf5e33763 | fuerzo http/2 a ver si así rula | 7 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 | 7 months ago | 
				
					
						|  borja (aider) | ae8e3fad2b | feat: add detailed logging for group sync API calls | 7 months ago | 
				
					
						|  borja (aider) | 67bd0a3f94 | feat: initialize database before starting server | 7 months ago | 
				
					
						|  borja (aider) | a2487e5c2f | feat: add initial group sync check at startup | 7 months ago | 
				
					
						|  borja | 081ed51bab | añado la variable de cuanto tiempo entre api calls de fetchAllGroups | 7 months ago | 
				
					
						|  borja (aider) | 6832192d93 | docs: Improve sync interval documentation and logging | 7 months ago | 
				
					
						|  borja (aider) | 73fdf950dd | feat: make group sync interval configurable via env var | 7 months ago | 
				
					
						|  borja (aider) | ed7b209c1b | fix: update last_verified when marking groups inactive | 7 months ago | 
				
					
						|  borja (aider) | 98a01dad19 | fix: properly commit group sync transactions and update counts | 7 months ago | 
				
					
						|  borja (aider) | 1ade146a3b | feat: Add error handling and logging to group sync service | 7 months ago | 
				
					
						|  borja (aider) | 7778a5f366 | fix: reset database sequences in group sync tests | 7 months ago | 
				
					
						|  borja (aider) | df6d9926af | test: fix group sync test by resetting lastSyncAttempt and improving assertions | 7 months ago | 
				
					
						|  borja (aider) | 89c4b27897 | test: fix group sync test by mocking console.error | 7 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 | 7 months ago | 
				
					
						|  borja (aider) | ff82f62659 | test: fix group sync test mocks to match API format | 7 months ago | 
				
					
						|  borja (aider) | 99b4845a8f | fix: correct group sync test mocks and assertions | 7 months ago | 
				
					
						|  borja (aider) | 936a864a9e | fix: correct test setup and cleanup in group-sync tests | 7 months ago | 
				
					
						|  borja (aider) | 86de177b94 | fix: correct fetch mocking in group-sync tests | 7 months ago | 
				
					
						|  borja (aider) | 7cef5448c4 | fix: correct import paths and env mocking in group-sync tests | 7 months ago | 
				
					
						|  borja (aider) | d4869aa178 | fix: resolve module import paths in group-sync tests | 7 months ago | 
				
					
						|  borja (aider) | 7b9f9f2478 | fix: correct test import paths and improve mocks | 7 months ago | 
				
					
						|  borja (aider) | 3be7783aa8 | test: add bun tests for group-sync service | 7 months ago | 
				
					
						|  borja (aider) | 4644e7a588 | feat: add group sync service with API integration | 7 months ago | 
				
					
						|  borja | 8302db6bca | creo un .env.example | 7 months ago | 
				
					
						|  borja (aider) | 1ef8ac55c7 | feat: add active column to groups table with default true | 7 months ago | 
				
					
						|  borja (aider) | c9c990b815 | feat: Add last_verified timestamp to groups table | 7 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 | 7 months ago | 
				
					
						|  borja | 3d87aead2c | simplifica un poco los logs para que no sean tan pesados de parsear | 7 months ago | 
				
					
						|  borja (aider) | 4bc78f476c | test: update command test context with createdBy field | 7 months ago | 
				
					
						|  borja (aider) | 8c08ec763c | feat: add created_by field to Task interface | 7 months ago | 
				
					
						|  borja (aider) | 1b89c845ef | fix: Correct static method binding in webhook handler | 7 months ago | 
				
					
						|  borja (aider) | 57efb00929 | fix: make handleMessageUpsert static to fix webhook processing | 7 months ago | 
				
					
						|  borja (aider) | 2cb368b711 | fix: correct test assertions and mention handling in webhook server | 7 months ago | 
				
					
						|  borja (aider) | c8b4b5592b | fix: update test assertions for command logging | 7 months ago | 
				
					
						|  borja (aider) | 27ffa8cdae | fix: update test expectations to match actual logging format | 7 months ago | 
				
					
						|  borja (aider) | 869c695d0a | feat: Update /tarea command parsing to use action-first format | 7 months ago | 
				
					
						|  borja (aider) | b1449bb80b | fix: update test expectations to match new logging format | 7 months ago | 
				
					
						|  borja (aider) | 163c2b183f | fix: properly parse command action and due date in webhook handler | 7 months ago | 
				
					
						|  borja (aider) | 62e8a38525 | feat: Improve logging for webhook and command processing | 7 months ago | 
				
					
						|  borja (aider) | 11702142d5 | feat: enhance /tarea command logging with detailed parsing | 7 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 | 7 months ago | 
				
					
						|  borja | 356cfb69e2 | quito otro console.log que se hace un poco excesivo creo yo porque muestra cada webhook event received | 7 months ago | 
				
					
						|  borja | 99b2011254 | Quito un console.log que de momento es excesivo porque me muestra absolutamente todo lo que toca server.ts | 7 months ago | 
				
					
						|  borja (aider) | 812b0dadd8 | feat: Add port validation for internal Docker URLs | 7 months ago | 
				
					
						|  borja (aider) | 48a238139e | test: add port validation tests for internal docker URLs | 7 months ago | 
				
					
						|  borja (aider) | 58200854bc | feat: Add debug logging for webhook requests and events | 7 months ago | 
				
					
						|  borja (aider) | 8663bbf1a8 | fix: skip webhook self-test for internal production URLs | 7 months ago |