Commit Graph

7145 Commits

Author SHA1 Message Date
vedanshujain b060e1b1f0 Dont use `list` format for php compatibility. 2022-04-22 14:28:55 +05:30
vedanshujain fa77484d59 Enable test back. 2022-04-22 14:28:30 +05:30
vedanshujain 39283ddc88 Applied coding standards. 2022-04-22 14:24:56 +05:30
vedanshujain e71f949edb Add changelog. 2022-04-22 14:24:56 +05:30
vedanshujain e042218135 Applied coding standards. 2022-04-22 14:24:56 +05:30
vedanshujain 773508d638 Applied coding standards. 2022-04-22 14:24:56 +05:30
vedanshujain c3de418298 Add value clause for better testing. 2022-04-22 14:24:56 +05:30
vedanshujain 1348215cfe Fixups for duplicate meta entries. 2022-04-22 14:24:56 +05:30
vedanshujain cc512927a7 Add support for multi-value migrations. 2022-04-22 14:24:56 +05:30
vedanshujain 91ca235889 Refactor meta migrator to follow pattern in meta to custom migrator. 2022-04-22 14:24:56 +05:30
vedanshujain 594385690a Add tests to check for duplicated meta records. 2022-04-22 14:24:55 +05:30
vedanshujain 594d63f0fb Add test for migrations. 2022-04-22 14:24:55 +05:30
vedanshujain af2b7dd972 Add source table name to prevent ambigious column names. 2022-04-22 14:24:55 +05:30
vedanshujain 21923f8630 Enable meta migrations. 2022-04-22 14:24:55 +05:30
Chi-Hsuan Huang 2ff94f5388 Fix history type error 2022-04-22 16:47:31 +08:00
Chi-Hsuan Huang 4ade171fd1
Merge pull request #32712 from woocommerce/fix/admin-remaining-task-types
Fix remaining typescript type errors in react admin
2022-04-22 15:31:06 +08:00
Chi-Hsuan Huang a6927c1621
Merge pull request #32698 from woocommerce/fix/admin-task-types
Fix typescript type errors in react admin `./client/tasks/task` & `./client/tasks/tests`
2022-04-22 14:48:51 +08:00
jonathansadowski 90c3147dee
Merge pull request #32689 from woocommerce/fix/core-build-scripts
Build Scripts: Make build and build:zip more intuitive
2022-04-21 16:50:07 -05:00
Joel Thiessen e488cb4095
Merge pull request #32723 from woocommerce/fix/32705
Fixing blank screen when Store Details task clicked on sectioned task list.
2022-04-21 11:32:10 -07:00
Josh Betz d0878cc3b6
Merge pull request #32686 from woocommerce/add/wctracker/dropins
Add dropins to WC Tracker data
2022-04-21 13:28:01 -05:00
Roy Ho 507c2cc5bf
Merge pull request #32724 from woocommerce/update/trunk-6.6
Prepare trunk for 6.6
2022-04-21 11:11:45 -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
Claudio Sanches c8d9be5bae Prepare trunk for 6.6 2022-04-21 13:52:32 -03:00
Joel T 24c55d6284 Adding changelog 2022-04-21 09:39:21 -07:00
Joel T 1ad61780fe Adding support for actionUrl to sectioned task list 2022-04-21 09:35:01 -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
Chi-Hsuan Huang 0308873d79 Turn on ForkTsCheckerWebpackPlugin in react admin 2022-04-21 13:18:24 +08:00
Chi-Hsuan Huang 841692d14d Add changelogs 2022-04-21 13:16:54 +08:00
Chi-Hsuan Huang 66deb864ab Fix reamining type errors 2022-04-21 13:10:56 +08:00
Chi-Hsuan Huang 71e9073c0b Fix remaining task type errors 2022-04-21 12:44:19 +08:00
Chi-Hsuan Huang 8aca258df8 Fix header utils 2022-04-21 11:07:25 +08:00
Chi-Hsuan Huang 4747d9af14 Add changelog 2022-04-21 09:04:32 +08:00
Chi-Hsuan Huang c5c1cf438a Fix task types 2022-04-21 09:04:32 +08:00
Chi-Hsuan Huang 1a0c940bdd Convert admin ./client/header/utils to TS 2022-04-21 09:04:32 +08: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 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