roykho
407d3b2ef7
Update e2e test pattern
2021-11-02 09:40:11 -07:00
roykho
c2c65586e7
Remove running of docker
2021-11-02 09:17:15 -07:00
roykho
9ccbf5fdd5
Run docker
2021-11-02 08:36:17 -07:00
Joshua T Flowers
ea857c73d6
Add WC Pay in person text ( https://github.com/woocommerce/woocommerce-admin/pull/7830 )
...
* Update WCPay in person text
* Remove div wrapping finish setup button
* Add changelog entry
* Add US specific WooCommerce Payment suggestion
* Allow different gateway suggestion IDs for wcpay
* Add older fallback version of WCPay
* Change check to dev version of 2.9.0
* Use 5.10.0-dev for WC checks
2021-11-02 09:03:04 -04:00
Adrian Duffell
d57232719d
Add Profile Notes ( https://github.com/woocommerce/woocommerce-admin/pull/7861 )
...
* Add wc-admin-update-store-details note
* Add wc-admin-complete-store-details note
* Add notes to daily cron
* Add conditional display of notes if in experiment
* Fix bug preventing control experience being cached in transient
* Add filtering of experiment notes in REST API
* Revert "Add conditional display of notes if in experiment"
This reverts commit 99908b83d7868ae69dd1ccca1b565ee2de4dff0d.
* Add changelog
* Update changelog
* Refactor experiment condition for performance
2021-11-02 13:01:31 +08:00
roykho
9356c1c230
Daily smoke test reinstate pattern
2021-11-01 21:51:31 -07:00
roykho
01117a2417
Add bck working directory so wc-e2e package is present
2021-11-01 21:09:52 -07:00
roykho
bb27fde3d1
Update daily smoke test pattern
2021-11-01 21:03:05 -07:00
roykho
06d241daf2
Update daily smoke test prereq install path
2021-11-01 20:49:52 -07:00
Roy Ho
99946dcb48
Merge pull request #31066 from woocommerce/smoketest
...
Use pnpm and update some paths
2021-11-01 20:34:13 -07:00
Moon
777c3a709a
Add two-columns class dynamically ( https://github.com/woocommerce/woocommerce-admin/pull/7878 )
2021-11-01 19:43:46 -07:00
Moon
5391b9e066
Remove store setup from the things to do list ( https://github.com/woocommerce/woocommerce-admin/pull/7876 )
2021-11-01 19:33:10 -07:00
roykho
5ee6461dd8
Added a manual trigger just to test
2021-11-01 18:36:49 -07:00
roykho
ac6de4e77b
Use pnpm and update some paths
2021-11-01 18:30:17 -07:00
Greg
574b5282a2
Fix imports
2021-11-01 14:40:03 -06:00
Greg
fabf6bf8c6
Code review feedback
2021-11-01 14:26:16 -06:00
louwie17
1af44c47fa
Add extra intl countries to WC Pay support ( https://github.com/woocommerce/woocommerce-admin/pull/7873 )
...
* Fix lint error
* Add changelog
2021-11-01 16:33:08 -03:00
Vedanshu Jain
d1dbfa38ba
Merge pull request #31059 from woocommerce/fix/typo-readme
...
Fixed typo in readme.
2021-11-01 16:49:55 +05:30
Peter Fabian
f7eeeacb10
Fixed typo in readme.
2021-11-01 11:43:26 +01:00
Greg
812b672c5e
Add in missing refunds test
2021-10-29 16:43:45 -06:00
Greg
c6d5e45123
More missing files
2021-10-29 16:40:27 -06:00
Greg
0c90cf09e6
Add in missing refund data
2021-10-29 16:14:49 -06:00
Greg
e45c270a51
Add file missing from merge
2021-10-29 15:33:37 -06:00
Greg
a28840b1d9
Merge branch 'trunk' of github.com:woocommerce/woocommerce into add/run-api-tests-on-pr
...
# Conflicts:
# .github/workflows/pr-build-and-e2e-tests.yml
# plugins/woocommerce/tests/e2e/core-tests/specs/merchant/wp-admin-product-import-csv.test.js
2021-10-29 15:31:48 -06:00
Greg
5ba261950c
Use category ID instead of category name
2021-10-29 15:19:14 -06:00
Rodel
d2c6ce622f
Corrected import path
2021-10-30 00:16:18 +08:00
Rodel
1850656a21
Add missing test data files in the new directory
2021-10-30 00:15:09 +08:00
Rodel
48c724d3d8
Remove unnecessary group tag
2021-10-30 00:13:24 +08:00
Rodel
28440b365e
Moved test to new directory
2021-10-29 23:51:05 +08:00
Barry Hughes
ec5ab7cdb5
Merge pull request #30997 from woocommerce/update/has-block-template-filter
...
Update has_block_template function to use apply_filters
2021-10-29 08:47:04 -07:00
Rodel
0fa113e29c
Merge branch 'trunk' into add/api-tests-orders-crud
2021-10-29 23:34:12 +08:00
Tom Cafferkey
f8eebbecbd
Update plugins/woocommerce/includes/class-wc-template-loader.php
...
Co-authored-by: Barry Hughes <3594411+barryhughes@users.noreply.github.com>
2021-10-29 16:16:10 +01:00
Rodel
e5dc415019
Changelog entry
2021-10-29 21:56:38 +08:00
Rodel
3e32581d0c
Added tests for Orders API CRUD methods
2021-10-29 21:54:31 +08:00
Joshua T Flowers
d5bdb285d8
Add marketing extensions back to obw ( https://github.com/woocommerce/woocommerce-admin/pull/7831 )
...
* Add back in extension list title
* Separate task list and obw plugin lists
* Remove mailpoet from basics list
* Bump extensions REST API to v3
* Add changelog entry
2021-10-29 08:47:05 -04:00
Tom Cafferkey
3047603e2b
Updated has_block_template to have type casting, added a block comment to the filter and updated filter prefix to use woocommerce_
2021-10-29 13:02:23 +01:00
Ilyas Foo
e73a4cd2ea
Add console warning on Inbox notes character limit ( https://github.com/woocommerce/woocommerce-admin/pull/7869 )
...
* Add initial console warning
* Update warning to include permalink to post
* Fix formatting for multiple notes
* Changelog
* Add dompurify
* Add translation
2021-10-29 18:15:42 +08:00
Paul Sealock
789d942f89
Update e2e package locations and add PNPM ( #30977 )
2021-10-29 08:32:31 +13:00
Peter Fabian
bc25115549
Merge pull request #31034 from woocommerce/tweak/readme-verbiage
...
Spotfix a few typos
2021-10-28 14:38:37 +02:00
Veljko
5c110acd4a
Add performance orders search
2021-10-28 13:52:12 +02:00
Ilyas Foo
d4e27ea3ea
Fix Tasklist UI illustrations styling ( https://github.com/woocommerce/woocommerce-admin/pull/7858 )
...
* Fix css styles
* Changelog
2021-10-28 16:02:56 +08:00
Joshua T Flowers
91473959c8
Update add task extension example ( https://github.com/woocommerce/woocommerce-admin/pull/7809 )
...
* Update task extension example
* Fix up namespaced classes
* Register task on init hook for REST usage
2021-10-27 15:03:27 -04:00
Ilyas Foo
96028ff055
Revert experiment task titles back to original ( https://github.com/woocommerce/woocommerce-admin/pull/7853 )
...
* Remove experiment task titles
* Changelog
2021-10-27 17:41:51 +08:00
Ilyas Foo
7ae80e7969
Change CTA text for personalize store task after completion ( https://github.com/woocommerce/woocommerce-admin/pull/7852 )
...
* Change CTA text for personalize store task after completion
* Changelog
2021-10-27 17:41:34 +08:00
Néstor Soriano
2d405cc8c1
Merge pull request #30901 from woocommerce/fix/30594-api-key-description-length
...
Fix Description Length Preventing REST API Key Creation
2021-10-27 11:10:24 +02:00
Néstor Soriano
59ab939282
Merge pull request #30935 from EvanHerman/trunk
...
Update locale-info.php
2021-10-27 09:57:44 +02:00
Néstor Soriano
33715a6d96
Merge pull request #30950 from woocommerce/add/enhance-unit-test-documentation
...
Add troubleshooting section to running unit test section
2021-10-27 09:22:58 +02:00
Nestor Soriano
14ebad52a6
Add "Troubleshooting" to the ToC in the unit tests README.
2021-10-27 09:20:33 +02:00
Moon
d97a45c432
Update experiment name ( https://github.com/woocommerce/woocommerce-admin/pull/7851 )
...
* Use UTC timezone for the month and year
* Include year
2021-10-26 20:09:26 -07:00
Moon
a90f80e838
Set the circle bg to transparent ( https://github.com/woocommerce/woocommerce-admin/pull/7849 )
2021-10-26 18:56:03 -07:00