Go to file
Paul Trowbridge 31d670b4e6 Add group runs and fix wizard identifier sanitization for spaced column names
Groups allow multiple modules to be run sequentially in a defined order.
Adds full CRUD (repo, engine orchestrator, web routes, templates) for grp,
group_member, and group_run tables that were previously schema-only. Module
index now shows group membership badges per module. Wizard default dest name
now sanitizes source column names with spaces or special characters to valid
identifiers rather than failing at CREATE TABLE time.

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
2026-06-02 00:05:37 -04:00
.archive/pre-rewrite Initial commit: Pipekit rewrite. 2026-04-22 00:38:26 -04:00
bin bin/pipekit auto-detects venv; stop rewriting it in deploy.sh. 2026-04-23 00:34:32 -04:00
pipekit Add group runs and fix wizard identifier sanitization for spaced column names 2026-06-02 00:05:37 -04:00
systemd Add deploy.sh, systemd unit template, and pipekit secrets CLI. 2026-04-22 22:34:38 -04:00
.gitignore track pipekit.db in git for backup purposes 2026-05-30 22:48:10 -04:00
CLAUDE.md Unify incremental sync config: inline watermarks + editable source query 2026-05-18 21:31:55 -04:00
config.yaml Honor api_host in config.yaml; ignore .venv/ created by deploy.sh. 2026-04-23 00:33:56 -04:00
deploy.sh bin/pipekit auto-detects venv; stop rewriting it in deploy.sh. 2026-04-23 00:34:32 -04:00
pipekit.db track pipekit.db in git for backup purposes 2026-05-30 22:48:10 -04:00
requirements.txt Initial commit: Pipekit rewrite. 2026-04-22 00:38:26 -04:00
SPEC.md Unify incremental sync config: inline watermarks + editable source query 2026-05-18 21:31:55 -04:00