Vladimir Reznichenko
68532ce433
CI: update linting jobs to skip build step ( #49193 )
...
In this PR, we introduce changes to linting and PHPUnit jobs in order to speed them up: skip or minimize the build step.
2024-07-08 08:39:39 +02:00
Christopher Allford
d0d49b49f5
Fix Component Project Changelog Checking ( #42794 )
2023-12-13 15:41:11 -08:00
Christopher Allford
e9484c33f4
Removed Unnecessary `run` Usage
...
Since `pnpm` defaults to `run` unless a built-in
command exists we don't really need to use `run`.
2023-12-09 14:31:56 -08:00
Christopher Allford
8c6b414fe0
Revert "Refactoring Task Infrastructure" ( #41928 )
...
Revert "Refactored Task Infrastructure (#41202 )"
This reverts commit 96a973b9fa
.
2023-12-06 11:36:12 -08:00
Christopher Allford
96a973b9fa
Refactored Task Infrastructure ( #41202 )
...
* Fixed NPM packages with invalid names.
* Renamed plugin packages.
* Standardized package NPM scripts.
* Replaced Turborepo with Wireit.
2023-12-06 09:32:32 -08:00
Leif Singer
b01894f17b
Try: replace URL-encoded newlines with normal escaped newlines [WIP] ( #38170 )
...
replace URL-encoded newlines with normal escaped newlines
2023-05-09 10:02:47 +02:00
Chi-Hsuan Huang
5ab5afcb6f
Fix pnpm --filter path in check-changelogger error message ( #38157 )
...
Fix pnpm command in check-changelogger error message
2023-05-08 15:06:13 +02:00
Willington Vega
6377314b1b
Remove deprecated usage of `${var}` syntax in strings ( #36439 )
...
* issue-35763/fix-php-8.2-deprecation-warnings
* Declare $mockable_functions property
* Declare $mockable_classes property
* Fix deprecated usage of ${var} in strings
* Add changelog file
* Avoid using interpolation to create SQL statement
We could ignore the PHPCS error. However, ignoring the error leaves
PHPCS unable to detect future changes that may introduce unsafe
interpolation.
I think the more verbose approach is the safest approach in this
case.
* Ignore WordPress.DB.PreparedSQL.InterpolatedNotPrepared
There doesn't seem to be a way to use a variable name for the name of the table without
triggering a PHPCS error.
* Avoid interpolated passing interpolated variables to __()
* End inline comments with a full-stop
2023-01-17 10:47:00 +08:00
Roy Ho
b00e7ee445
Update PNPM commands in documentation post PNPM 7 update ( #34853 )
2022-09-27 13:55:31 -07:00
Christopher Allford
6457348a97
Validate React Admin Changelog Files ( #34520 )
...
This maps the changelog command of the React Admin in order to ensure that they're validated and able to be added.
2022-09-05 13:02:00 -07:00
AnnaMag
9853bd8991
Tooling: update the changelog addition command. ( #33628 )
...
Update changelog addition command.
2022-07-11 12:03:03 +02:00
jonathansadowski
1fe5137152
Update changelogger validation to work with turborepo ( #33388 )
...
* Update changelogger validation to work with turborepo
* Update file_get_contents call to include base_path
2022-06-10 15:23:14 -05: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
Paul Sealock
635e3f6449
PR Template: Remove suggestion to use affected for changelogs ( #32890 )
...
* Remove suggestion to use affected for changelogs
* Update message in changelogger validation
2022-05-11 07:49:23 +12: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
Jonathan Sadowski
2c4e373192
Fix github action and correct error in detecting change file
2022-03-31 21:53:12 -05:00
Jonathan Sadowski
843d981198
Adapt check-changelogger-use from Jetpack for usage in WooCommerce monorepo
2022-03-31 20:42:54 -05:00