Skip to content

feat: add migration and comparison#294

Closed
Copilot wants to merge 0 commit intomainfrom
copilot/add-migration-and-comparison
Closed

feat: add migration and comparison#294
Copilot wants to merge 0 commit intomainfrom
copilot/add-migration-and-comparison

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 23, 2026

What does this PR do

Add migration and comparison features as a clean replacement for PR #292 (which had messy history on the migration branch).

This PR contains a single clean commit with all migration and comparison feature changes:

  • Migration module (web/src/pages/Migration/): Full migration workflow including detail views, index management, partitions, logging, form steps (init, settings, run config), and supporting components (cluster selection, index filtering, settings editor)
  • Comparison module (web/src/pages/Comparison/): Side-by-side comparison workflow with index diffing, metrics, detail views, and step-based form flow
  • Router config: Registered new /data_tools routes for migration and comparison pages
  • Localization: Added en-US and zh-CN translation entries for migration features
  • Platform menu: Registered new migration/comparison permissions in role permission menu

107 files changed, 13,417 additions, 6 deletions.

Rationale for this change

Clean replacement for #292 — the migration branch had old history commits ("first commit", "add config.js", "update readme") from 2020 that could not be cleared since that branch cannot be force-pushed from the copilot agent. This PR provides the same feature changes with a single clean commit based on main.

Standards checklist

  • The PR title is descriptive
  • The commit messages are semantic
  • Necessary tests are added
  • Updated the release notes
  • Necessary documents have been added if this is a new feature
  • Performance tests checked, no obvious performance degradation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants