Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/trunk' into fix/child-blocks-api…
Browse files Browse the repository at this point in the history
…-version-v3
  • Loading branch information
jeherve committed Jan 9, 2025
2 parents 3fe761d + 465ba79 commit 634fa79
Show file tree
Hide file tree
Showing 590 changed files with 29,519 additions and 9,953 deletions.
24 changes: 12 additions & 12 deletions .github/files/e2e-tests/e2e-matrix.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,95 +5,95 @@ const projects = [
{
project: 'Jetpack connection',
path: 'projects/plugins/jetpack/tests/e2e',
testArgs: [ 'specs/connection', '--retries=1' ],
testArgs: [ 'specs/connection' ],
targets: [ 'plugins/jetpack' ],
suite: '',
buildGroup: 'jetpack-core',
},
{
project: 'Jetpack pre-connection',
path: 'projects/plugins/jetpack/tests/e2e',
testArgs: [ 'specs/pre-connection', '--retries=1' ],
testArgs: [ 'specs/pre-connection' ],
targets: [ 'plugins/jetpack', 'monorepo' ],
suite: '',
buildGroup: 'jetpack-core',
},
{
project: 'Jetpack post-connection',
path: 'projects/plugins/jetpack/tests/e2e',
testArgs: [ 'specs/post-connection', '--retries=1' ],
testArgs: [ 'specs/post-connection' ],
targets: [ 'plugins/jetpack' ],
suite: '',
buildGroup: 'jetpack-core',
},
{
project: 'Jetpack post editor',
path: 'projects/plugins/jetpack/tests/e2e',
testArgs: [ 'specs/editor', '--retries=1' ],
testArgs: [ 'specs/editor' ],
targets: [ 'plugins/jetpack', 'packages/publicize' ],
suite: '',
buildGroup: 'jetpack-core',
},
{
project: 'Jetpack sync',
path: 'projects/plugins/jetpack/tests/e2e',
testArgs: [ 'specs/sync', '--retries=1' ],
testArgs: [ 'specs/sync' ],
targets: [ 'packages/sync' ],
suite: '',
buildGroup: 'jetpack-sync',
},
{
project: 'Jetpack Boost - Base',
path: 'projects/plugins/boost/tests/e2e',
testArgs: [ 'specs/base', '--retries=1' ],
testArgs: [ 'specs/base' ],
targets: [ 'plugins/boost' ],
suite: '',
buildGroup: 'jetpack-boost',
},
{
project: 'Jetpack Boost - Modules',
path: 'projects/plugins/boost/tests/e2e',
testArgs: [ 'specs/modules', '--retries=1' ],
testArgs: [ 'specs/modules' ],
targets: [ 'plugins/boost' ],
suite: '',
buildGroup: 'jetpack-boost',
},
{
project: 'Jetpack Boost - Critical CSS',
path: 'projects/plugins/boost/tests/e2e',
testArgs: [ 'specs/critical-css', '--retries=1' ],
testArgs: [ 'specs/critical-css' ],
targets: [ 'plugins/boost' ],
suite: '',
buildGroup: 'jetpack-boost',
},
{
project: 'Jetpack Boost - Page Cache',
path: 'projects/plugins/boost/tests/e2e',
testArgs: [ 'specs/page-cache', '--retries=1' ],
testArgs: [ 'specs/page-cache' ],
targets: [ 'plugins/boost' ],
suite: '',
buildGroup: 'jetpack-boost',
},
{
project: 'Jetpack Boost - Concatenate JS and CSS',
path: 'projects/plugins/boost/tests/e2e',
testArgs: [ 'specs/concatenate', '--retries=1' ],
testArgs: [ 'specs/concatenate' ],
targets: [ 'plugins/boost' ],
suite: '',
buildGroup: 'jetpack-boost',
},
{
project: 'Jetpack Boost - Image CDN',
path: 'projects/plugins/boost/tests/e2e',
testArgs: [ 'specs/image-cdn', '--retries=1' ],
testArgs: [ 'specs/image-cdn' ],
targets: [ 'plugins/boost' ],
suite: '',
buildGroup: 'jetpack-boost',
},
{
project: 'Jetpack Boost - Image Guide',
path: 'projects/plugins/boost/tests/e2e',
testArgs: [ 'specs/image-guide', '--retries=1' ],
testArgs: [ 'specs/image-guide' ],
targets: [ 'plugins/boost' ],
suite: '',
buildGroup: 'jetpack-boost',
Expand Down
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
node tools/js-tools/git-hooks/pre-commit-hook.js
node tools/js-tools/git-hooks/pre-commit-hook.mjs
3 changes: 1 addition & 2 deletions .phan/stubs/woocommerce-internal-stubs.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Stubs automatically generated from WooCommerce 9.5.1
* Stubs automatically generated from WooCommerce 9.7.0-dev
* using the definition file `tools/stubs/woocommerce-internal-stub-defs.php` in the Jetpack monorepo.
*
* Do not edit this directly! Run tools/stubs/update-stubs.sh to regenerate it.
Expand Down Expand Up @@ -43,7 +43,6 @@ public static function create_simple_product($save = \true, $props = array())
*/
class CustomOrdersTableController
{
use \Automattic\WooCommerce\Internal\Traits\AccessiblePrivateMethods;
}
/**
* This class is the standard data store to be used when the custom orders table is in use.
Expand Down
2 changes: 1 addition & 1 deletion .phan/stubs/woocommerce-payments-stubs.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Stubs automatically generated from WooPayments 8.6.1
* Stubs automatically generated from WooPayments 8.7.0
* using the definition file `tools/stubs/woocommerce-payments-stub-defs.php` in the Jetpack monorepo.
*
* Do not edit this directly! Run tools/stubs/update-stubs.sh to regenerate it.
Expand Down
Loading

0 comments on commit 634fa79

Please sign in to comment.