egutierrez
386a5471e0
docs: actualizar README de issues — marcar 8 issues de Wave 1 como completados
...
Wave 1 completada e integrada a master:
- 0009 HTTP Server Foundation
- 0012 Email & SMTP
- 0013 Background Job Queue
- 0015 Database Migrations
- 0017 Frontend Data Hooks
- 0018 Config & Env Management
- 0020 PDF Generation
- 0023 Testing Utilities
Pendientes (Wave 2 descartada, Wave 3 sin iniciar):
0010, 0011, 0014, 0016, 0019, 0021, 0022
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-13 11:26:05 +02:00
egutierrez
3304084121
merge: issue/0023-testing-utils — Go testing utilities
...
# Conflicts:
# registry.db
2026-04-13 02:06:03 +02:00
egutierrez
0952fca70e
merge: issue/0020-pdf-generation — PDF generation Python+Go
...
# Conflicts:
# registry.db
2026-04-13 02:05:55 +02:00
egutierrez
32be754b60
merge: issue/0018-config-env — Config & env management
...
# Conflicts:
# registry.db
2026-04-13 02:05:47 +02:00
egutierrez
edfca3e73e
merge: issue/0017-frontend-hooks — React HTTP hooks
...
# Conflicts:
# registry.db
2026-04-13 02:05:39 +02:00
egutierrez
9da8a698b9
merge: issue/0015-db-migrations — SQL migration system
...
# Conflicts:
# registry.db
2026-04-13 02:05:31 +02:00
egutierrez
f433d0097b
merge: issue/0013-background-jobs — SQLite job queue
...
# Conflicts:
# registry.db
2026-04-13 02:05:20 +02:00
egutierrez
7404a9a977
merge: issue/0012-email-smtp — Email SMTP functions
2026-04-13 02:05:03 +02:00
egutierrez
39c85a5e9d
docs: cerrar issue 0012 — email SMTP implementado
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-04-13 02:04:11 +02:00
egutierrez
012b013372
docs: cerrar issue 0020 — PDF Generation implementado
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-04-13 02:03:28 +02:00
egutierrez
86bd9f38a9
docs: cerrar issue 0015 — sistema de migraciones SQL implementado
...
6 funciones (migration_parse, migration_validate, migration_create, migration_up,
migration_down, migration_status) + 2 tipos (Migration, MigrationStatus) indexados
en registry.db. 26 tests, todos pasan. Build limpio.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-04-13 02:03:19 +02:00
egutierrez
f4771485cf
docs: cerrar issue 0017 — frontend hooks implementados
2026-04-13 02:03:15 +02:00
egutierrez
203d3fd6b3
docs: cerrar issue 0018 — Config & Env Management implementado
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-04-13 02:02:28 +02:00
egutierrez
5d47bc3fe3
docs: cerrar issue 0023 — testing utilities implementadas
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-04-13 02:01:16 +02:00
egutierrez
13e45aa22e
docs: cerrar issue 0013
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-04-13 02:01:03 +02:00
egutierrez
c226767ebd
docs: cerrar issue 0009 — HTTP server functions
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-04-13 01:58:15 +02:00
egutierrez
6f2a8b7847
docs: cerrar issue 0008 — SQLite API Web completado
...
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-13 01:24:24 +02:00
egutierrez
57c243a81a
chore: close issues 0007a-e, update feature flag and sources manifest
...
Enable dag-engine feature flag, document dagu as analyzed (GPL-3.0,
no code extracted), move all 0007 issues to completed.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-12 13:06:17 +02:00
egutierrez
85261ce635
feat: add issue 0008 — SQLite API Web service
...
App Go que expone registry.db y operations.db de cada app como API REST
read-only en localhost:8484, para acceso programático sin SQLite directo.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-08 01:27:54 +02:00
egutierrez
59c0116fce
feat: add DAG engine issues (0007a-e) and feature flag
...
Desglose del sistema de orquestacion propio para reemplazar Dagu:
- 0007a: core puro (parse, validate, topo sort)
- 0007b: process manager (spawn, wait, kill)
- 0007c: execution store (SQLite)
- 0007d: scheduler (cron parser, ticker)
- 0007e: app CLI que compone todo
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-08 01:18:19 +02:00
egutierrez
a9cd28b010
chore: añade directorio dev/ con issues y funciones implementadas
...
Tracking de issues completados (jupyter tools) y funciones implementadas (specs de diseño ya resueltas).
2026-04-05 18:19:36 +02:00