Commit Graph

40673 Commits

Author SHA1 Message Date
jamelreid ac7c1e1ad6 Updated README.md 2021-12-14 12:48:07 -05:00
roykho 3ba275e6c9
Deprecate stylelint-config-wordpress with current package 2021-12-14 09:14:54 -08:00
roykho 3578d61c0a
Replace deprecated babel-eslint with @babel/eslint-parser 2021-12-14 09:08:24 -08:00
roykho 85297dd1a1
Use sass package instead of node-sass 2021-12-14 08:57:28 -08:00
roykho ff7c615770
Move gitignore paths to root when it makes sense 2021-12-14 08:21:37 -08:00
erikdemarco 7b0b6e3db4
Filter enhancement
add field key to 'woocommerce_checkout_required_field_notice' filter. Currently if we want to hook any field we can only hooked on field's label. This is not good because field can have duplicate label. And field label can hae many variation because of translations. We need to add field key to the filter so we can hook on it instead.
2021-12-14 17:09:12 +07:00
Christopher Allford 8dee94a0ed
Merge pull request #31431 from woocommerce/dev/bump-woo-admin-2.9.2 2021-12-13 16:54:19 -08:00
Moon 2e9bbae66f Bump woocommerce-admin version to 2.9.2 2021-12-13 16:11:30 -08:00
jamelreid c34dde8714 Removed unused import 2021-12-13 19:10:15 -05:00
jamelreid f132a10129 Required `config` from @woocommerce/e2e-environment package 2021-12-13 19:10:04 -05:00
jamelreid 84f98b5ae9 Required `config` from @woocommerce/e2e-environment package 2021-12-13 18:36:18 -05:00
jamelreid e789dbeada Added config to e2e-environment exports 2021-12-13 18:33:17 -05:00
jamelreid ae2e004c0e Added custom config.js to e2e-environment package
This custom config.js provides all the functionality of the config package along with extending the `get` method to accept an optional second argument that will be used if the property is not found in the config file.
2021-12-13 18:32:15 -05:00
jamelreid 5f85a42057 Updated CHANGELOG.md 2021-12-13 18:29:00 -05:00
Greg 54d1379deb Rename plugin_repository variable 2021-12-13 16:11:22 -07:00
Ron Rennick a4618e7351
Merge pull request #31412 from woocommerce/fix/e2e-readme-paths
Updated paths in README.md
2021-12-13 18:55:02 -04:00
Greg fba795421d Merge branch 'trunk' of github.com:woocommerce/woocommerce into add/plugin-upload-test-functionality 2021-12-13 15:45:32 -07:00
MD Sultan Nasir Uddin 705a383de5
Fix hard coded email template path (#31321) 2021-12-13 14:03:45 -07:00
roykho 26121fa059
Designate root level eslint config 2021-12-13 08:13:40 -08:00
Roy Ho b12de19975
Merge pull request #31356 from woocommerce/prevent-npm
Prevent npm
2021-12-10 12:26:43 -08:00
roykho 56ebc90674
Remove remaining gitignore item 2021-12-10 11:18:21 -08:00
jamelreid ac83762aca Disabled jest retries by default 2021-12-10 11:02:21 -05:00
jamelreid b4d0bc0dab Enabled jest retries locally 2021-12-10 11:01:58 -05:00
jamelreid feec71249a Updated paths in READMe.md 2021-12-10 10:22:08 -05:00
Jamel Noel Reid 22721e0a70
Merge pull request #31336 from woocommerce/add/jest-retry
Retry failed E2E tests using Jest
2021-12-10 07:46:09 -05:00
Vedanshu Jain bd5cf4adca
Merge pull request #31373 from woocommerce/fix/28459
Db version option consistency
2021-12-10 16:15:02 +05:30
jamelreid 68ca895e8b Removed parameter 2021-12-09 16:46:55 -05:00
Ron Rennick c5300e7a67 undo unintended changes to default.json 2021-12-09 17:08:48 -04:00
Greg c6cdf87aa7 Remove standalone run and add to smoke and release testing 2021-12-09 14:07:13 -07:00
Ron Rennick cf66823a55 add changelog and readme 2021-12-09 16:53:06 -04:00
Tam Mullen 108cb721dc
Merge pull request #30944 from woocommerce/try/gh-issue-forms
Try GitHub Issue Forms
2021-12-09 20:29:14 +00:00
Jeff Stieler 7f86a45292
Adds the image size to gallery nav (waiting the image load) (#31407)
* adds the image size to gallery nav

* replaces tabs with spaces

Co-authored-by: Erik Golinelli <erik@codekraft.it>
2021-12-09 13:22:07 -07:00
Greg 9621e13de5 Run the plugin test on PR 2021-12-09 09:01:37 -07:00
Greg 4a577e9f1e Added some more plugins 2021-12-09 08:58:08 -07:00
roykho f5b4c86e8e
Move ignore file to root level 2021-12-09 06:21:01 -08:00
Greg 44eedb0ee9 Run on trunk code 2021-12-08 17:23:00 -07:00
Greg 24f2f55742 Use a different syntax 2021-12-08 16:40:42 -07:00
Ron Rennick 2c5bed66e7 use path.sep throughout scaffolding 2021-12-08 19:38:45 -04:00
Ron Rennick 3041bb25fa add uninstall feature 2021-12-08 19:08:29 -04:00
Greg 287df6e10b Update workflow name 2021-12-08 15:58:58 -07:00
Greg 473c4e5279 Added upload and test functionality 2021-12-08 15:56:42 -07:00
Ron Rennick 036ab6a464 simplify core test scaffold, add default setup 2021-12-08 16:56:53 -04:00
Ron Rennick 2698cb36ff add overwrite confirmation 2021-12-08 15:12:27 -04:00
jamelreid 17d2c25ae5 Added comment 2021-12-08 14:03:08 -05:00
jamelreid 1a5c44c472 Exported all methods from jest-object.config 2021-12-08 14:01:00 -05:00
jamelreid 6086223708 Added setupJestRetries to beforeAll block 2021-12-08 14:00:31 -05:00
jamelreid a6f51a9a39 Added default param and exported all methods 2021-12-08 14:00:02 -05:00
jamelreid 1f14d557dd Updated README.md with jest retry documentation 2021-12-08 13:59:10 -05:00
jamelreid fecbeac4ad Updated CHANGELOG.md 2021-12-08 13:44:58 -05:00
Greg fedb5e9677
Merge pull request #31199 from woocommerce/add/api-tests-add-complex-order
Test for adding a complex order
2021-12-08 11:23:10 -07:00