Christopher Allford
798e79f7b1
Added Monorepo Setup To Changelog Workflow ( #42002 )
2023-12-10 23:15:56 -08:00
Christopher Allford
00e1270a3a
Update project-pr-labeler.yml
2023-12-10 22:28:53 -08:00
Christopher Allford
acd52e56fb
Update project-pr-labeler.yml
2023-12-10 16:06:20 -08:00
Christopher Allford
59ba99f23a
Update project-pr-labeler.yml
2023-12-10 16:04:30 -08:00
Christopher Allford
2782a7bae9
Remove Unused Tools
2023-12-09 14:40:27 -08:00
Christopher Allford
9f3d4abaed
Disabled CI Install Filtering
...
There is currently a bug with `pnpm` that needs fixed first.
2023-12-09 14:40:27 -08:00
Christopher Allford
fa011a431b
Removed Unnecessary `run` From `pnpm`
2023-12-09 14:36:22 -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
a82e646157
Fixed Beta Tester Release Workflow
2023-12-09 14:31:11 -08:00
Christopher Allford
1e4d55b36a
Updated Documentation
2023-12-09 14:30:29 -08:00
Christopher Allford
ed690db902
Updated `setup-woocommerce-monorepo` Usage
2023-12-09 14:30:10 -08:00
Christopher Allford
6a2a2236c4
Testing Fix
2023-12-09 14:28:40 -08:00
Christopher Allford
5c2d838b6d
Moved Input Parsing
...
It looks like it may have been too late and not getting parsed?
2023-12-09 14:28:40 -08:00
Christopher Allford
56c92d39ed
Debug Logging
2023-12-09 14:28:40 -08:00
Christopher Allford
a41d0a96c8
Fix PNPM Install Caching
2023-12-09 14:28:40 -08:00
Christopher Allford
2c80c9d630
Added Required Shell
2023-12-09 14:28:40 -08:00
Christopher Allford
449e4358cf
More Fixes
2023-12-09 14:28:40 -08:00
Christopher Allford
e5eff12f79
Fixed Wrong Equality Operator
...
Too used to strict equality I guess :)
2023-12-09 14:28:40 -08:00
Christopher Allford
b0d896c3e3
Refactored Monorepo Setup Action
...
This makes some adjustments for consistency in style as well as making
improvements to usability and performance. It also updates all of the
pinned hashes to pull in any fixes that have been made.
2023-12-09 14:28:37 -08:00
Christopher Allford
95c33afa8a
Cache Fix Attempt
2023-12-09 14:26:36 -08:00
Christopher Allford
e40e63a75c
Fixed Matrix Generation Failure Evaluation
2023-12-09 14:26:36 -08:00
Christopher Allford
783efb70b1
Cache Fix Attempt
2023-12-09 14:26:31 -08:00
Christopher Allford
7805176ebf
Removed Unnecessary Caching
2023-12-09 14:25:33 -08:00
Christopher Allford
0879d998ed
Updated Monorepo Setup
2023-12-09 14:24:53 -08:00
Christopher Allford
5bbb9edc6d
Renamed WooCommerce Plugin Package
...
In order to prevent supply-chain attacks we have renamed
the package. The new name is `@woocommerce/plugin-woocommerce`.
2023-12-09 12:59:24 -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
Christopher Allford
88969742f2
Regenerate PNPM Lock File & Fix Errors ( #41830 )
2023-12-05 00:36:30 -08:00
nigeljamesstevenson
9cf42cfd36
Update smoke-test-daily.yml
2023-11-30 01:39:20 +00:00
nigeljamesstevenson
4dcb0ffd8a
Update smoke-test-daily.yml
2023-11-30 00:53:12 +00:00
paul sealock
cb3ed643c0
just use time
2023-11-28 12:33:48 +13:00
paul sealock
f4b788028f
fix quotes
2023-11-28 12:25:24 +13:00
paul sealock
9e7bf3d712
add time
2023-11-28 12:19:36 +13:00
paul sealock
f4bee14d01
here we go
2023-11-28 12:19:28 +13:00
paul sealock
670a35907e
oops
2023-11-28 12:12:29 +13:00
paul sealock
c686bfeb8a
here we go
2023-11-28 12:11:23 +13:00
paul sealock
afa636c379
try this
2023-11-28 12:04:29 +13:00
paul sealock
5af9ebc087
save
2023-11-28 12:03:09 +13:00
paul sealock
a9651ecf11
make better branch name
2023-11-28 11:49:59 +13:00
paul sealock
45e016703c
rename package release branch
2023-11-28 11:41:00 +13:00
Alejandro López Ariza
c9b478ce7d
Add new workflow to ping Slack every time a certain team is assigned as PR reviewer or tagged in a PR comment. ( #41067 )
...
* Add new workflow to ping Slack every time a certain team is assigned as PR reviewer or tagged in a PR comment.
* Fix workflow after getting feedback from review.
* Fix test-assistant-pr-review workflow so that it also triggers on PR review comments.
* Remove the pull_request trigger from test-assistant-pr-review.yml as it was added only to improve testability.
2023-11-27 21:39:32 +01:00
Jonathan Lane
595f99d933
Run daily smoke tests on wp-env ( #41560 )
...
* Run daily smoke tests on wp-env
* Add changelog
* Add step to install playwright to e2e tests
* Run k6 containers as e2e
* Get build first for k6
* Tweak for API report
* Change k6 tests back to non-local
---------
Co-authored-by: Jon Lane <jon.lane@automattic.com>
2023-11-23 12:41:27 +08:00
Ron Rennick
918c1bff3d
revert to v8
2023-11-16 18:58:20 -04:00
Ron Rennick
b5b364e902
revert stalebot to v8 and single run
2023-11-16 17:24:32 -04:00
Paul Sealock
251812232d
Package Release: Make sure git workspace is clean before releasing ( #41416 )
2023-11-17 08:44:22 +13:00
Ron Rennick
6402bf8aa3
use latest commit of stalebot action, tweak configuration accordingly ( #41305 )
...
* use latest commit of stalebot action, tweak configuration accordingly
* remove stalebot.js
* use default operations per run
---------
Co-authored-by: Ron Rennick <ronald.rennick@automattic.com>
2023-11-16 09:15:08 -06:00
rodelgc
62877a9d1d
Change plugin name to "Woo Subscriptions" in release and daily testing workflows ( #40460 )
...
* Update spec
* Update daily, release workflows
* Conditionally post slack summary
* Add changelog
2023-11-15 23:08:47 +08:00
Jonathan Sadowski
4d6d57e63c
Update code-freeze tool to work with accelerated
2023-11-13 15:24:21 -06:00
nigeljamesstevenson
db22b89d12
Delete .github/workflows/cot-build-and-e2e-tests-daily-wip.yml
2023-11-13 12:34:34 +00:00
Leif Singer
be76c3c341
update references to woocommerce.com to now reference woo.com ( #41241 )
2023-11-10 20:47:58 +01:00