All updates
frontend
backend
database
integrations

Manual Re-sync All Commits added to Project Danger Zone

  • Re-sync All Commits — permanently delete and re-generate changelog entriesAdded a one-click, manual re-sync in Project Settings that permanently deletes all existing changelog entries, resets all commits to unprocessed, and queues a full repository sync so the pipeline regenerates entries from the complete commit history. This destructive action is surfaced in the Danger Zone with orange styling and a confirmation dialog.

New Features

  • Added a Re-sync All Commits action to the Danger Zone in Project Settings with orange warning styling and a confirmation dialog so you can intentionally trigger a full re-generation of changelog entries.frontend

API

  • Added POST /v1/projects/:projectId/resync which deletes all changelog entries, resets commits to unprocessed, and queues a repo sync event to rebuild entries from the full commit history.backend

Improvements

  • Implemented database helpers to hard-delete changelog entries and reset commit processed flags so the pipeline can regenerate entries from scratch during a manual re-sync.database