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

Sync page refactor. #2738

Merged
merged 27 commits into from
May 12, 2022
Merged
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
55f86e4
WIP Sync page JS rewrite.
JakePT May 3, 2022
3d5a8c7
Mild refactor of sync page JS to improve clarity.
JakePT May 9, 2022
777f1e3
Remove unused class.
JakePT May 10, 2022
55a670e
Handle request errors.
JakePT May 10, 2022
a2e34c2
Fix totals counting.
JakePT May 10, 2022
f3db232
Move sync page markup to its own component.
JakePT May 10, 2022
d9e9c2c
Fix type capitalisation.
JakePT May 10, 2022
87daa80
Fix typo.
JakePT May 10, 2022
f9a0eb5
Open learn more in new tab.
JakePT May 10, 2022
60481b9
Name catch callback consistently.
JakePT May 10, 2022
f505994
Remove old sync script.
JakePT May 10, 2022
c5f9895
Add warning icon.
JakePT May 10, 2022
1b80f6c
Merge branch 'develop' into feature/2704
JakePT May 10, 2022
ba45e72
Fix linting errors.
JakePT May 10, 2022
08d3ca0
Merge branch 'feature/2704' of github.com:10up/ElasticPress into feat…
JakePT May 10, 2022
423fbce
Update Cypress tests.
JakePT May 10, 2022
37a9626
Fix complete message in test.
JakePT May 10, 2022
8d45859
Remove background from time in sync progress.
JakePT May 10, 2022
1be165e
Fix test expected text.
JakePT May 10, 2022
566cf75
Update other feature tests.
JakePT May 10, 2022
5d2a682
Fix index status endpoint.
JakePT May 10, 2022
e8d3318
Allow stopping WP CLI syncing.
JakePT May 10, 2022
ac19eb2
Tweak progress bar size.
JakePT May 10, 2022
c05e484
Tweak sync logo.
JakePT May 10, 2022
2a669c1
Restore missing plugin header.
JakePT May 10, 2022
8682539
Fix missing synced count.
JakePT May 11, 2022
2beaafe
Normalize ellipsis usage
felipeelia May 12, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'develop' into feature/2704
  • Loading branch information
JakePT authored May 10, 2022
commit 1b80f6c2bead64147222862f958f823c65de45d3
1 change: 0 additions & 1 deletion includes/partials/sync-page.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
* @package elasticpress
*/

require_once __DIR__ . '/header.php';
?>

<div id="ep-sync" class="wrap"></div>
You are viewing a condensed version of this merge commit. You can view the full changes here.