-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DB-12587] yugabyted: Update data migration UI #23291
Merged
nchandrappa
merged 27 commits into
yugabyte:master
from
Spikatrix:migation-data-migration
Aug 28, 2024
Merged
[DB-12587] yugabyted: Update data migration UI #23291
nchandrappa
merged 27 commits into
yugabyte:master
from
Spikatrix:migation-data-migration
Aug 28, 2024
Conversation
This file contains 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
✅ Deploy Preview for infallible-bardeen-164bc9 ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site configuration. |
Spikatrix
changed the title
[yugabyted][UI] Migation data migration
[yugabyted][UI] Update data migration UI
Jul 29, 2024
Spikatrix
force-pushed
the
migation-data-migration
branch
from
August 6, 2024 06:03
3433a96
to
20805eb
Compare
Spikatrix
force-pushed
the
migation-data-migration
branch
from
August 26, 2024 06:55
3d0d4b2
to
f429c60
Compare
Spikatrix
force-pushed
the
migation-data-migration
branch
from
August 27, 2024 04:59
f429c60
to
37fceae
Compare
Spikatrix
force-pushed
the
migation-data-migration
branch
from
August 28, 2024 07:29
37fceae
to
ed1d0a8
Compare
nchandrappa
changed the title
[yugabyted][UI] Update data migration UI
[DB-12587] yugabyted: Update data migration UI
Aug 28, 2024
jasonyb
pushed a commit
that referenced
this pull request
Aug 29, 2024
Summary: bfd17b5 [PLAT-14601]Support restore to Point in time part 2 - Backup/Restore/Restore preflight related changes - Add JSON Property 91d000a [doc] Thirdparty to integrations (#23598) Excluded: 6456777 [#23626] allow loading old dumps that do not have index pg_class OIDs c8b8be3 [DB-12586] yugabyted: Update schema migration UI (#23217) Excluded: 4ea354b [#23521] YSQL: Cost YB Bitmap Table Scan remote filters b80999d [PLAT-14974][PLAT-15045] Added prometheus user as part of yugabyte group 63f1d65 [#23669] YSQL: Add more logs to debug an assertion failure 1ad4795 [docs] [TA] Added TA-23476: YCQL currenttimestamp() precision (#23642) 41ae6b4 [#23653] docdb: Adjust waits for MasterPathHandlersItest.TestUndeletedParentTablet in TSAN 78b0ae4 [DB-12587] yugabyted: Update data migration UI (#23291) d234b3a [PLAT-15046] Create log directory with correct permissions to allow users to export logs without using sudo 8713c18 [doc][yba] Clarify pre-req for cloud provider image upgrades (#23285) 9be5c91 [#23448] YSQL: fix failing test PgAutoAnalyzeTest.CheckTableMutationsCount Excluded: 9d54710 [#22147] YSQL, QueryDiagnostics: Pgss support for query diagnostics 417092a [#23373] DocDB: Add max_disk_throughput_mbps gflag to control disk full rejection e3a1a36 [PLAT-15035] Add support to sync gflags secret mount location to actual gflag file used by services 23a6a4c [PLAT-14525][PLAT-14953] Add local provider tests for switchover, failover, change replica, and restart 6026029 [PLAT-15100][Master]Observed two Scheduled Backup Policies tabs in Backup page 2cf648b [#23581] CDCSDK: Support dynamic table addition with table removal b14851d [#23702] xClusterDDLRepl: Add extra logging 8a0d6ff [#23645] docdb: Reorder heartbeat handling logic to fix regression. 2b30b5e [Docs] Changes for Experimental AI (#23714) Test Plan: Jenkins: rebase: pg15-cherrypicks Reviewers: jason, tfoucher Differential Revision: https://phorge.dev.yugabyte.com/D37645
nchandrappa
pushed a commit
that referenced
this pull request
Sep 7, 2024
Summary: * Prereqs component * Step details component * Step card component * Use children function for stepcard component * New migration schema page UI * Migration schema summary tab refactoring graph * Reuse RefactoringGraph component for assessment and schema pages * Fix badge classname * Reuse RefactoringTables component for assessment and schema pages * Import schema step minor changes * Accordion support for StepCards * Fix build and conflicts * Integrate existing migrate schema API with the UI * Schema migration analysis - Suggested refactoring API integration * Navigate to the schema migration page when in the analyze schema phase * Add next/previous buttons for migration steps * Update migration schema analysis API integration objects * Generate OpenAPI specs * Remove type assertions for migrate-schema as we have the data models * Implement more details support for AssessmentRefactoring feature table * Add todo statement * Reuse RefactoringGraph component for assessment and schema pages * Migrate data initial UI * StepCard status support, migrate data with progress bars * Integrate export and import migration data with existing APIs * Fix build * Fix merge error Original commit: [[ 78b0ae4 | 78b0ae4 ]] Jira: DB-12587 Test Plan: Manual Tests Reviewers: djiang Reviewed By: djiang Subscribers: yugabyted-dev Differential Revision: https://phorge.dev.yugabyte.com/D37868
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.
Note: This builds on top of #23217 as that branch has a few common components used in this page too. Once its merged, this PR will need to be rebased with master before merging.