Niels Lange
301c6891b5
Replace ‘actions-ecosystem/action-remove-labels’ with ‘mondeja/remove-labels-gh-action’ ( https://github.com/woocommerce/woocommerce-blocks/pull/9173 )
...
* Replace ‘actions-ecosystem/action-remove-labels’ with ‘mondeja/remove-labels-gh-action’
* Adjust workflow
* Add test file for woocommerce/woocommerce-blocks#9173 (https://github.com/woocommerce/woocommerce-blocks/pull/9174 )
* Remove the file created for testing purpose (https://github.com/woocommerce/woocommerce-blocks/pull/9177 )
---------
Co-authored-by: Karol Manijak <karol.manijak@automattic.com>
2023-05-12 11:54:04 +07:00
dependabot[bot]
c54e60cac8
Bump dependabot/fetch-metadata from 1.3.6 to 1.4.0 ( https://github.com/woocommerce/woocommerce-blocks/pull/9303 )
...
Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata ) from 1.3.6 to 1.4.0.
- [Release notes](https://github.com/dependabot/fetch-metadata/releases )
- [Commits](https://github.com/dependabot/fetch-metadata/compare/v1.3.6...v1.4.0 )
---
updated-dependencies:
- dependency-name: dependabot/fetch-metadata
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alexandre Lara <allexandrelara@gmail.com>
2023-05-05 11:58:18 -03:00
Luigi Teschio
739fa60fea
Improve the E2E testing process with Playwright ( https://github.com/woocommerce/woocommerce-blocks/pull/9148 )
...
* Add Playwright infrastucture
* improve documentation
* improve type
* remove puppeteer tests
* fix wp-env.json
* add link on how run E2E tests
* chore on playwright.yml
* remove unnecessary flush command
* improve stability E2E test
* remove build:e2e-test command
* Update .github/workflows/playwright.yml
Co-authored-by: Niels Lange <info@nielslange.de>
* Update .github/workflows/playwright.yml
Co-authored-by: Niels Lange <info@nielslange.de>
* Update docs/contributors/contributing/e2e-guidelines.md
Co-authored-by: Albert Juhé Lluveras <contact@albertjuhe.com>
* Update docs/contributors/contributing/e2e-guidelines.md
Co-authored-by: Albert Juhé Lluveras <contact@albertjuhe.com>
* Update docs/contributors/contributing/e2e-guidelines.md
Co-authored-by: Albert Juhé Lluveras <contact@albertjuhe.com>
* remove emptyline and fix JSDoc warning
* add link about E2E guidelines
* fix theme name
* improve style
* improve markdown
---------
Co-authored-by: Niels Lange <info@nielslange.de>
Co-authored-by: Albert Juhé Lluveras <contact@albertjuhe.com>
2023-05-05 11:03:36 +00:00
Paulo Arromba
7fd3063239
re added codeql-analysis.yml ( https://github.com/woocommerce/woocommerce-blocks/pull/9253 )
2023-04-26 21:09:55 +01:00
Paulo Arromba
a50e2a91a5
Update CodeQL/Analyse ( https://github.com/woocommerce/woocommerce-blocks/pull/9156 )
...
* yaml format, typescript test
* removed codeql-analysis.yml
* typo fix for CI trigger
* Revert "removed codeql-analysis.yml"
This reverts commit 0badabe02a006fd7b1cffa9aac1eb2bc138ff964.
* re-add codeql-analysis.yml
* removed codeql-analysis.yml
2023-04-26 19:50:19 +01:00
Karol Manijak
948db63e95
Temporarily disable Playwright tests until the conflict with PHP version is resolved ( https://github.com/woocommerce/woocommerce-blocks/pull/9183 )
...
* Temporarily disable Playwright tests until the conflict with PHP versions is resolved
* Use a correct syntax
* Remove unwanted change
2023-04-24 16:57:38 +02:00
Roy Ho
bb28479db5
Update php installation link ( https://github.com/woocommerce/woocommerce-blocks/pull/9169 )
...
* Update php installation link
* Set temporary debugging
* Add an exception to ignore valid link check
2023-04-21 13:18:30 -07:00
Paulo Arromba
7c25db1c80
Add PHP 8.1/8.2 to unit testing matrix ( https://github.com/woocommerce/woocommerce-blocks/pull/8757 )
...
* Added PHP 8.1 to unit testing matrix
* Refactor unit testing to match Gutenberg repo 🤞
* Removed Gutenberg reference from debug information
* Updated image running phpunit binary
* Reverted image running phpunit binary
* Remove composer platform override
* Bump @wordpress/env and include phpunit
* Update phpunit and tests
* Change prefix
* Try admin context when install wc
* try wc install
* adjust phpunit config file
* Updated phpunit.xml.dist, composer.json and package.json
* Added PHP 8.1 to unit testing matrix
* Refactor unit testing to match Gutenberg repo 🤞
* Removed Gutenberg reference from debug information
* Updated image running phpunit binary
* Reverted image running phpunit binary
* Remove composer platform override
* Bump @wordpress/env and include phpunit
* Update phpunit and tests
* Change prefix
* Try admin context when install wc
* try wc install
* adjust phpunit config file
* Updated phpunit.xml.dist, composer.json and package.json
* Revert install changes
* updated npm packages
* updated composer lock
* updated check assets flow
* Updated check assets flow. Yaml file auto formatted.
* Updated check assets flow.
* Attempt at fixing E2E
* Reverted setup permissions step
* Add logging information to E2E
* Reverted E2E test flow
* test playwright perms fix
* test e2e perms fix
* test e2e perms fix
* test e2e perms fix
* test e2e perms fix
* languages update & debug
* languages update & debug
* revert
* force "@wordpress/env": "^4.9.0" on E2E
* update package lock
* update package lock
---------
Co-authored-by: Mike Jolley <mike.jolley@me.com>
Co-authored-by: Niels Lange <info@nielslange.de>
2023-04-21 12:07:37 +01:00
Karol Manijak
d5ae033b54
Update @actions/core and @actions/github ( https://github.com/woocommerce/woocommerce-blocks/pull/9133 )
...
* Update @actions/core and @actions/github
* Add rimraf as a script to avoid actions failing
* Bump AbleLincoln/push-to-sftp which supports Node 16
2023-04-20 16:46:01 +02:00
Roy Ho
642f227753
Add workflow to label community contributors ( https://github.com/woocommerce/woocommerce-blocks/pull/8995 )
...
* Add workflow to label community contributors
* Add action dependencies to package.json
2023-04-20 05:44:28 -07:00
dependabot[bot]
a3db0c9e78
Bump AbleLincoln/push-to-sftp from 1.2 to 2.0 ( https://github.com/woocommerce/woocommerce-blocks/pull/8597 )
...
Bumps [AbleLincoln/push-to-sftp](https://github.com/AbleLincoln/push-to-sftp ) from 1.2 to 2.0.
- [Release notes](https://github.com/AbleLincoln/push-to-sftp/releases )
- [Commits](https://github.com/AbleLincoln/push-to-sftp/compare/v1.2...v2.0 )
---
updated-dependencies:
- dependency-name: AbleLincoln/push-to-sftp
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-18 14:49:47 +02:00
Niels Lange
e7f8a8cb6e
WIP: Add Playwright setup ( https://github.com/woocommerce/woocommerce-blocks/pull/9034 )
...
* Set up Playwright
* Use caching in GitHub Actions
* Update tests/e2e-pw/README.md
Co-authored-by: Thomas Roberts <5656702+opr@users.noreply.github.com>
* Rename “{blockName}” to “{blockName} block”
* Disable “no-console” for setup and teardown files
* Remove obsolete log and adjusted disabled ESLint definition
* Remove conditional logic from actions/upload-artifact
---------
Co-authored-by: Thomas Roberts <5656702+opr@users.noreply.github.com>
2023-04-17 19:01:41 +07:00
Tom Cafferkey
a5025e0b70
Skip JSE2EWithGutenberg whilst we look into fixing failing tests due to GB update ( https://github.com/woocommerce/woocommerce-blocks/pull/8668 )
2023-03-08 14:28:47 +00:00
dependabot[bot]
7d2f86d10f
Bump dependabot/fetch-metadata from 1.3.1 to 1.3.6 ( https://github.com/woocommerce/woocommerce-blocks/pull/8361 )
...
Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata ) from 1.3.1 to 1.3.6.
- [Release notes](https://github.com/dependabot/fetch-metadata/releases )
- [Commits](https://github.com/dependabot/fetch-metadata/compare/v1.3.1...v1.3.6 )
---
updated-dependencies:
- dependency-name: dependabot/fetch-metadata
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alexandre Lara <allexandrelara@gmail.com>
2023-03-07 15:16:09 -03:00
Roy Ho
e8efd60d39
Add workflow to check valid links in all documentations ( https://github.com/woocommerce/woocommerce-blocks/pull/8496 )
...
* Add workflow to check valid links in all documentations
* Disable issue create link
* Correct storybook multiple components link
* Fix links
* Limit checks to certain paths
* Revert changes to contributors readme
2023-02-23 06:08:40 -08:00
Seghir Nadir
d3bda0f339
Pin node version in nightly build action ( https://github.com/woocommerce/woocommerce-blocks/pull/8476 )
...
* pin node version in nighlty build
* trigger action for this PR
* move step to its own file
* remove workflow_dispatch
* revert original trigger
---------
Co-authored-by: Saad Tarhi <saad.trh@gmail.com>
2023-02-22 07:57:58 +01:00
Alba Rincón
6d3ca74ba8
Update actions ( https://github.com/woocommerce/woocommerce-blocks/pull/8468 )
...
* Update ataylorme/eslint-annotate-action to use node 16
* Update preactjs/compressed-size-action to use node 16
* Update actions/upload-artifact to v3
2023-02-21 09:32:08 +01:00
Alba Rincón
1d3bbad9a5
Skip action when label present on the PR ( https://github.com/woocommerce/woocommerce-blocks/pull/8450 )
2023-02-17 09:32:50 +01:00
Niels Lange
3cb443ff67
Move notices to corresponding context ( https://github.com/woocommerce/woocommerce-blocks/pull/8228 )
...
* Updated package-lock.json
* fixed method sig
* PHP versions matrix
* removed extra space
* renamed step
* Update E2E and coding standards to use PHP 8.0
* Un-linted unit-tests.yml. Github flows use 4 spaces indent, while our .editorconfig file enforces 2 spaces.
* Refactor unit-tests.yml
* Linted unit-tests.yml to proper 2 space indents
* Removed composer caching
* Test without hacky permissions step
* Concurrency disable.
Jobs renaming.
* Add step to install wp-env for PHP unit tests.
* Another try at fixing perms for wp-env
* Another try at fixing perms for wp-env
* Restore missing steps
* Move notices to corresponding context
* Change `errorMessageContext` to `context`
* Fix MD lint errors
Co-authored-by: Paulo Arromba <17236129+wavvves@users.noreply.github.com>
2023-01-24 11:58:30 +07:00
Patricia Hillebrandt
9868d948a4
Dependabot: Enable auto-merge on pull requests. ( https://github.com/woocommerce/woocommerce-blocks/pull/8040 )
...
* Dependabot: Enable auto-merge on pull requests.
* Update auto-merge dependency list
* Update dependabot documentation and invert the order of the auto-merge action for clarity.
2023-01-02 11:06:25 +01:00
Tung Du
0a026ed81c
Create merge comments action ( https://github.com/woocommerce/woocommerce-blocks/pull/7973 )
2022-12-21 22:24:01 +07:00
dependabot[bot]
35b848f2c6
Bump act10ns/slack from 1 to 2 ( https://github.com/woocommerce/woocommerce-blocks/pull/7805 )
...
Bumps [act10ns/slack](https://github.com/act10ns/slack ) from 1 to 2.
- [Release notes](https://github.com/act10ns/slack/releases )
- [Changelog](https://github.com/act10ns/slack/blob/master/RELEASE.md )
- [Commits](https://github.com/act10ns/slack/compare/v1...v2 )
---
updated-dependencies:
- dependency-name: act10ns/slack
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-13 11:22:13 +00:00
dependabot[bot]
7162d8d493
Bump mshick/add-pr-comment from 1 to 2 ( https://github.com/woocommerce/woocommerce-blocks/pull/7806 )
...
Bumps [mshick/add-pr-comment](https://github.com/mshick/add-pr-comment ) from 1 to 2.
- [Release notes](https://github.com/mshick/add-pr-comment/releases )
- [Commits](https://github.com/mshick/add-pr-comment/compare/v1...v2 )
---
updated-dependencies:
- dependency-name: mshick/add-pr-comment
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mike Jolley <mike.jolley@me.com>
2022-12-12 16:50:01 +00:00
dependabot[bot]
26a5116fbf
Bump WebFreak001/deploy-nightly from 1.2.0 to 2.0.0 ( https://github.com/woocommerce/woocommerce-blocks/pull/7808 )
...
Bumps [WebFreak001/deploy-nightly](https://github.com/WebFreak001/deploy-nightly ) from 1.2.0 to 2.0.0.
- [Release notes](https://github.com/WebFreak001/deploy-nightly/releases )
- [Commits](https://github.com/WebFreak001/deploy-nightly/compare/v1.2.0...v2.0.0 )
---
updated-dependencies:
- dependency-name: WebFreak001/deploy-nightly
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-12 16:40:39 +00:00
dependabot[bot]
8acd0bfff6
Bump richardsimko/github-tag-action from 1.0.5 to 1.0.7 ( https://github.com/woocommerce/woocommerce-blocks/pull/7807 )
...
Bumps [richardsimko/github-tag-action](https://github.com/richardsimko/github-tag-action ) from 1.0.5 to 1.0.7.
- [Release notes](https://github.com/richardsimko/github-tag-action/releases )
- [Commits](https://github.com/richardsimko/github-tag-action/compare/v1.0.5...v1.0.7 )
---
updated-dependencies:
- dependency-name: richardsimko/github-tag-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-12 15:37:18 +00:00
Alex Florisca
62bda845d9
Update GH token to fine grained token ( https://github.com/woocommerce/woocommerce-blocks/pull/7887 )
2022-12-12 11:06:31 +00:00
Tung Du
8108f42c30
Refactor TypeScripts error monitoring workflow to avoid tracking checkstyle.xml ( https://github.com/woocommerce/woocommerce-blocks/pull/7717 )
2022-11-21 19:07:23 +07:00
Niels Lange
11815133d5
Fix various GitHub Actions warnings ( https://github.com/woocommerce/woocommerce-blocks/pull/7573 )
...
* Remove git checkout HEAD^2
* Add assertion to Cross-Sells e2e test
* Replace deprecated set-output calls
* bot: update checkstyle.xml
* Remove obsolete eslint-disable comment
* Change “actions/cache@v2” to “actions/cache@v3”
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-11-18 07:41:30 -08:00
Paulo Arromba
f857afae0f
Add PHP8 Unit Testing ( https://github.com/woocommerce/woocommerce-blocks/pull/7528 )
...
* fixed method sig
* Updated to @wordpress/env@5.5.0 and set default PHP 7.4 for wp-env.
* updated Coding Standards flow to use PHP 8.0
* Added comment to E2E flows explaining what PHP version is used
* Revert "Updated to @wordpress/env@5.5.0 and set default PHP 7.4 for wp-env."
This reverts commit 696cd7f42edc9d9726b777cf4f83a501a6d63936.
* Added comment to Unit test flows explaining what PHP version is used.
Specified PHP version on .wp-env.json
* Fixed composer-lock.json version.
* Updated tests to run on PHP Unit 9.2.6
* Updated tests to run on PHP 8
* Reverted test, mismatched results between local and pipeline
* Removed Todo
* Updated platform overrides
* Update Migrationb tests with Mockery for PHP8 compat
* try at PHP unit flow matrix
* Fix blocks.ini invalid config
* Temp disable E2E
* Downgraded woocommerce/woocommerce-sniffs as it introduced new sniffs we should be handling on a different PR
* re-enable E2E tests
* blocks.ini fix
* revert blocks.ini fix
* Update @wordpress/env
* remove .htaccess mapping
* Fix permissions for tests
* Debug permissions
* Attempt at perm fix
* Attempt at perm fix
* Downgraded @wordpress/env
* Another attempt at upgrade @wordpress/env
* Attempt at cleaning wp-env before run
* Attempt at destroying wp-env before run. Disabled E2E.
* Attempt at destroying wp-env before run.
* debug wp-env data
* attempt at deleting wp-env data (destroy won't work due to prompt)
* re-enable E2E
* Fix deprecation warnings
* Cleaned wp-env data for E2E
* Fix perms for E2E
* Updated RateLimitsTests
* debug
* Force 7.4 for wp-env
* Run sh outside of npm
* Reverted E2E flow
* reverted wp-env-config.sh debug test
* reverted .wp-env.json phpVersion force
* Update tests/php/StoreApi/Utilities/ProductQueryFilters.php
Co-authored-by: Mike Jolley <mike.jolley@me.com>
* Update tests/php/StoreApi/Routes/CartExtensions.php
Co-authored-by: Mike Jolley <mike.jolley@me.com>
* Update tests/php/StoreApi/Routes/CartItems.php
Co-authored-by: Mike Jolley <mike.jolley@me.com>
* Update tests/php/StoreApi/Routes/Products.php
Co-authored-by: Mike Jolley <mike.jolley@me.com>
* Update tests/php/StoreApi/Routes/ProductCollectionData.php
Co-authored-by: Mike Jolley <mike.jolley@me.com>
* Update tests/php/StoreApi/Routes/Batch.php
Co-authored-by: Mike Jolley <mike.jolley@me.com>
* Update tests/php/StoreApi/Routes/Checkout.php
Co-authored-by: Mike Jolley <mike.jolley@me.com>
* Update tests/php/StoreApi/Routes/CartCoupons.php
Co-authored-by: Mike Jolley <mike.jolley@me.com>
* Update tests/php/StoreApi/Routes/ProductAttributes.php
Co-authored-by: Mike Jolley <mike.jolley@me.com>
* Update tests/php/StoreApi/Routes/Cart.php
Co-authored-by: Mike Jolley <mike.jolley@me.com>
* downgraded @wordpress/env to v4
* Reverted back to reflection class for pivate attribs manipulation on tests
* reverted JS unit testing job name
* Update tests/php/StoreApi/Formatters/TestMoneyFormatter.php
Co-authored-by: Mike Jolley <mike.jolley@me.com>
* Typo fix
Co-authored-by: Mike Jolley <mike.jolley@me.com>
2022-11-09 15:28:08 +00:00
Alba Rincón
8df15079d0
Revert "Add milestone only when the PR is merged ( https://github.com/woocommerce/woocommerce-blocks/pull/7544 )" ( https://github.com/woocommerce/woocommerce-blocks/pull/7636 )
...
This reverts commit 2109f34275
.
2022-11-09 11:59:23 +01:00
Alba Rincón
2109f34275
Add milestone only when the PR is merged ( https://github.com/woocommerce/woocommerce-blocks/pull/7544 )
2022-11-09 09:59:56 +01:00
dependabot[bot]
173738b885
Bump WebFreak001/deploy-nightly from 1.1.0 to 1.2.0 ( https://github.com/woocommerce/woocommerce-blocks/pull/7557 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-07 08:43:25 +07:00
Luigi Teschio
a79bfba32c
Run Monitor TypeScript job on trunk branch ( https://github.com/woocommerce/woocommerce-blocks/pull/7571 )
...
* run job on trunk branch
* bot: update checkstyle.xml
* try now
* try now
* remove logging
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-11-02 12:43:14 +01:00
Luigi Teschio
5dc48d70b7
run job on trunk branch ( https://github.com/woocommerce/woocommerce-blocks/pull/7569 )
2022-11-02 11:58:03 +01:00
Luigi Teschio
6bbf96d06a
Add CI for monitoring TypeScript errors ( https://github.com/woocommerce/woocommerce-blocks/pull/6106 )
...
* Add a action that monitors TypeScript errors woocommerce/woocommerce-blocks#6068
Add a action that monitors TypeScript errors
* address feedback
* bot: update checkstyle.xml
* add @bartekbp/typescript-checkstyle as devDeps
* bot: update checkstyle.xml
* bot: update checkstyle.xml
* bot: update checkstyle.xml
* fix
* add checkstyle to .distignore
* add missing import
* address feedback
* fix error
* remove import
* fix name variable
* fix sort function
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Albert Juhé Lluveras <contact@albertjuhe.com>
2022-11-02 11:41:10 +01:00
Alex Florisca
f23f500388
Add a workflow for building nightly releases of the repo ( https://github.com/woocommerce/woocommerce-blocks/pull/7480 )
...
* Add a workflow for building nightly releases of the repo
* Added comment explaining where the release id comes from
* Update comment about id with the right id - doh
* Only deploy to wordpress.org for releases not pre-releases
2022-10-28 17:20:18 +01:00
Niels Lange
76d2616ff5
Remove “status: ready to merge” label after merge ( https://github.com/woocommerce/woocommerce-blocks/pull/7456 )
...
* Remove “status: ready to merge” label after merge
* Add GitHub Token
* Add helper file to test woocommerce/woocommerce-blocks#7456 (https://github.com/woocommerce/woocommerce-blocks/pull/7457 )
* Adjust trigger
* Adjust trigger
* Update merged-with-labels.yml
* Remove helper file to test woocommerce/woocommerce-blocks#7456 (https://github.com/woocommerce/woocommerce-blocks/pull/7458 )
* Add a test commit (https://github.com/woocommerce/woocommerce-blocks/pull/7493 )
* Remove the test commit
* Test update (https://github.com/woocommerce/woocommerce-blocks/pull/7497 )
* Revert "Test update (https://github.com/woocommerce/woocommerce-blocks/pull/7497 )" (https://github.com/woocommerce/woocommerce-blocks/pull/7498 )
This reverts commit 51c8638e71d00ac7ac5fc93cd2e36f884a3e4bc8.
Co-authored-by: Saad Tarhi <saad.trh@gmail.com>
Co-authored-by: Thomas Roberts <5656702+opr@users.noreply.github.com>
2022-10-27 17:29:12 +07:00
dependabot[bot]
5a8fc1a821
Bump actions/stale from 5 to 6 ( https://github.com/woocommerce/woocommerce-blocks/pull/7271 )
...
Bumps [actions/stale](https://github.com/actions/stale ) from 5 to 6.
- [Release notes](https://github.com/actions/stale/releases )
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/stale/compare/v5...v6 )
---
updated-dependencies:
- dependency-name: actions/stale
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alba Rincón <albarin@users.noreply.github.com>
2022-10-13 13:18:08 +02:00
Thomas Roberts
169869bd04
Use correct number of days and remove wording relating to closing the PR ( https://github.com/woocommerce/woocommerce-blocks/pull/7155 )
2022-10-10 11:11:34 +01:00
Thomas Roberts
8715fe1ce9
Add stale labels to PRs, exclude additional labels, prevent closing ( https://github.com/woocommerce/woocommerce-blocks/pull/7058 )
2022-09-13 11:18:31 -07:00
Luigi Teschio
e942ce8367
Update renovate configuration ( https://github.com/woocommerce/woocommerce-blocks/pull/6836 )
...
* delete renovate bot
* update renovate configuration
* try now
2022-08-04 11:06:13 +02:00
Luigi Teschio
36ecb2f6f9
delete renovate bot ( https://github.com/woocommerce/woocommerce-blocks/pull/6824 )
2022-08-03 14:00:15 +02:00
dependabot[bot]
e656f6b48f
Bump github/codeql-action from 1 to 2 ( https://github.com/woocommerce/woocommerce-blocks/pull/6700 )
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 1 to 2.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/github/codeql-action/compare/v1...v2 )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Luigi Teschio <gigitux@gmail.com>
2022-08-03 11:15:53 +02:00
dependabot[bot]
54ff4315f9
Bump AbleLincoln/push-to-sftp from 1.0 to 1.2 ( https://github.com/woocommerce/woocommerce-blocks/pull/6808 )
...
Bumps [AbleLincoln/push-to-sftp](https://github.com/AbleLincoln/push-to-sftp ) from 1.0 to 1.2.
- [Release notes](https://github.com/AbleLincoln/push-to-sftp/releases )
- [Commits](https://github.com/AbleLincoln/push-to-sftp/compare/v1.0...v1.2 )
---
updated-dependencies:
- dependency-name: AbleLincoln/push-to-sftp
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Luigi Teschio <gigitux@gmail.com>
2022-08-03 10:49:52 +02:00
Niels Lange
423fd29c0d
Add link to ZIP file only ones ( https://github.com/woocommerce/woocommerce-blocks/pull/6769 )
...
* Add link to ZIP file only ones
* Add text file for testing purposes
* Remove text file for testing purposes
2022-07-27 13:24:06 +02:00
Seghir Nadir
cf91d616e4
switch up token ( https://github.com/woocommerce/woocommerce-blocks/pull/6755 )
2022-07-26 17:26:26 +02:00
Niels Lange
91e498c28a
Generate ZIP file using GitHub Actions ( https://github.com/woocommerce/woocommerce-blocks/pull/6661 )
...
* Generate ZIP file using GitHub Actions
* Update generate-zip.yml
* Update generate-zip.yml
* Update generate-zip.yml
* Update generate-zip.yml
* Update generate-zip.yml
* Update generate-zip.yml
* Update generate-zip.yml
* Update generate-zip.yml
* Upload generate-zip.yml
* Update generate-zip.yml
* Update generate-zip.yml
* Update generate-zip.yml
* Update generate-zip.yml
* Update generate-zip.yml
* Update generate-zip.yml
* Update generate-zip.yml
* Update generate-zip.yml
* Update generate-zip.yml
* Create release for each PR in sub-repo
* Update generate-zip.yml
* Push release ZIP to woocommerce/woocommerce-blocks-releases
* Update generate-zip.yml
* Update generate-zip.yml
* Update generate-zip.yml
* Update generate-zip.yml
* Update generate-zip.yml
* Update generate-zip.yml
* Update generate-zip.yml
* Update generate-zip.yml
* Generate ZIP file using GitHub Actions
* Generate ZIP file using GitHub Actions
* Generate ZIP file using GitHub Actions
* Generate ZIP file using GitHub Actions
* Update generate-zip.yml
* Update generate-zip.yml
* Update generate-zip.yml
* Update generate-zip.yml
* Generate ZIP file using GitHub Actions
* Update .github/workflows/generate-zip.yml
Co-authored-by: Tarun Vijwani <tarun.vijwani@automattic.com>
* Rename temp folder to wc-blocks-pr-release__temp
Co-authored-by: Tarun Vijwani <tarun.vijwani@automattic.com>
2022-07-22 13:48:54 +02:00
Luigi Teschio
1761da37cd
fix E2E tests ( https://github.com/woocommerce/woocommerce-blocks/pull/6639 )
2022-07-18 11:38:49 +02:00
Alba Rincón
75184ae22d
Add migration strategy and load blockified templates ( https://github.com/woocommerce/woocommerce-blocks/pull/6538 )
...
* Increase `schema_version` to add the new `wc_blocks_use_blockified_templates` flag
If the schema version stored on the db is <= 260 means the plugin is being updated
to the new version and we should keep using the old templates, not the blockified ones.
* After the theme is switched we check if we need to update the flag to
start loading the blockified templates or not.
* Get the templates from the blockified folder if the flag is set to true on the db
* Add temporary blockified template for testing purposes
* Inline variable
* Improve comment
* Use blockified templates on new installs with block themes only
* Don't use blockified templates when switching to a non FSE theme
* Fix condition
* Add tests for the option value
* Move the check to use blockified templates
* WIP
* WIP
* Add migration strategy
* Move the blockified templates to the templates folder and filter them depending on the option
* Fix tests and start using the Options constants
* Fix migration, the `should_use_blockified_product_grid_templates` and tests
* Rename tests and move to Utils folder
* add Migration class test
* try
* remove PHP
* add composer
* Replace the blockified templates with a temporary version
* Fix tests
* add comment
* Add feature gating for experimental builds
* Inject the package to the controller
* test
* Change blocks.ini
* debug
* Remove debug info
* fix test
* fix tests
* try now
* using composer cache
* install deps
* test
* Remove unnecessary extra key
* Add cache actions
* Undo tests change
* Fix readme format
Co-authored-by: Luigi <gigitux@gmail.com>
2022-07-06 09:51:39 +02:00
Niels Lange
a748f533a8
Format Markdown files using wp-scripts ( https://github.com/woocommerce/woocommerce-blocks/pull/6462 )
...
* Format Markdown files using Prettier
* Format Markdown files using wp-scripts
* Adjust MD linting
2022-06-09 14:43:17 +02:00