-
Notifications
You must be signed in to change notification settings - Fork 6
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
Migrations as replicas refactor #814
Open
Dany9966
wants to merge
41
commits into
cloudbase:master
Choose a base branch
from
Dany9966:migrations-as-replicas
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
+2,342
−5,071
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
Signed-off-by: Nashwan Azhari <[email protected]>
Signed-off-by: Nashwan Azhari <[email protected]>
Signed-off-by: Nashwan Azhari <[email protected]>
Signed-off-by: Nashwan Azhari <[email protected]>
Signed-off-by: Nashwan Azhari <[email protected]>
Signed-off-by: Nashwan Azhari <[email protected]>
…ate. Signed-off-by: Nashwan Azhari <[email protected]>
Signed-off-by: Nashwan Azhari <[email protected]>
Signed-off-by: Nashwan Azhari <[email protected]>
Signed-off-by: Nashwan Azhari <[email protected]>
Signed-off-by: Nashwan Azhari <[email protected]>
Signed-off-by: Nashwan Azhari <[email protected]>
Signed-off-by: Nashwan Azhari <[email protected]>
Signed-off-by: Nashwan Azhari <[email protected]>
Signed-off-by: Nashwan Azhari <[email protected]>
Signed-off-by: Nashwan Azhari <[email protected]>
Signed-off-by: Nashwan Azhari <[email protected]>
Signed-off-by: Nashwan Azhari <[email protected]>
Signed-off-by: Nashwan Azhari <[email protected]>
Signed-off-by: Nashwan Azhari <[email protected]>
Signed-off-by: Nashwan Azhari <[email protected]>
Signed-off-by: Nashwan Azhari <[email protected]>
Signed-off-by: Nashwan Azhari <[email protected]>
Signed-off-by: Nashwan Azhari <[email protected]>
Signed-off-by: Nashwan Azhari <[email protected]>
Signed-off-by: Nashwan Azhari <[email protected]>
Replaces old Migrations entries with "live_migration" scenario replicas
Fixes deployment entry routing and description
Renames "Replica" text into "Transfer" on buttons and labels, on Transfer pages.
Fixes empty deployments list page description and removes "Create Deployment" button, since it does not make sense to create a deployment using the creation wizard, these need to be created from a pre-existing Transfer.
Renames Replica nomenclature with Transfer in all transfer deletion modal messages and labels
Fixes the label `Created from Replica`, uses `Transfer` nomenclature.
Fixes the API path to deployments diagnostics info by routing it to `/deployments` instead of `/migrations`
This patch will display reserved and consumed licences as `Used`, instead of wrongfully displaying them as `Fulfilled`.
Prior to this fix, upon clicking on `Execute`, the executions page would get loaded before waiting for a response. If an error would get returned from the request, it would get redirected to executions page with a loading circle, without them actually loading. This patch makes sure to wait for the response before redirecting to the executions page. If an error occurs, it gets displayed in a pop-up, but the modal never closes.
Dany9966
force-pushed
the
migrations-as-replicas
branch
2 times, most recently
from
November 26, 2024 14:45
9519fff
to
7e70e7f
Compare
Dany9966
force-pushed
the
migrations-as-replicas
branch
from
December 4, 2024 08:27
7e70e7f
to
6b99628
Compare
Dany9966
force-pushed
the
migrations-as-replicas
branch
from
December 4, 2024 08:27
6b99628
to
3d94d5c
Compare
Removes modules related to Assessment, custom Azure source and Migration.
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.
Applies all necessary UI changes regarding the Migrations as Replicas Refactor: cloudbase/coriolis#343
Changes include:
replica
totransfer
;