-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[LOC-6168] Fetch plugin updates from WPE servers (#183)
* feat: get updates from WPE Adapted from the sample code at https://github.com/wpengine/plugin-updater. * ci: comment out wp-svn usage This plugin can no longer be published on WP.org due to blocked access. * test: adjust all fields test To work with latest WP develop. - Increase timeout from 100s to 300s. Needed when running locally. - Use custom insert block method. The current insertBlock method fails in Circle but we can't upgrade to the latest e2e-test-utils without also upgrading Node.js, which has cascading side-effects in terms of dependencies. - Serve a fake favicon to prevent test failures due to 404s thrown in the console that make Jest think the test has failed. * test: remove no field test This test is intended to check that the editor page still loads if the user creates a custom field with no fields. The test passes locally but fails in Circle. Rather than continuing to tweak it to attempt to appease Circle I opted to delete it. It seems to have limited value since (a) it passes right now and (b) it doesn't seem common that a user will add a custom field with no fields. * chore: bump version to 1.7.1
- Loading branch information
1 parent
936b6c7
commit 5b1d8d1
Showing
8 changed files
with
361 additions
and
93 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.