Commit Graph

47400 Commits

Author SHA1 Message Date
Paul Sealock 659bf2d43c add additional script to core 2022-04-06 15:25:18 +12:00
Paul Sealock 407b225133 Move feature flag config files to Woocommerce plugin to support unit test execution in the wp-env environment. 2022-04-06 14:12:24 +12:00
Barry Hughes 73409592b7
Merge pull request #31185 from sicelo/rename
Rename Swaziland to Eswatini
2022-04-05 13:37:54 -07:00
jonathansadowski 90a545b013
Merge pull request #32450 from woocommerce/add/changelogger-validation
Add changelogger validation.
2022-04-05 14:11:33 -05:00
Barry Hughes dfbc71974b
Merge pull request #32350 from woocommerce/fix/relative-directory-handling
Enhance directory traversal handling/resolution.
2022-04-05 11:24:49 -07:00
Jorge A. Torres 394a9fa490
Merge pull request #30320 from erikdemarco/patch-2
Add new hooks to order-tracking form
2022-04-05 15:10:39 -03:00
Jorge A. Torres e72bc47535 Bump ‘form-tracking’ template version 2022-04-05 14:02:40 -03:00
Christopher Allford 5be65f39fd
Merge pull request #32474 from woocommerce/fix/isolate-development-environments
Isolate `wp-env` Environments
2022-04-05 09:57:26 -07:00
Jorge A. Torres 680ad9ceb8 Add docblocks to woocommerce_order_tracking_form hooks. 2022-04-05 13:55:25 -03:00
erikdemarco 28a5f7866b Update form-tracking.php 2022-04-05 11:16:33 -03:00
erikdemarco be8e0744e5 Add new hook to order-tracking
Add additional hook for order tracking, So developer can add additional field for example adding captcha field.
2022-04-05 11:16:33 -03:00
Vedanshu Jain 605fc47389
Merge pull request #32335 from woocommerce/fix/login-on-wc-auth-endpoint-for-sso
Changes to class-wc-auth that allows it to work with sso auth - update PR #29977
2022-04-05 11:05:38 +05:30
Christopher Allford 0204010b75 Moved `wp-env` File
Rather than having a root `wp-env` environment,
each project should define what it needs. This
prevents problems with shared WordPress installations
and plugin conflicts during development.
2022-04-04 15:18:30 -07:00
Jonathan Sadowski 3f05bdb90a Fix typo on git workflow description and filename 2022-04-04 13:29:44 -05:00
Jonathan Sadowski 28c31b7c38 Move changelogger-specific workflow to a linting workflow for monorepo 2022-04-04 13:23:12 -05:00
Jamel Noel Reid 8812feedaa
Merge pull request #32419 from woocommerce/e2e/db-healthcheck
Only start PHP containers after a successful healthcheck against DB
2022-04-04 04:09:24 -05:00
Jonathan Sadowski b997f18dd8 Add newline to EOF 2022-04-01 13:12:16 -05:00
Jonathan Sadowski b244db0e44 Update arguments parsing to use getopt, and add path option 2022-04-01 12:43:18 -05:00
Lucas Bustamante 3253b1222f Changelog 2022-04-01 17:00:18 +01:00
RJ feba6a8dcd
Merge pull request #32438 from woocommerce/fix/woocommerce-admin-i18n-textdomain
Replace i18n textdomain 'woocommerce-admin' with 'woocommerce'
2022-04-01 23:46:35 +08:00
jonathansadowski d062f2e5fa
Merge pull request #32366 from woocommerce/action/template
Add GH action to request template
2022-04-01 09:00:02 -05:00
Lucas Bustamante 20be0bc3e6 Wait as part of the up process 2022-04-01 14:37:47 +01:00
Lucas Bustamante c4fede5c43 Wait as part of the up process 2022-04-01 14:32:50 +01:00
Lucas Bustamante 476f30b3e0 Initialize if WordPress is not installed or page ready does not exist 2022-04-01 14:28:19 +01:00
Lucas Bustamante 253eedc516 Remove wait for it on wp-cli entrypoint 2022-04-01 14:27:47 +01:00
Lucas Bustamante 9b7485a449 Revert "Remove wait-for-it"
This reverts commit aefca35ad7.
2022-04-01 13:12:02 +01:00
Lucas Bustamante aefca35ad7 Remove wait-for-it 2022-04-01 13:11:57 +01:00
Lucas Bustamante d6a37a490e Merge branch 'trunk' into e2e/db-healthcheck 2022-04-01 11:53:55 +01:00
Lucas Bustamante 70c79662b3 Merge remote-tracking branch 'origin/e2e/db-healthcheck' into e2e/db-healthcheck 2022-04-01 11:53:35 +01:00
Lucas Bustamante 4c6989122d Re-bump the compose spec version and remove restart policy again 2022-04-01 11:52:59 +01:00
RJChow ce874e6a75 Temporary PHP lint suppression 2022-04-01 17:29:57 +08:00
RJChow 2c630ccd9e Manually change i18n text domain from 'woocommerce-admin' to 'woocommerce' in WCA JS packages .md files 2022-04-01 11:41:32 +08:00
RJChow 12a818c04d Codemod to change i18n text domain from 'woocommerce-admin' to 'woocommerce' in JS packages 2022-04-01 11:41:32 +08:00
RJChow 09a0d2568e Codemod to change php i18n text domain from 'woocommerce-admin' to 'woocommerce' in post-merge WCA folders 2022-04-01 11:41:32 +08:00
RJChow 6e8d620f00 Copied and modified package-update-textdomain.js script for modifying PHP i18n textdomain 2022-04-01 11:41:32 +08:00
RJChow 26ec889111 Manually change i18n text domain from 'woocommerce-admin' to 'woocommerce' in WCA Client .md files 2022-04-01 11:41:32 +08:00
RJChow 1ba60ee69d Codemod to change i18n text domain from 'woocommerce-admin' to 'woocommerce' in WCA Client 2022-04-01 11:41:32 +08:00
RJChow 6f23a5ae68 Introduce codemod for changing i18n text domain 2022-04-01 11:41:32 +08:00
Jonathan Sadowski 2c4e373192 Fix github action and correct error in detecting change file 2022-03-31 21:53:12 -05:00
Jonathan Sadowski e87cd7128b Add github workflow 2022-03-31 21:24:22 -05:00
rodelgc 989f50daa3
GH Action for generating reports in CI (#32375)
Added: CI job to upload API test reports on PR events.
2022-04-01 10:24:09 +08:00
Jonathan Sadowski 843d981198 Adapt check-changelogger-use from Jetpack for usage in WooCommerce monorepo 2022-03-31 20:42:54 -05:00
jamelreid ecb10f3908 Moved workaround step 2022-03-31 17:55:14 -05:00
jamelreid b99f0c6958 Removed unnecesssary installs 2022-03-31 17:33:28 -05:00
jamelreid 03d58e911d Changed docker up order 2022-03-31 17:08:52 -05:00
jamelreid 1b0405d81e Changed docker up order 2022-03-31 16:53:27 -05:00
Barry Hughes e32e410f62
Merge pull request #31292 from robertmassaioli/patch-1
The woocommerce_webhook_options needs webhook
2022-03-31 14:10:14 -07:00
jamelreid f381d6a583 Moved wait to docker up step 2022-03-31 14:07:17 -05:00
Fernando 610a48185c
Merge pull request #32408 from woocommerce/fix/32407_move_admin_e2e_tests
Add missing Admin e2e tests
2022-03-31 14:37:23 -03:00
jamelreid 470ab7786e Added wait for api tests 2022-03-31 12:24:43 -05:00