You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
borja b7ed1ad013 refactor: webhook handler, group sync, command handlers, tests
- Refactor webhook handler with improved error handling and auto-ensure
- Break group-sync into modular services (changes, deactivation, membership, scheduler)
- Add startup.ts bootstrap with health checks and metrics
- Refactor command handlers (nueva, completar, tomar, soltar, ver) for gating/resilience
- Remove unused Svelte UI components (Badge, Skeleton, GroupCard, etc.)
- Add ICS helpers, task helpers, preferences helpers to web lib
- Remove legacy help.ts message service
- Restructure tests: split monolithic server.test.ts into focused files
- Add server test harness and coverage/conformance tests
- Update docs (commands inventory, user guide, operational docs)
- Command trigger simplified to 't' and task name (no slash)
- Add .gitignore entries for fallow, sift, sq artifacts
1 month ago
..
db refactor: webhook handler, group sync, command handlers, tests 1 month ago
server refactor: webhook handler, group sync, command handlers, tests 1 month ago
services refactor: webhook handler, group sync, command handlers, tests 1 month ago
tasks refactor: webhook handler, group sync, command handlers, tests 1 month ago
utils refactor: webhook handler, group sync, command handlers, tests 1 month ago
db.test.ts feat: actualizar last_command_at al detectar cualquier /t 8 months ago
locator.fallback.test.ts test: añade prueba de fallback del locator y actualiza la documentación 7 months ago
migrator.test.ts test: tolerar ausencia de migrations.log en tests de migrador 8 months ago
server.advanced-listings.test.ts refactor: webhook handler, group sync, command handlers, tests 1 month ago
server.basic.test.ts refactor: webhook handler, group sync, command handlers, tests 1 month ago
server.command-logging.test.ts refactor: webhook handler, group sync, command handlers, tests 1 month ago
server.coverage.test.ts refactor: webhook handler, group sync, command handlers, tests 1 month ago
server.group-validation.test.ts refactor: webhook handler, group sync, command handlers, tests 1 month ago
server.groups-upsert.test.ts test: añade pruebas para GroupSyncService y webhook 9 months ago
server.onboarding-activar.test.ts fix: configurar DB global en pruebas para evitar DbNotConfiguredError 7 months ago
server.user-validation.test.ts refactor: webhook handler, group sync, command handlers, tests 1 month ago
web.datetime.test.ts test: agregar pruebas de datetime, mantenimiento y API de completar 7 months ago