Merged
Conversation
a85b6d9 to
9ef5e39
Compare
…leases Add /admin/reset page with: - Paginated table of all packages sorted by name - Reset Summaries button: marks releases stale, deletes summaries - Reset Releases button: deletes all releases/summaries, resets sync state - Delete button: permanently removes the package - Confirmation modal for all destructive actions - Pagination controls Includes: - Regenerated OpenAPI spec and Orval client with new endpoints - Mutation hooks (useResetSummaries, useResetReleases) in hooks.ts - MSW handlers for new admin endpoints - Hook tests (4 tests) and page tests (10 tests) - Nav link from Admin page to Reset Data page Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
9ef5e39 to
90bea51
Compare
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
/admin/resetpage with paginated table of all packagesDetails
reset-summariesandreset-releasesendpoints (from feat: add admin endpoints to reset package summaries and releases #447)useResetSummariesanduseResetReleasesmutation hooksDepends on: #447
Test plan
npx vitest run- all 159 tests pass (13 test files)npx tsc --noEmit- clean TypeScript build🤖 Generated with Claude Code