Claudio Sanches
ed4750f97a
Merge pull request #27715 from woocommerce/fix/post-merge-script-exit-status
...
Fix post-merge.sh exit status
2020-09-21 16:15:19 -03:00
Christopher Allford
fba5a46243
Integrated the API package into the utils package again to generate simple products
2020-09-21 11:22:43 -07:00
Christopher Allford
8e7ef263a2
Adjusted the package exports to be easier to consume
2020-09-21 11:21:35 -07:00
Ron Rennick
6a36bce334
tweak logic to use `woocommerce/*-*` templates in theme folder
2020-09-21 14:12:22 -03:00
Ron Rennick
bb6ded857d
phpcs fixes
2020-09-21 13:34:14 -03:00
Ron Rennick
57fa6aff83
update taxonomy template names from `_` to `-`
2020-09-21 13:30:29 -03:00
Alex Stewart
771ae98146
Update states array
...
Reconciled code sniffing violations unearthed by Travis CI build #31128 | job #31128.11
2020-09-21 00:19:29 -05:00
Alex Stewart
4498b481c3
Update states array
...
Reconciled code sniffing violations unearthed by Travis CI build #31127 | job #31127.11
2020-09-20 21:49:25 -05:00
Alex Stewart
440787d601
Update locale information
...
Minor discrepancy: 'lb' should be 'lbs', as is the standard in WooCommerce
2020-09-20 17:57:46 -05:00
Julia Amosova
12d546b280
Add `PUPPETEER_SLOWMO` to global process.env to enable it.
2020-09-20 15:34:47 -04:00
Alex Stewart
b58dc02183
Introduced fine-grained cultural adaptation for Jamaican-based WooCommerce stores
2020-09-20 14:10:27 -05:00
Rodrigo Primo
85c35a9ebd
Remove WC 4.5.0 changelog from readme.txt
...
Once WC 4.6.0 changelog is finsihed in changelog.txt, we need to copy it
to readme.txt.
2020-09-19 15:37:17 -03:00
Rodrigo Primo
f7d1fca384
Add WooCommerce Blocks changes to WC 4.6.0 changelog
2020-09-19 15:35:06 -03:00
Rodrigo Primo
6a641c4b1d
Bump WC version to 4.7.0
2020-09-19 15:24:12 -03:00
Rodrigo Primo
aaf4e189bb
Add WooCommerce 4.6.0 changes to the changelog
...
Still pending the changelog for WooCommerce Admin and WooCommerce Blocks
2020-09-19 15:21:39 -03:00
Renovate Bot
b1fb3dc5e0
Update dependency grunt to v1.3.0
2020-09-19 00:30:15 +00:00
Julia Amosova
c78051c7a5
Place back `scrollIntoView` to OBW e2e test.
2020-09-18 19:15:53 -04:00
Christopher Allford
b400e3bdb1
Merge pull request #27648 from woocommerce/package/e2e-environment/better-container-detection
...
Revise default version selection in @wordpress/e2e-environment
2020-09-18 16:07:09 -07:00
Julia Amosova
ff8e5bbc8b
Remove `scrollIntoView` from OBW e2e test as it is not needed.
2020-09-18 18:33:21 -04:00
Christopher Allford
27d8892b28
Merge branch 'master' into packages/factories-to-api-refactor
2020-09-18 14:45:39 -07:00
Christopher Allford
bf70a3ea74
Updated lock files
2020-09-18 14:43:00 -07:00
Christopher Allford
d22ed6547e
Merge branch 'master' into package/e2e-environment/better-container-detection
2020-09-18 14:32:11 -07:00
Christopher Allford
866ab47dda
Adjusted the exports for clarity of use
2020-09-18 14:26:00 -07:00
Julia Amosova
6a93c8dd68
Added note to README on how to use `PUPPETEER_SLOWMO` variable.
2020-09-18 16:53:48 -04:00
Christopher Allford
b3b92e2d4d
Separated the construction of factories & repositories from the models for simplicity
2020-09-18 13:53:10 -07:00
Julia Amosova
30c904db68
Added `headless` & `slowMo` flags back to Puppeteer config.
2020-09-18 16:39:45 -04:00
Rodrigo Primo
2100273398
Merge pull request #27712 from woocommerce/update/woocommerce-admin/1.6.0-beta.1
...
Bump woocommerce-admin to 1.6.0-beta.1
2020-09-18 17:32:28 -03:00
Julia Amosova
38f14747fa
Update commands that need to be run to build e2e test env.
2020-09-18 16:05:36 -04:00
Rodrigo Primo
7401982d37
Merge pull request #27047 from woocommerce/fix/26972
...
Removed Features settings and home screen option
2020-09-18 16:46:43 -03:00
Timmy Crawford
3def445592
Update composer.lock
2020-09-18 12:39:49 -07:00
Julia Amosova
68c06683e7
Add note regarding re-initializing test container when `docker:down/up`.
2020-09-18 15:26:50 -04:00
Julia Amosova
24b987a409
Add link to `Test Variables` section when mentioning changing the port.
2020-09-18 15:22:25 -04:00
Julia Amosova
6a562f8dfa
Correct type: from `MariaDV` to `MariaDB` throughout e2e README.
2020-09-18 15:17:59 -04:00
Rodrigo Primo
52e055368d
Merge pull request #26853 from woocommerce/fix/26173
...
deprecate wc-setup
2020-09-18 15:57:41 -03:00
Julia Amosova
085d7d884f
Add `Install NVM` section to README's Table of Contents.
2020-09-18 14:52:46 -04:00
Julia Amosova
2455a82f36
Add to README how to run tests using custom WP, PHP and MariaDV versions.
2020-09-18 14:48:26 -04:00
Rodrigo Primo
ac4c057740
Fix post-merge.sh exit status in some cases
...
This commit tweaks the function runOnChange() to make sure it always
returns the correct exit status. Before this change, this function would
return 1 instead of 0 when there was no change to composer.lock and
package-lock.json in the commits that were merged. This resulted in
husky mistakenly reporting a failure when actually the post-merge script
succeeded.
2020-09-18 15:46:58 -03:00
Julia Amosova
d66e7ef3b3
Update README with more accurate details on how to run e2e tests.
2020-09-18 14:30:54 -04:00
Ron Rennick
9ae1ba92c6
remove WC_Admin_Setup_Wizard_Tracking from tracking classes
2020-09-18 15:26:18 -03:00
Ron Rennick
0735ed9f40
Merge branch 'fix/26173' of github.com:woocommerce/woocommerce into fix/26173
2020-09-18 15:23:08 -03:00
Ron Rennick
4b3b40d42e
address feedback
2020-09-18 15:22:24 -03:00
Julia Amosova
98edbef9a9
Add missing headless flag for running e2e tests in dev mode.
2020-09-18 13:43:44 -04:00
Rodrigo Primo
f3191907d9
Add missing line break
2020-09-18 14:25:25 -03:00
Ron Rennick
43051a0950
update deprecation versions to 4.6.0
2020-09-18 13:16:46 -03:00
Ron Rennick
cca97599d7
only automatically create pages on new install
2020-09-18 13:10:11 -03:00
Ron Rennick
9915a5b142
merge master
2020-09-18 12:53:28 -03:00
Ron Rennick
6630f3fdba
remove class accidentally added to PR
2020-09-18 12:41:57 -03:00
Timmy Crawford
7d6ad8045b
Bump woocommerce-admin to 1.6.0-beta.1
2020-09-18 08:30:35 -07:00
Rodrigo Primo
d99053dbed
Update version in @since tag of the woocommerce_should_send_no_stock_notification filter
2020-09-18 12:08:36 -03:00
Rodrigo Primo
8be6dc5b96
Merge pull request #27634 from jondcampbell/master
...
Added filter for no stock notification emails
2020-09-18 12:07:04 -03:00