3 Commits

Author SHA1 Message Date
d01a155c95 fix: single-line curl in deploy step (act runner escaping issue) 2026-01-29 23:08:40 +00:00
b8e490f635 feat: add deploy-to-Dokploy step in CI/CD pipeline
- Deploy job runs after tests pass, only on push to main
- Uses Dokploy compose.deploy API with secrets for URL, token, compose ID
- PRs only run tests (no deploy)
2026-01-29 22:54:46 +00:00
268ee5d0b2 feat: add unit tests and Gitea Actions CI pipeline
- Extract pure utility functions to lib/utils.ts for testability
- Add 28 unit tests covering: computeNextDueDate, resetSubtasks,
  parseTaskIdentifier, validators, statusSortOrder
- Add Gitea Actions workflow (.gitea/workflows/ci.yml) that runs
  tests and type checking on push/PR to main
- Refactor tasks.ts to use extracted utils
2026-01-29 22:42:59 +00:00