20 Commits (422747c1777d73602b488b42d296b305a3473a02)

Author SHA1 Message Date
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
borja a9facabe07 build: evita instalar dependencias opcionales y usa bun:sqlite
Co-authored-by: aider (openrouter/openai/gpt-5) <aider@aider.chat>
8 months ago
borja 3a5b212271 feat: usar alias bun:sqlite a better-sqlite3 solo en dev y ajustar Docker
Co-authored-by: aider (openrouter/openai/gpt-5) <aider@aider.chat>
8 months ago
borja 4872c2cd26 quito la instalacion de netcat y de curl 8 months ago
borja 55a27974e4 cambio la imagen de bun a debian a ver si así rula con la última versión de debian 8 months ago
borja 733f316a32 actualizo bun a 1.3 en el Dockerfile 8 months ago
borja 8091505a9d chore: migrar CSRF a trustedOrigins y sincronizar pre-build
Co-authored-by: aider (openrouter/openai/gpt-5) <aider@aider.chat>
8 months ago
brobert c97a805d43 feat: gestiona rutas con proxy en Bun para /webhook y /metrics
Co-authored-by: aider (openrouter/openai/gpt-5) <aider@aider.chat>
8 months ago
brobert 1e188c2e96 build: establecer DATA_DIR por defecto y declarar volumen /app/data
Co-authored-by: aider (openrouter/openai/gpt-5) <aider@aider.chat>
8 months ago
borja e85a9e47d1 añade sqlite3 a la lista de lo que instala la imagen para poder trastear la base de datos 9 months ago
borja (aider) 5fce8e72e9 feat: mover base de datos a carpeta data 9 months ago
borja (aider) 084af2018e feat: add debugging tools and startup delay for container 1 year ago
borja 8954821543 quito el health del dockerfile que no deja que me sobrevivan los containers 1 year ago
borja 5e65c686d5 pongo una imagen distinta, bun completa y no alpine, en el primer FROM 1 year ago
borja (aider) 4a01b9094b feat: Add healthcheck and dynamic port support in Dockerfile 1 year ago
borja e9be1faa7f Quito el healthcheck en el Dockerfile a ver si así logro que chute 1 year ago
borja 561267d4cd quita el --production the RUN bun install en el Dockerfile 1 year ago
borja (aider) 027e11523e fix: deployment issues and add health check 1 year ago
borja (aider) 2e40bd8522 fix: update Dockerfile and fix duplicate imports 1 year ago
borja (aider) fac2480b65 feat: add CapRover deployment files and env var validation 1 year ago