roykho
6f61dd8088
Update cache paths
2022-04-27 09:05:01 -07:00
roykho
2798add11d
Add changelog
2022-04-27 08:56:14 -07:00
roykho
cc1fef5bcb
Try different port for K6 tests
2022-04-27 08:38:45 -07:00
Corey McKrill
d2c7e665f4
Remove outdated code comment
2022-04-27 09:47:08 -05:00
Corey McKrill
2c6bf681d2
Add changelog file
2022-04-27 09:47:08 -05:00
Corey McKrill
eedac60985
Update tests
2022-04-27 09:47:08 -05:00
Corey McKrill
7807c70549
Don't combine content and SKU search
...
We decided the performance hit was too great. So with this, you can
still use both the search and search_sku parameters at the same time
if you want, but the query will use `AND` so that there must be a
partial match from both fields rather than either field. To just search
SKUs, all that you need is the search_sku parameter.
2022-04-27 09:47:08 -05:00
Corey McKrill
b480d1362d
Ensure where clause gets nested correctly when terms are the same
2022-04-27 09:47:08 -05:00
Corey McKrill
029257be30
Refactor to use search_sku parameter
...
Instead of overloading the default search parameter.
This actually added a bit of complexity because it introduced the
possibility that a request could have both search and search_sku
parameters, and they might not be the same value.
I decided to handle the two cases differently: if both search strings
match, the assumption is that we're looking for a string in either the
content *or* the SKU field. However, if the the search strings are
different, the assumption is that we're looking for products with a
particular string in the content *and* a separate particular string
in the SKU.
New unit tests for this are still pending.
2022-04-27 09:47:08 -05:00
Jaclyn Chen
49743f5167
Add a new parameter `search_includes_sku` so that SKU search isn't included by default.
2022-04-27 09:47:08 -05:00
Jaclyn Chen
532c580081
Include sku partial match for products search.
2022-04-27 09:47:08 -05:00
barryhughes
72d196f398
Log if headers cannot be sent during a download error event.
2022-04-27 07:46:21 -07:00
roykho
e1499a1772
Update port
2022-04-27 07:45:10 -07:00
Claudio Sanches
9a71334fb1
Merge pull request #32782 from woocommerce/fix/failing-unit
...
Use glob pattern to cache multiple nested Composer vendor paths
2022-04-27 11:39:00 -03:00
Claudio Sanches
e82006cfc1
Merge pull request #32803 from woocommerce/update/woocommerce-blocks-7.4.3
...
Update WooCommerce Blocks to 7.4.3
2022-04-27 11:38:53 -03:00
vedanshujain
8629fcd929
Add changelog.
2022-04-27 20:07:20 +05:30
roykho
6a447065d8
Fix paths and cache composer
2022-04-27 07:29:33 -07:00
James Allan
2ae7eda512
Remove tax rounding of taxes displayed in items meta table
2022-04-27 19:46:15 +05:30
roykho
8d911cff6f
Remove makepot from build
2022-04-27 06:58:08 -07:00
roykho
e5bdd3fcd3
Refactor workflows to remove action-build step
2022-04-27 06:40:37 -07:00
tjcafferkey
5db9c600b5
Add changelog file
2022-04-27 13:43:59 +01:00
tjcafferkey
abe3d60361
Update woo-blocks to 7.4.3
2022-04-27 13:33:04 +01:00
Peter Fabian
68234755d9
Merge pull request #32685 from woocommerce/fix/32028-settings-method-exists-fatal
...
Address possible type error during install on PHP 8.x
2022-04-27 13:49:04 +02:00
Chi-Hsuan Huang
b938eb88f9
Update icons
2022-04-27 18:32:20 +08:00
Vedanshu Jain
e2489416b9
Merge pull request #32799 from woocommerce/pr/31788
...
Fix Latvian postcodes formatting
2022-04-27 13:26:18 +05:30
Ilyas Foo
5187a2d4bd
Changelog
2022-04-27 15:36:00 +08:00
Chi-Hsuan Huang
026a902fc1
Add changelog
2022-04-27 15:22:17 +08:00
Chi-Hsuan Huang
7eff6afd82
Add initial experimental-products component to show product stack component
2022-04-27 15:22:17 +08:00
Chi-Hsuan Huang
d4dbf2f1a3
Add product stack component
2022-04-27 15:22:17 +08:00
Ilyas Foo
5ca93ef00f
Remove note references
2022-04-27 14:56:15 +08:00
vedanshujain
b0748973a4
Add changelog.
2022-04-27 11:47:25 +05:30
vedanshujain
19d230af63
Merge latvian formatting test with other tests for DRY.
2022-04-27 11:40:51 +05:30
Saggre
46ae32161c
Remove duplicate tests
2022-04-27 11:37:09 +05:30
Saggre
004bfeabf5
Restore legacy tests
2022-04-27 11:36:43 +05:30
Saggre
fab094dcbe
Add wc_format_postcode tests for IE and PT postcodes
2022-04-27 11:35:50 +05:30
Saggre
80e8157c12
Move tests to new tests dir
2022-04-27 11:35:50 +05:30
Saggre
ec82f8865c
Restore legacy tests
2022-04-27 11:35:50 +05:30
Saggre
3081fa593f
Add wc_format_postcode tests to new test directory
2022-04-27 11:35:50 +05:30
Saggre
5991311a33
Add wc_format_postcode tests for IE and PT postcodes
2022-04-27 11:35:50 +05:30
Saggre
474494dcab
Add LV postcode formatting and tests
2022-04-27 11:35:50 +05:30
Moon
33cca70beb
Merge pull request #32789 from woocommerce/add/32788-add-experimental-import-products-task
...
Add experimental import products task feature flag & experimental-import-products component
2022-04-26 21:07:26 -07:00
moon
3b654321b1
Remove unnecessary style
2022-04-26 20:14:47 -07:00
roykho
57c1c0bc1c
Freeze Ubuntu release to 20.04 for best practice and consistency
2022-04-26 18:28:56 -07:00
moon
671ce7291c
Add changelog
2022-04-26 18:28:53 -07:00
Claudio Sanches
d880da05e4
Merge pull request #32756 from woocommerce/fix/hook_removal_from_32460
...
Re-introduce woocommerce_product_csv_importer_check_import_file_path as deprecated
2022-04-26 18:23:26 -03:00
moon
3d68bdbded
Add CardList component
2022-04-26 14:15:11 -07:00
Fernando Marichal
93b9c48a85
Fix link url
2022-04-26 17:17:45 -03:00
moon
7c32432bf1
Add feature flag experimental-import-products-task and base component
2022-04-26 13:03:30 -07:00
Jonathan Lane
08513fbb0d
Merge branch 'trunk' into fix/e2e-utils-shopper-searchForProduct
2022-04-26 11:01:09 -07:00
Jonathan Lane
58203cf7bc
Merge pull request #32713 from woocommerce/fix/e2e-utils-eslint-config
...
Fix/e2e utils eslint config
2022-04-26 09:55:13 -07:00