Claudio Sanches
be4aacee93
Merge pull request #27483 from woocommerce/fix/27475
...
prevent regenerate image filter loop
2020-10-14 14:03:00 -03:00
Claudio Sanches
7d1ff1a655
Merge pull request #27310 from woocommerce/fix/27215
...
Fix deleting a tax class via WP CLI.
2020-10-14 14:00:33 -03:00
Vedanshu Jain
ae610d3f5f
Merge pull request #27492 from woocommerce/fix/api/229
...
Add User-friendly Attribute Names and Values to Order Line Items Metadata
2020-10-14 22:02:19 +05:30
Claudio Sanches
8f0f680c04
Merge pull request #27825 from woocommerce/renovate/husky-4.x
...
Update dependency husky to v4.3.0
2020-10-14 12:07:06 -03:00
Claudio Sanches
0a0707e9e3
Merge pull request #27838 from woocommerce/add/security-policy
...
Added security policy
2020-10-14 12:05:54 -03:00
Claudio Sanches
26028db176
Merge pull request #27961 from woocommerce/update/travis-configuration
...
Update Travis configuration for running unit tests
2020-10-14 11:56:35 -03:00
Claudio Sanches
02d622642e
Merge pull request #27944 from woocommerce/update/contributors-sh-list-of-ignored-users
...
Add github-actions[bot] to the list of ignored users
2020-10-14 11:54:21 -03:00
Claudio Sanches
1204c82817
Merge pull request #27943 from woocommerce/update-contributors-sh
...
Remove woocommerce-rest-api from contributors.sh
2020-10-14 11:54:02 -03:00
Claudio Sanches
74df88536c
Merge pull request #27962 from woocommerce/update-stable-tag
...
Update stable tag to WC 4.6.0
2020-10-14 11:00:35 -03:00
Rodrigo Primo
dfb8469195
Update stable tag to WC 4.6.0
2020-10-14 10:57:20 -03:00
Ron Rennick
b64374d962
revert accidental change to e2e package
2020-10-14 10:57:09 -03:00
Rodrigo Primo
ec1fd1f148
Merge pull request #27955 from woocommerce/update/woocommerce-admin/1.6.1
...
Update woocommerce-admin to 1.6.1
2020-10-14 10:39:30 -03:00
Ron Rennick
8ec54fabe0
phpcs fixes
2020-10-14 10:27:58 -03:00
vedanshujain
a332b399d3
Use variable instead of magic constants.
2020-10-14 18:50:44 +05:30
Ron Rennick
cd20044b13
Merge branch 'master' into fix/27215
2020-10-14 10:16:36 -03:00
Rodrigo Primo
cccbc83b3c
Bump the WP versions used in the Travis build jobs
2020-10-14 10:11:26 -03:00
Rodrigo Primo
22b231f6c4
Remove redundant Travis build job
...
This commit removes a redundant Travis build job that runs unit tests
against PHP 7.2 and the latest version of WP. A build job with the same
characteristics is alredy defined in
3bb94bc23f/.travis.yml (L20)
as if the WP version is not specified, the latest version is used
(3bb94bc23f/.travis.yml (L25)
).
2020-10-14 10:05:11 -03:00
vedanshujain
c01f32a390
Use default value if formatted value is not available
2020-10-14 14:51:19 +05:30
vedanshujain
8e12de5d3c
Merge branch 'fix/api/229-unit-test' of https://github.com/shiki/woocommerce into fix/api/229
2020-10-14 13:53:03 +05:30
Timmy Crawford
729086a583
Update woocommerce-admin to 1.6.1
2020-10-13 15:42:09 -07:00
Rodrigo Primo
3bb94bc23f
Merge pull request #27952 from woocommerce/fix/27950
...
restore shipping setup test
2020-10-13 17:28:55 -03:00
Ron Rennick
24713a45c3
restore shipping setup test
2020-10-13 16:15:07 -03:00
Claudio Sanches
e655b44717
Fixed coding standards
2020-10-13 22:32:32 +05:30
Shiki
1be78d1ebf
Use different terms to avoid clash with the similar V2 test
...
I suppose I could have deleted the attribute and term first but I think
this is better and shorter. Maybe.
2020-10-13 22:32:32 +05:30
Shiki
a9bf6b71ac
OrdersV2: Add test for line items meta_data
...
This currently fails because it's not implemented yet.
2020-10-13 22:32:32 +05:30
Shiki
871a9e0b8f
Add line items meta_data schema test for Orders V2 and V3
...
This currently fails because the expected meta_data properties are only
available in V3.
2020-10-13 22:32:32 +05:30
Shiki
c5fd3ed21c
WC_Tests_API_Orders: Add test data for site-level attributes
2020-10-13 22:32:31 +05:30
Shiki
62f1705690
WC_Tests_API_Orders: Rearrange order variable for clarity
2020-10-13 22:32:31 +05:30
Shiki
c16ec9bf54
WC_Tests_API_Orders: Rename first_meta_data to size_*
2020-10-13 22:32:31 +05:30
Shiki
a0d9b49e43
Add unit test for an Order's line item meta data.
2020-10-13 22:32:31 +05:30
Shiki
2e165e7558
Orders: Make display_key and _value meta available for v3 and v3
...
This resolves the intentionally failing
WC_Tests_API_Orders_V2::test_get_item_with_line_items_meta_data.
2020-10-13 22:32:31 +05:30
Shiki
a3f46e5526
Schema: Make display_key and *_value available for v3 and v2
...
This is just the schema and the actual functionality isn't implemented yet.
2020-10-13 22:32:30 +05:30
Shiki
b9ae830da5
Fix formatting in Orders V2 unit test
2020-10-13 22:32:30 +05:30
Shiki
f45e8b884b
Orders V3: Reuse WC_Order_Item->get_formatted_meta_data
...
Previously, I was using my own function. This time, we're using the function
available in WC_Order_Item but sanitizing the results after.
2020-10-13 22:32:30 +05:30
Shiki
2e92460df2
Orders V3: Include display_key and display_value in item meta_data
2020-10-13 22:32:30 +05:30
Shiki
d8ac282c80
Orders V3 Schema: Add display_key and display_value for meta props
2020-10-13 22:32:29 +05:30
Rodrigo Primo
f4316a0e9f
Add github-actions[bot] to the list of ignored users
...
This commit simply adds github-actions[bot] (a bot used in the
woocommerce-blocks repository) to the list of users ignored
by the bin/contributors.sh script.
2020-10-13 11:47:49 -03:00
Rodrigo Primo
9c943aaf1f
Remove woocommerce-rest-api from contributors.sh
...
Now that woocommerce-rest-api was merged back into the WC core
repository, we don't need to check contributions in the depreacted
woocommerce-rest-api repository.
2020-10-13 11:39:28 -03:00
Rodrigo Primo
16faf915e0
Merge pull request #27918 from woocommerce/update/woocommerce-admin/1.6.0
...
Update WooCommerce Admin to 1.6.0
2020-10-10 10:54:52 -03:00
Rodrigo Primo
5f5e739d7a
Update e2e test documentation to fix invalid example
...
This commit just updates the e2e test documentation to use a test file that exists in the section on how to run individual tests
2020-10-10 10:33:41 -03:00
Timmy Crawford
58f181e351
Update WooCommerce Admin to 1.6.0
2020-10-09 14:15:42 -07:00
Peter Fabian
85caf328b1
Merge pull request #27912 from woocommerce/fix-composer-install-no-dev-bin-not-installed
...
Fix "bin not installed" error on "composer install no-dev"
2020-10-09 10:43:16 +02:00
Nestor Soriano
d083a08a1f
Fix "bin not installed" error on "composer install no-dev"
...
We introduced the Composer Bin package as a dev dependency, and this
required a "composer bin install" post-install/update Composer command.
However when doing "composer install no-dev" this throws a
"Command 'bin' is not defined" error.
The solution is to add a dummy "bin" command in composer.json that
will run in lieu of the Composer Bin one when doing a no-dev install.
2020-10-09 08:21:57 +02:00
Néstor Soriano
c15488d840
Merge pull request #27830 from woocommerce/php8/fix-round-function-with-non-numeric-argument
2020-10-09 08:01:44 +02:00
Christopher Allford
f9ef91adc1
Merge pull request #27836 from woocommerce/packages/api/add/repository-listing
...
@woocommerce/api: Added list() repository operation and classes for managing store settings
2020-10-08 13:20:12 -07:00
Rodrigo Primo
6861fdab5d
Update @version in which a filter was added
2020-10-08 17:03:09 -03:00
Jon Campbell
0fedb0db7a
Added filter for low stock notification emails ( #27819 )
...
* Adding new filter for low stock notification
* Update class-wc-emails.php
fixing whitespace
2020-10-08 17:02:09 -03:00
Ron Rennick
c6cf81fb30
Merge pull request #27805 from woocommerce/fix/25962
...
Core E2E test package
2020-10-08 16:21:43 -03:00
Christopher Allford
1d0cbc8187
Merge branch 'master' into packages/api/add/repository-listing
2020-10-08 11:48:22 -07:00
Ron Rennick
31001036c9
Merge branch 'master' into fix/25962
2020-10-08 15:30:25 -03:00