-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[PLAT-15062][PLAT-15071] Support DB scoped on UI and display schema c…
…hange mode information Summary: **Context** As we now support DB scoped replication on the YBDB and DB scoped replication for DR on YBA, we need to make some changes to the YBA UI to help users take advantage of this new DDL replication mode. **Changes** - Add support for creating DB scoped DR configs on the YBA UI. - Add schema change DDL mode labels, modals, popovers, and doc links - These UI additions are made to help users understand which "version/variant" of DDL mode they currently using and what steps they need to take when making DDL changes. Test Plan: Case: Both universes support DB scoped DR - Create xCluster DR and verify the DR config is DB scoped. - Verify the schema change mode is 'semi-automatic' and the corresponding modals, popovers and doc links are as expected. {F284695} Case: Both universes do not support DB scoped DR - Create xCluster DR and verify the DR config is not DB scoped (it should just be a plain txn xCluster config). - Verify the schema change mode is 'manual' and the corresponding modals, popovers and doc links are as expected. - Upgrade one of the universes to a db software version which supports DB scoped DR - Verify no 'upgrade available' message is present. - Upgrade the other universe. - Verify the user is shown an 'upgrade available' link which brings them to the expected upgrade available modal. {F283397} Reviewers: rmadhavan, cwang, hzare, vbansal, mkazerooni, kkannan, lsangappa Reviewed By: rmadhavan Subscribers: mkazerooni, yugaware Differential Revision: https://phorge.dev.yugabyte.com/D37876
- Loading branch information
Showing
37 changed files
with
1,189 additions
and
133 deletions.
There are no files selected for viewing
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
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
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
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
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
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
Oops, something went wrong.