Christopher Allford
cd8398bce9
Revert "Fix Code Sniff Action Change Detection" ( #40429 )
...
Revert "Fix Code Sniff Action Change Detection (#40400 )"
This reverts commit 9de59bf01f
.
2023-09-26 00:58:31 -07:00
RJ
bf80b7a534
add: use ai suggestions to populate color schemes in assembler hub ( #40377 )
2023-09-26 11:32:14 +08:00
Maikel David Pérez Gómez
cf58e827b0
Add missing help texts to sections in the Variations tab ( #40415 )
...
* Add description to Variation options and Variations sections
* Add changelog file
2023-09-25 21:40:40 -04:00
Jon Lane
9af1245d04
Add changelog
2023-09-25 15:57:16 -07:00
Jon Lane
7a303f259c
Check first element on the page
2023-09-25 15:53:18 -07:00
Veljko V
f9e05f620f
Add new E2E tests to cover Shopper Mini Cart ( #40380 )
...
* Add new E2E tests to cover Shopper Mini Cart
* Update test not to look for tax label and to check for 2 quantity price
2023-09-25 15:29:45 -07:00
Christopher Allford
9de59bf01f
Fix Code Sniff Action Change Detection ( #40400 )
...
* Adjusted PHPCS Workflow Change Detection
This _should_ hopefully fix the broken detection of
changed files for running the code sniffs.
* Change Test
* Core Change
* Removed Sniff Test
2023-09-25 13:25:44 -07:00
louwie17
48834f88be
Add global attribute terms filtering ( #40253 )
...
* Deprecate local_attributes and add attributes filter to variation endpoint
* Add test for variations attributes filter
* Add changelog
2023-09-25 16:10:38 -03:00
github-actions[bot]
1ca1536b31
Delete changelog files based on PR 40334 ( #40413 )
...
Delete changelog files for 40334
Co-authored-by: WooCommerce Bot <no-reply@woocommerce.com>
2023-09-25 13:57:47 -05:00
github-actions[bot]
d5fcd214c4
Delete changelog files based on PR 40282 ( #40408 )
...
Delete changelog files for 40282
Co-authored-by: WooCommerce Bot <no-reply@woocommerce.com>
2023-09-25 11:36:12 -07:00
github-actions[bot]
d1edec6331
Delete changelog files based on PR 40355 ( #40406 )
...
Delete changelog files for 40355
Co-authored-by: WooCommerce Bot <no-reply@woocommerce.com>
2023-09-25 13:26:17 -05:00
github-actions[bot]
15c9415ace
Delete changelog files based on PR 40367 ( #40404 )
...
Delete changelog files for 40367
Co-authored-by: WooCommerce Bot <no-reply@woocommerce.com>
2023-09-25 13:20:17 -05:00
github-actions[bot]
21dd36047a
Delete changelog files based on PR 40356 ( #40402 )
...
Delete changelog files for 40356
Co-authored-by: WooCommerce Bot <no-reply@woocommerce.com>
2023-09-25 13:11:41 -05:00
Alejandro López Ariza
cbe0db4d0f
Add new guide to decide if a PR is high impact. ( #40390 )
...
* Add new guide to decide if a PR is high impact.
* Fix markdown errors.
2023-09-25 10:46:37 -07:00
Ron Rennick
402d489999
add enhancement exclusion to stalebot config ( #40391 )
...
Co-authored-by: Ron Rennick <ronald.rennick@automattic.com>
2023-09-25 15:39:27 +02:00
Yordan Soares
b2bbe5e56a
Escape the default "Thank you" text instead of the filtered message ( #40353 )
...
* Escape the default "Thank you" text instead of the filtered message
Closes : #40329 and #40352
* Update plugins/woocommerce/templates/checkout/order-received.php
Co-authored-by: Leif Singer <github.2017@singer.sh>
* Bump template version to 8.3.0
* Add changefile(s) from automation for the following project(s): woocommerce
---------
Co-authored-by: Leif Singer <github.2017@singer.sh>
Co-authored-by: github-actions <github-actions@github.com>
2023-09-25 14:41:45 +02:00
Ilyas Foo
0b2ad50a21
CYS: Add homepage template AI completion and revamped header footer ( #40363 )
...
* Moved homepage templates, added header and footer to homepage templates, revamped templates to use metadata.
removed header and footer completion calls
* Lint
* Slight adjustment to completion prompt and changelog
* Lint
* Use header and footer in 'Change your homepage'
* Add test
* Lint
* Add back homepage templates exclusion header and footer for assembler use
* Add test for useHomeTemplates
* Lint
2023-09-25 18:30:31 +08:00
Dan Q
8685fd211e
Rather than adding border, add color to border of search box ( #40242 )
2023-09-25 10:35:38 +01:00
Dan Q
f0296485c3
Inconsequential change to trigger hooks again
2023-09-25 10:00:18 +01:00
github-actions
547ad79a5a
Add changefile(s) from automation for the following project(s): woocommerce
2023-09-25 08:34:22 +00:00
Dan Q
af10078e04
Inconsequential change to trigger hooks
2023-09-25 09:30:12 +01:00
Kader Ibrahim S
cdded7d426
Updates the marketing knowledgebase posts endpoint ( #40090 )
2023-09-25 11:07:55 +05:30
Veljko V
55c1bec490
Add new E2E tests to cover Shopper > Shop milestone ( #40244 )
...
* Add test to cover shopper tags and attributes
* Add new scenarios to complete a milestone
* Update comment in the code
2023-09-22 14:16:35 -07:00
And Finally
be6982432e
Marketplace: Reset search input when tab changes ( #40160 )
2023-09-22 16:55:16 +01:00
github-actions
b45119b6a7
Add changefile(s) from automation for the following project(s): woocommerce
2023-09-22 16:16:04 +01:00
raicem
15257f8761
Markatplace: Reset search input when tab changes
...
When tab is changed, `@woocommerce/navigation` package resets
the `term` query parameter. So `query.term` becomes undefined.
Adding the else block allows us to catch that case and then
we can reset the search input.
2023-09-22 16:16:04 +01:00
louwie17
247b8990d2
Add default price support to product variations ( #40343 )
...
* Optimize crud totalCount queries to avoid two requests
* Make use of same request params for totalCount as getVariations
* Add support for default_values when generating product variations
* Add test for default_values
* Add changelogs
* Only use default values of first variation
* Address some PR feedback
* Update types
2023-09-22 11:39:35 -03:00
Vedanshu Jain
94069bb4ff
Use correct feature name for back compat. ( #40367 )
2023-09-22 16:04:52 +02:00
RJ
f29f519526
add: save cys ai input and response to options ( #40330 )
...
* add: save cys ai input and response to options
* fix type error
2023-09-22 20:43:42 +08:00
Vedanshu Jain
687495a878
Add unit test around number of times order save is being called. ( #40241 )
2023-09-22 13:55:39 +02:00
Vedanshu Jain
9659fd3e20
Address conflict between HPOS & WP edit lock ( #40355 )
2023-09-22 16:08:52 +05:30
Vlad Olaru
ffcbc8e200
Remove Incentive dismiss survey modal custom button styling and defer to core styling ( #40334 )
2023-09-22 11:28:28 +03:00
Vedanshu Jain
b97eb19314
save hpos order data before clearing the order from cache ( #40282 )
2023-09-22 12:29:21 +05:30
Chi-Hsuan Huang
0c43712b68
[Customize Your Store] Hide color panel and fix nav links on WooExpress site ( #40326 )
2023-09-22 14:27:22 +08:00
Jorge A. Torres
f446315f32
Make sure orders are always saved with addresses indexes set ( #40332 )
...
* Make sure orders are saved with addresses indexes set.
* Add changelog
2023-09-21 16:44:22 -07:00
nigeljamesstevenson
3544ef300f
update correlation in performance requests ( #40359 )
...
* update correlation
* update correlation
2023-09-21 16:10:38 -07:00
Moon
ce7038d814
Remove unnecessary APIs calls when the setup tasklist is shown ( #40291 )
...
* Consider setup task hidden when activeSetupList is null
* Render ActivityPanel when the setup tasklist is hidden only
* Add changefile(s) from automation for the following project(s): woocommerce
---------
Co-authored-by: github-actions <github-actions@github.com>
2023-09-21 15:35:45 -07:00
Paul Sealock
fb557cf21f
Components: TreeSelectControl - Make sure individuallySelectParent value is preserved ( #40301 )
...
* make sure individually selected parent value is preserved
* Add changefile(s) from automation for the following project(s): @woocommerce/components
---------
Co-authored-by: github-actions <github-actions@github.com>
2023-09-22 10:20:08 +12:00
Jon Lane
3d451e75a6
Remove count because other tests may have orders
2023-09-21 15:09:28 -07:00
louwie17
bdbd590819
Fix product editor images block ( #40356 )
...
* Enqueue media utils which are required for images block
* Add changelog
2023-09-21 16:14:11 -03:00
Jorge Torres
46e437cbfd
Add changelog
2023-09-21 18:55:36 +01:00
Jorge Torres
5d7b2f36fc
Prevent conflict with WP’s post lock
2023-09-21 18:55:31 +01:00
Jorge Torres
92faebbe69
Handle change in name of order ID in list table
2023-09-21 18:55:11 +01:00
Jon Lane
20c5be1235
Merge branch 'trunk' into e2e/remove-obw-tests
2023-09-21 09:54:29 -07:00
Jon Lane
4c97b1bf17
Merge branch 'trunk' into e2e/update-order-to-cancelled
2023-09-21 09:52:55 -07:00
Jon Lane
eb495a0c33
Merge branch 'trunk' into e2e/bulk-update-order-status
2023-09-21 09:51:49 -07:00
nigeljamesstevenson
e0c44f07fb
test update for failing k6 tests ( #40350 )
2023-09-21 09:50:26 -07:00
Ron Rennick
087813f52d
Ignore some metadata in the HPOS verify tool ( #40338 )
2023-09-21 13:35:37 -03:00
Kader Ibrahim S
01b99e9803
Removes the default topic for unavailable topics.
2023-09-21 21:16:36 +05:30
Jorge Torres
10c66d2196
Ignore some metadata in HPOS verify tool.
2023-09-21 14:15:49 +01:00