Skip to content
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

Jetpack Backup: Update copy site flow to use the getRestoreProgress selector as restore status source of truth #91145

Merged
merged 4 commits into from
May 30, 2024

Commits on May 25, 2024

  1. Update backup clone flow to use the getRestoreProgress status

    The progress bar is being updated according the getRestoreProgress() selector, so the idea is to consider the `status` value we get from there to validate if the restore is still in progress or it finished, instead of the `getInProgressRewindStatus` that might have some cache issues.
    Initsogar committed May 25, 2024
    Configuration menu
    Copy the full SHA
    a0cf1eb View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Update unit tests

    Initsogar committed May 27, 2024
    Configuration menu
    Copy the full SHA
    d477754 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Configuration menu
    Copy the full SHA
    5befad9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2311a41 View commit details
    Browse the repository at this point in the history