Jetpack Backup: show progress#15776
Conversation
|
You can trigger an installable build for these changes by visiting CircleCI here. |
WordPress/WordPressTest/Classes/Stores/ActivityStoreTests.swift
Outdated
Show resolved
Hide resolved
|
You can trigger optional UI/connected tests for these changes by visiting CircleCI here. |
emilylaguna
left a comment
There was a problem hiding this comment.
Heya! Looking good, I left some comments below. Also when I start the backup on .com, the once it's finished the status never updates on the app (see video)
backup.mov
| } else { | ||
| // TODO: show download cell | ||
| } |
| } | ||
| // TODO: fetch backup status | ||
|
|
||
| self.viewModel.refresh() |
There was a problem hiding this comment.
Should we remove the guard and just do:
| self.viewModel.refresh() | |
| self?.viewModel.refresh() |
|
@emilylaguna I'm not being able to reproduce this behavior here. :( (Atomic site, triggering the backup from the web) |
momo-ozawa
left a comment
There was a problem hiding this comment.
@leandroalonso @emilylaguna
I was able to reproduce the error Emily was seeing exactly once, but that's it. I think I saw it on a JN self-hosted site. I tried again with the same site but wasn't able to reproduce the error.
The PR works as described otherwise, so I'm going to approve it.
I'm thinking we can keep an eye out for when this happens again, then address it in a future PR.
Part of #15191
This PR shows the backup progress in Activity Log and Backups screen.
To test
Creating a backup from the app
Creating a backup from the site
PR submission checklist:
RELEASE-NOTES.txtif necessary.