Sam Seay
5becf47d60
Simplify turbo commands ( #34055 )
...
* Change package json commands and turbo repo config to allow for greatly simplifying running turbo
* Remove require-turbo script which was causing caching issues
* Colorize CI output from scripts
* Add missing changelog script to extend-cart-checkout-block
2022-08-05 12:03:17 +12:00
Jamel Noel Reid
c207005c85
Fix app root fetching when using PNPM version 7 ( #33929 )
...
* Updated to pass lint checks
* Used __dirname to determine package path
2022-07-27 14:13:17 -06:00
Lucas Bustamante
d239c17430
Fix e2e-environment lint ( #33867 )
...
* Fix e2e-environment lint
* Add changelog
2022-07-15 13:53:06 +02:00
Roy Ho
98cf4e7160
Add PR numbers to changelog entries on code freeze process ( #33627 )
...
* Add PR numbers to changelog entries on code freeze process
* Add markdown links to PR
2022-06-28 11:15:39 -07:00
Christopher Allford
6d0fc0d6ac
Expand Repository Development Documentation ( #33423 )
...
This commit reworks some of the documentation in the monorepo to better represent how to get started and develop projects in it.
2022-06-15 21:55:25 -07:00
Christopher Allford
b7931409f2
Migrate From Nx to Turborepo ( #33079 )
...
This replaces all `nx` commands with `turbo` commands and removes Nx from the repository. All of the `project.json` files have been removed and any commands that broke with Turborepo have been adjusted.
2022-06-09 14:40:07 -07:00
Christopher Allford
112b9ac67a
Prefixed Private JS Packages ( #33218 )
...
In order to ease the identification of private packages within the monorepo, this adds an `internal-` prefix to all of the current private packages. This makes it immediately clear when reviewing `packages/js` what is and isn't a private package.
2022-05-31 15:42:00 -07:00
Christopher Allford
ec2e90540e
Added Changelogs
2022-05-10 13:31:13 -07:00
Christopher Allford
37ad4c5a70
Converted Spaces To Tabs In JSON
...
Since we almost universally use tabs instead
of spaces, this commit replaces all of the spaces
with tabs in various JSON files across the monorepo.
2022-05-10 13:31:01 -07:00
Alejandro López Ariza
2886fede2c
Removed Jetpack Changelogger from test js packages as they follow another approach for handling changelogs. ( #32877 )
...
* Removed Jetpack Changelogger from test js packages as they follow another approach for handling changelogs.
* Removed composer.json from api-core-tests, e2e-core-tests, e2e-environmnet and e2e-utils as they are no longer needed.
* Removed postinstall script from api-core-tests, e2e-core-tests, e2e-environment and e2e-utils packages, since they will no longer have a composer.json file.
2022-05-10 13:11:19 +12:00
Paul Sealock
489ebf2cc6
Standardize linting: e2e js packages ( #32794 )
2022-05-05 15:02:50 +12:00
Christopher Allford
790d085f12
Merge pull request #32657 from woocommerce/refactor/standardize-postinstall
...
Utilize `post install` Script for Composer
2022-05-03 10:21:33 -07:00
roykho
c4a1fff367
Add changelog
2022-05-02 15:56:38 -07:00
roykho
d3423a5c8f
Remove gitignored file.
2022-05-02 15:46:46 -07:00
Christopher Allford
9a22c62505
Added Changelogs
2022-05-02 12:55:48 -07:00
Christopher Allford
7dc9c203f8
Added Missing `postinstall` Scripts
2022-05-02 12:55:48 -07:00
Christopher Allford
000f14be4a
Fixed Tabs
2022-05-02 12:55:48 -07:00
Christopher Allford
377b643720
Removed `prepare` Scripts
...
Thanks to our build orchestration tooling, there is
no reason for us to build all of the packages on
`install`. In cases where `prepare` was used to
build before packaging, this changes it to
`prepack` so it will run only under the correct
circumstances.
2022-05-02 12:55:48 -07:00
Jonathan Lane
31d4b8f7e7
Merge branch 'trunk' into fix/27902
2022-04-27 09:28:17 -07:00
Joel Thiessen
6f4bb7050d
Merge pull request #32528 from woocommerce/update/32508_pnpx_deprecated
...
Updating all instances of now-deprecated `pnpx` to `pnpm dlx`
2022-04-21 10:16:31 -07:00
Paul Sealock
87cc903b3a
changelof
2022-04-19 15:30:35 +12:00
Paul Sealock
4e700a35ca
Create a private package to house e2e build logic
2022-04-19 14:59:46 +12:00
Joel Thiessen
0a0c6b45cf
Merge branch 'trunk' into update/32508_pnpx_deprecated
2022-04-13 12:35:29 -07:00
Joel T
1c162a14d2
Updating all instances of pnpx to pnpm dlx/exec
2022-04-07 17:52:05 -07:00
Chi-Hsuan Huang
2b1f54b09d
Set up lint-staged configuration for each package
2022-04-06 17:31:32 +08: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
Lucas Bustamante
3253b1222f
Changelog
2022-04-01 17:00:18 +01: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
4c6989122d
Re-bump the compose spec version and remove restart policy again
2022-04-01 11:52:59 +01: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
Lucas Bustamante
11f456f058
Lower the compose spec version again
2022-03-31 17:33:49 +01:00
Lucas Bustamante
b26704791b
Re-add restart policy
2022-03-31 17:12:54 +01:00
jamelreid
c14a2f53b0
Updated CHANGELOG.md
2022-03-31 08:38:35 -05:00
jamelreid
6e296cab6c
Merge branch 'trunk' into e2e/db-healthcheck
2022-03-31 08:23:18 -05:00
Lourens Schep
c268e9c386
Add changelog
2022-03-30 12:38:48 -03:00
Lourens Schep
8dc7bfbb85
Use assets browser download url if it exists over archive tag name
2022-03-30 12:38:47 -03:00
Lucas Bustamante
18751588c0
Increase allowed retries just in case
2022-03-30 15:09:46 +01:00
Lucas Bustamante
c0fdf45c1c
Only start PHP containers after a successful healthcheck against DB
2022-03-30 15:03:30 +01:00
Chi-Hsuan Huang
11e2df64ca
Fix e2e-environment lint errors
2022-03-25 16:24:13 +08:00
Lourens Schep
4a76505fdf
Add comment for woocommerce-reset plugin addition
2022-03-24 14:11:18 -03:00
Lourens Schep
20c0c85f9c
Fix admin-e2e-test dependency and add new purchase task E2E test, also added the WooCommerce reset plugin
2022-03-24 14:08:03 -03:00
Christopher Allford
93e44b3628
Updated React Admin Build Output
...
This changes the output of the React-based
admin client from WooCommerce Admin to
an appropriate location in the core plugin.
2022-03-18 14:53:25 -07:00
Nestor Soriano
904ec4343c
Fix misc links in READMEs and GitHub templates.
2022-03-15 16:01:12 +01:00
Ron Rennick
8ef39e2269
Merge pull request #31909 from woocommerce/fix/31907
...
Exclude the project root when ran in GitHub CI
2022-02-23 11:34:29 -04:00