roykho
6e5d61da0b
Test pr smoke test workflow
2022-04-21 11:29:53 -07:00
Roy Ho
018da05414
Merge branch 'trunk' into workflow/caching-3
2022-04-21 10:29:24 -07:00
Jorge A. Torres
fa50906e3e
Merge pull request #32687 from woocommerce/fix/29705-tests-install
...
Add pre-req checks to tests suite installation script.
2022-04-21 14:24:51 -03:00
Joel Thiessen
6f4bb7050d
Merge pull request #32528 from woocommerce/update/32508_pnpx_deprecated
...
Updating all instances of now-deprecated `pnpx` to `pnpm dlx`
2022-04-21 10:16:31 -07:00
roykho
bd23093c42
Refactor caching for workflows
2022-04-21 09:45:12 -07:00
Néstor Soriano
22b86726ea
Merge pull request #32610 from woocommerce/fix/32600-vietnam
...
Display but do not require Street Address 2 for Vietnam.
2022-04-21 17:03:42 +02:00
Claudio Sanches
d2a81d8807
Merge pull request #32711 from woocommerce/fix/beta-tester-build-scripts
...
Standardize builds steps for WooCommerce Beta Tester
2022-04-21 11:50:53 -03:00
Nestor Soriano
74b7f111ed
Fix indentation in one line of WC_Countries::get_country_locale
2022-04-21 16:20:48 +02:00
Vedanshu Jain
773d1e5f20
Merge pull request #32706 from woocommerce/remove-post_id-from-orders-table
...
Remove post_id column from orders table, use placeholder entries to find out of sync orders
2022-04-21 16:29:08 +05:30
Nestor Soriano
137ccbe7d1
Add changelog file
2022-04-21 10:42:49 +02:00
Nestor Soriano
a16a4deee7
Temporarily skip all the tests in WPPostToCOTMigratorTest
...
These tests fail because the code that migrates orders is still
not adapted to the removal of the post_id column in the orders table.
2022-04-21 10:24:15 +02:00
Nestor Soriano
87172da204
Add visibility modifiers to constants in DataSyncrhonizer.
2022-04-21 09:42:52 +02:00
Nestor Soriano
72db69f678
Adjust the queries for finding out of sync orders.
...
Change the queries from relying on the now removed orders.post_id
column to relying on the existence of placeholder records
in the posts table.
2022-04-21 09:42:52 +02:00
Nestor Soriano
2301903a31
Register the new shop_order_placehold post type.
...
This post type will be used for placeholder entries for orders
that are created in the orders table when orders->posts sync is off
(placeholder entries are created to reserve a proper order id)
2022-04-21 09:42:52 +02:00
Nestor Soriano
ad57fcf89a
Remove the post_id column from the orders table.
...
Note: column is just removed from the schema. No migration is added
to remove the column on existing instances, since the feature is
still in early stages of development.
2022-04-21 09:42:40 +02:00
Roy Ho
ff2d7d704a
Merge pull request #32680 from woocommerce/fix/e2e-builds-private-package
...
e2e-builds: Private package for build logic of e2e
2022-04-20 18:33:41 -07:00
Chi-Hsuan Huang
22575242e9
Merge pull request #32695 from woocommerce/fix/admin-two-column-tasks-types
...
Fix typescript type errors in react admin `./client/two-column/tasks`
2022-04-21 08:57:08 +08:00
Paul Sealock
3ff4b2f309
whitespace
2022-04-21 12:56:11 +12:00
Paul Sealock
03beccc5f2
add build to project.json
2022-04-21 11:47:49 +12:00
Paul Sealock
1be4162466
add changelogger and changelog entry
2022-04-21 11:39:41 +12:00
Paul Sealock
dab7e60971
Standardize Beta Tester build scripts
2022-04-21 11:17:59 +12:00
Moon
3f84e6e833
Merge pull request #32688 from woocommerce/fix/fix-client-shipping-typescript-errors
...
Fix typescript type errors in react admin ./client/shipping
2022-04-20 14:16:33 -07:00
Fernando
f2eb0602bb
Merge pull request #32630 from woocommerce/fix/32149_mark_marketing_task_as_complete
...
Mark marketing task as complete when an extension is installed
2022-04-20 18:07:55 -03:00
Fernando Marichal
48a3724d08
Fix installed extensions check
2022-04-20 11:57:02 -03:00
Chi-Hsuan Huang
754455460c
Fix two columns tasks
2022-04-20 16:24:58 +08:00
Chi-Hsuan Huang
41e5d1f630
Update pnpm-lock.yaml
2022-04-20 16:12:18 +08:00
Chi-Hsuan Huang
de5bf080e1
Add changelogs
2022-04-20 16:12:15 +08:00
Chi-Hsuan Huang
eb90be2050
Fix two-column-tasks type errors
2022-04-20 16:12:12 +08:00
Chi-Hsuan Huang
031cc79ab3
Update task types
2022-04-20 16:12:12 +08:00
Chi-Hsuan Huang
d6a8bbe2f2
Update onboaindg selector types
2022-04-20 12:48:24 +08:00
Chi-Hsuan Huang
5f1e177105
Convert woo data use-user-preferences.js to TS
2022-04-20 12:47:56 +08:00
Chi-Hsuan Huang
88fce4f5ab
Add @types/wordpress__core-data to woo data devDependencies
2022-04-20 12:47:12 +08:00
Ilyas Foo
62de7bae9c
Merge pull request #32662 from woocommerce/update/refactor-and-improve-tests-payments-task
...
Refactor and improve tests payments task
2022-04-20 10:38:28 +08:00
Chi-Hsuan Huang
16bf8cb87e
Merge pull request #32683 from woocommerce/fix/admin-payment-type
...
Fix typescript type errors in react admin `payments` & `payments-welcome`
2022-04-20 10:08:02 +08:00
Chi-Hsuan Huang
42c578ed22
Merge branch 'trunk' into fix/admin-payment-type
2022-04-20 10:07:53 +08:00
Claudio Sanches
a4fc48e110
Merge pull request #32651 from woocommerce/update/add-6.4.1-content
...
Updated `trunk` With WooCommerce 6.4.1 Content
2022-04-19 21:08:06 -03:00
moon
efb0285502
Add changelog
2022-04-19 10:54:39 -07:00
moon
08d3dc1a52
Fix type errors
2022-04-19 10:45:10 -07:00
barryhughes
42d369ecde
Add pre-req checks to tests suite installation script.
2022-04-19 10:38:57 -07:00
Moon
e6503e60cb
Merge pull request #32678 from woocommerce/fix/wp-admin-scripts-type
...
Fix typescript type errors in react admin `./client/wp-admin-scripts`
2022-04-19 09:08:11 -07:00
Ilyas Foo
e8d4591c24
Add changelog
2022-04-19 18:08:12 +08:00
Chi-Hsuan Huang
7514c2edce
Fix error type
2022-04-19 17:07:55 +08:00
Chi-Hsuan Huang
c23a8f7489
Update pnpm-lock.yaml
2022-04-19 17:01:46 +08:00
Chi-Hsuan Huang
98e3dd2192
Add changelogs
2022-04-19 16:41:03 +08:00
Chi-Hsuan Huang
f861dc4602
Fix woo admin payments & payment-weclome types
2022-04-19 16:31:15 +08:00
Chi-Hsuan Huang
a255013b61
Add @automattic/data-stores to @woommcerce/data dev deps
2022-04-19 16:30:48 +08:00
Chi-Hsuan Huang
345e4e1cf7
Update @woocommerce/data types
2022-04-19 16:30:02 +08:00
Chi-Hsuan Huang
95276dddfb
Make Pill classname optional
2022-04-19 16:29:36 +08:00
moon
32db78a76f
Remove PluginsStoreActions
2022-04-18 21:59:04 -07:00
Chi-Hsuan Huang
85324ea2cf
Merge pull request #32615 from woocommerce/update/admin-tsconfig-config
...
Update TS config to have an isolated TS environment for woo admin
2022-04-19 11:31:49 +08:00