| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 5 hours | Defer repo/hook setup to hetzner-infra/scripts/install.shHEADmaster | yyamashita | -16/+11 | |
| Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | ||||
| 5 hours | Remove inline hook from server-setup.sh; hooks managed by hetzner-infra | yyamashita | -15/+3 | |
| Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | ||||
| 7 days | Add lists feature (band recommendation lists with history) | yyamashita | -0/+137 | |
| New lists, list_entries, list_revisions tables; full CRUD routes under /lists; nav link in root. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | ||||
| 8 days | Add members table with membership period and note support | yyamashita | -13/+13 | |
| Replace band_artists + member_periods with a single members table (id, band_id, artist_id, role, since, until, note, order_index). Each row represents one membership period, so rejoining artists get multiple rows. Existing band_artists data is auto-migrated on startup. Export format bumped to version 3. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | ||||
| 9 days | Add JSON API endpoints and CLI script for band/artist management | yyamashita | -0/+159 | |
| Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | ||||
| 9 days | Add Dockerfile and server-setup.sh for git push auto-deploy | yyamashita | -0/+29 | |
