woocommerce/plugins/woocommerce-admin/tests
Joshua T Flowers 33a7cfa1b0 Store all order statuses (https://github.com/woocommerce/woocommerce-admin/pull/1285)
* Store all orders regardless of status in wc_order_stats

* Only query select statuses if status_is or status_is_not is not set

* Fix order stats example query

* Filter category store by default order statuses

* Add table_name to interval functions to avoid ambiguity

* Filter coupon store by default order statuses

* Fix interval stats by adding table_name to interval function

* Filter products store by default order statuses

* Remove unused order_status in coupons data store

* Store products with any order status

* Fix ambiguous order by call in products data store

* Apply status filter after other filters to avoid logical OR matching

* Store all coupon data regardless of order status

* Filter taxes by default order statuses

* Filter customer stats by default order status

* Filter default order statuses in variations data store

* Use excluded statuses to filter reports by default

* DRY up default excluded statuses query

* Fix up new orders data store after rebase
2019-01-16 10:23:00 +08:00
..
api Store all order statuses (https://github.com/woocommerce/woocommerce-admin/pull/1285) 2019-01-16 10:23:00 +08:00
framework/helpers Add v4 orders endpoint (https://github.com/woocommerce/woocommerce-admin/pull/1246) 2019-01-15 09:53:02 +08:00
js Add expected locale settings to JS test setup. 2018-12-18 15:46:46 -07:00
reports Add v4 orders endpoint (https://github.com/woocommerce/woocommerce-admin/pull/1246) 2019-01-15 09:53:02 +08:00
bootstrap.php Remove trailing slash on base_dir variable. (https://github.com/woocommerce/woocommerce-admin/pull/1078) 2018-12-12 13:13:49 -08:00
test-sample.php Fix linting errors in tests/test-sample.php 2018-10-23 09:57:45 -04:00