Fusion
0f80f5292b
feat(FN-192): DB schema + Migration (+7 more)
...
Sync dev → Gitea / Mirror dev to Gitea (push) Has been cancelled
Commits merged:
- feat(FN-192): complete Step 8 — Documentation & Delivery
- feat(FN-192): complete Step 7 — Testing & Verification
- feat(FN-192): complete Step 6 — i18n keys replace stage with changeType
- feat(FN-192): complete Step 5 — ChangelogTab rename stage to changeType
- feat(FN-192): complete Step 4 — Badge component rename stage to changeType
- feat(FN-192): complete Step 3 — API Service + Controller Spec
- feat(FN-192): complete Step 2 — Shared Zod schemas + type exports + DTO
- feat(FN-192): complete Step 1 — DB schema + Migration
Files changed:
apps/api/drizzle/0001_charming_quicksand.sql | 2 +
apps/api/drizzle/meta/0001_snapshot.json | 5167 ++++++++++++++++++++
apps/api/drizzle/meta/_journal.json | 9 +-
.../api/src/changelog/changelog.controller.spec.ts | 2 +-
apps/api/src/changelog/changelog.dto.ts | 2 +-
apps/api/src/changelog/changelog.service.spec.ts | 4 +-
apps/api/src/changelog/changelog.service.ts | 4 +-
apps/api/src/database/schema/core.ts | 2 +-
apps/web/src/components/settings/changelog-tab.tsx | 11 +-
apps/web/src/messages/en.json | 8 +-
apps/web/src/messages/tr.json | 8 +-
docs/INDEX.md | 4 +-
packages/shared/src/index.ts | 4 +-
packages/shared/src/schemas/changelog.ts | 8 +-
packages/shared/src/types/changelog.ts | 2 +-
packages/ui/src/badge.tsx | 12 +-
16 files changed, 5215 insertions(+), 34 deletions(-)
Fusion-Task-Id: FN-192
2026-05-12 06:13:34 +00:00
Fusion
457293ad6a
feat(FN-189): add CHANGELOG_AUTOMATION_TOKEN to env schema (+5 more)
...
Sync dev → Gitea / Mirror dev to Gitea (push) Has been cancelled
Commits merged:
- docs(FN-189): complete Step 7 — update docs/INDEX.md and MEMORY.md
- fix(FN-189): lint fixes — import order, formatting
- test(FN-189): complete Step 4 — add controller spec with 6 token auth scenarios
- feat(FN-189): complete Step 3 — add Fusion changelog automation trigger to deploy workflow
- feat(FN-189): complete Step 2 — add POST /api/changelog/internal endpoint with token auth
- feat(FN-189): complete Step 1 — add CHANGELOG_AUTOMATION_TOKEN to env schema
Files changed:
.fusion/memory/MEMORY.md | 16 +++
.github/workflows/deploy.yml | 17 +++
.../api/src/changelog/changelog.controller.spec.ts | 122 +++++++++++++++++++++
apps/api/src/changelog/changelog.controller.ts | 49 ++++++++-
docs/INDEX.md | 1 +
packages/config/src/index.ts | 3 +
6 files changed, 207 insertions(+), 1 deletion(-)
Fusion-Task-Id: FN-189
2026-05-11 20:50:30 +00:00
Fusion
85ebd35048
feat(FN-188): add Changelog tab to dashboard settings
...
Sync dev → Gitea / Mirror dev to Gitea (push) Has been cancelled
Squash-recovery of fusion/fn-188 onto dev — original branch was based on
main (dccd4fa ) due to baseBranch=None drift in Fusion settings; rebase
onto dev surfaced unrelated main-only commits (EMEX/PL24/Corgi) as false
conflicts. This commit applies only FN-188's 23-file changelog patch.
- apps/api: ChangelogModule (controller, service, DTO, spec, schema)
- apps/web: ChangelogTab (timeline + accordion), useChangelog hook, i18n
- packages/shared: changelog Zod schemas + types
- packages/ui: Accordion component + Badge stage variant
- docs/INDEX.md: changelog feature documented
Lint, typecheck, all 169 api tests + 2 web tests pass.
2026-05-11 20:05:16 +00:00