feat: add on-demand migration management - #224
Merged
Merged
Conversation
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.
Pull Request
Description
Adds the complete bucket-level On-Demand Migration management experience:
The staged source setup, connection test, and separate job/status surfaces follow the interaction patterns used by AWS DataSync and Google Storage Transfer Service, translated into the existing RustFS Console design system.
Type of Change
Testing
Additional verification:
rustfs/rustfs@149929539built successfullyrustfs/console-tests, including Azure/GCS Native, write-only secrets, backfill races, failure states, mobile, dark mode, and ChineseChecklist
Related Issues
Closes #220
Screenshots (if applicable)
This is a new page, so there is no meaningful before state.
Core states
Native providers
Backfill, error, responsive, dark, and Chinese states
Runtime states
Responsive states
Theme and localization
Additional Notes
The wire model, routes, defaults, validation bounds, provider behavior, error codes, and mocks were checked directly against the latest RustFS server code and
crates/madmin/fixtures/on_demand_migration. Azure Blob Native and GCS Native are enabled immediately because the current server implements them. Open-source builds pass the license gate; the Console links to License settings only when the server explicitly reports a license or entitlement denial.