GrayBot
91bd008e62
chore: restore internal action refs to @main ( #283 )
2026-05-25 16:15:12 -04:00
GrayBot
36953b919c
chore: release 8.4.0 ( #282 )
2026-05-25 16:14:12 -04:00
dependabot[bot]
76eb9064ff
build(deps): bump actions/upload-artifact from 6 to 7 ( #272 )
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 6 to 7.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v6...v7 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-version: '7'
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>
2026-05-25 09:34:00 -04:00
GrayBot
147245e120
chore: restore internal action refs to @main ( #281 )
2026-05-25 09:33:37 -04:00
GrayBot
4df4b25e05
chore: release 8.3.0 ( #280 )
2026-05-25 09:31:20 -04:00
GrayBot
ebfdeb0b73
chore: restore internal action refs to @main ( #271 )
2026-05-17 19:18:30 -04:00
GrayBot
8a0f197a13
chore: release 8.2.0 ( #270 )
2026-05-17 19:17:32 -04:00
Damien Retzinger
0bf08ef692
feat(check-extension): allow configuraton via .github/check-extension.json ( #269 )
2026-05-17 19:09:18 -04:00
GrayBot
d07afbacd0
chore: restore internal action refs to @main ( #268 )
2026-05-17 18:02:52 -04:00
GrayBot
b71bb8b4aa
chore: release 8.1.0 ( #266 )
2026-05-17 17:43:18 -04:00
Damien Retzinger
8e82fcc893
fix(check-extension): only run coding-standard on most recent version of Magento ( #265 )
2026-05-16 12:44:56 -04:00
GrayBot
de7c47f07d
chore: restore internal action refs to @main ( #264 )
2026-05-14 13:53:32 -04:00
GrayBot
a2e3e7758b
chore: release 8.0.0 ( #263 )
2026-05-14 13:52:22 -04:00
GrayBot
9c56da774b
chore: restore internal action refs to @main ( #260 )
2026-05-13 19:58:46 -04:00
GrayBot
8c4fefd979
chore: release 8.0.0-rc.2 ( #259 )
2026-05-13 17:17:12 -04:00
Damien Retzinger
c5221f0d68
feat(check-extension): pass along COMPOSER_AUTH where needed ( #258 )
2026-05-12 21:33:12 -04:00
GrayBot
ff5f76339b
chore: restore internal action refs to @main ( #257 )
2026-05-10 18:40:04 -04:00
GrayBot
0df8ac6e57
chore: release 8.0.0-rc.1 ( #256 )
2026-05-10 18:38:05 -04:00
Damien Retzinger
22627e1000
feat(setup-magento): prevent Magento dir from being mirrored into vendor
2026-05-10 13:30:54 -04:00
Damien Retzinger
b0131f0fa0
fix(check-extension): prevent recursively mirroring _ghamagento into _ghamagento
2026-05-10 10:34:32 -04:00
GrayBot
23c77e10c8
chore: restore internal action refs to @main ( #254 )
2026-05-09 20:25:19 -04:00
GrayBot
5fb823da94
chore: release 8.0.0-rc.0 ( #253 )
2026-05-09 20:24:17 -04:00
Damien Retzinger
baef64bc0a
feat(check-extension): enable stamp caching ( #248 )
...
Adds an optional `stamp` boolean input on the public check-extension
workflow that is forwarded to cache-magento, plus the matching
`working-directory`. Internal CI exercises stamp:true.
2026-05-09 18:58:38 -04:00
Damien Retzinger
6a520d49fd
feat(check-extension): use setup-di-compile action in compile-extension job ( #240 )
2026-05-06 10:59:22 -04:00
GrayBot
1c312fe567
chore: restore internal action refs to @main ( #232 )
2026-05-01 07:56:31 -04:00
GrayBot
62d2aec976
chore: release 7.0.0 ( #230 )
2026-05-01 07:52:47 -04:00
GrayBot
93c0b480e2
chore: restore internal action refs to @main ( #229 )
2026-04-28 09:56:18 -04:00
GrayBot
28f9e498aa
chore: release 7.0.0-rc.0 ( #228 )
2026-04-28 09:52:54 -04:00
Damien Retzinger
3fad3a8995
feat(coding-standard): add missing composer_auth to require of magento-coding-standard
2026-04-27 14:03:12 -04:00
Damien Retzinger
d80befbe9b
fix(check-extension): mirror path repos to prevent symlink errors with template files ( #218 )
...
Composer installs path repositories as symlinks by default, which causes Magento's template engine to fail when resolving .phtml files. Setting `COMPOSER_MIRROR_PATH_REPOS=1` on all composer install steps forces a copy instead, matching how the package would be installed from Packagist in production.
Adds a .phtml template and an integration test to the demo package that
renders it via Magento's template engine. Without COMPOSER_MIRROR_PATH_REPOS=1
the path repo is installed as a symlink and the test fails; with mirroring
it passes.
Closes #217
2026-04-26 23:05:21 -04:00
Damien Retzinger
d5c744e155
feat(coding-standard)!: remove pr-diff feature and built-in php setup ( #224 )
...
BREAKING CHANGE: Much of the "setup" that's built-into the command is removed in favor of a leaner action. This also includes the "on PR, only diff PR contents" behavior. This can be restored, but it shouldn't be the default and should be done as an input.
Fix SEVERITY_FLAGS construction which exited 1 under bash -e when
severity inputs were empty, causing CI failures.
2026-04-26 22:51:44 -04:00
Damien Retzinger
8f3c6eb927
refactor(cache-magento): remove unused mode cache arg ( #220 )
2026-04-26 21:31:21 -04:00
David Lambauer
7799f0f9bf
fix(check-extension): probe vendor dir for MageOS/Magento standards when running phpcs ( #216 )
...
Closes #213
2026-04-23 18:41:45 -04:00
Damien Retzinger
5f3ba73bc6
feat: use actions/upload-artifact@v6
2026-02-18 14:45:55 -05:00
Damien Retzinger
810a5705cf
feat(check-extension): prefer phpcs conf if it exists
2025-12-15 16:33:09 -05:00
Damien Retzinger
389830f189
ci: retain extensions key in integration tests
2025-12-15 14:50:10 -05:00
Damien Retzinger
87b8b80feb
feat(check-extension): add integration tests ( #205 )
2025-12-15 10:19:17 -05:00
Damien Retzinger
886bbbb9ba
feat(extension-check): support composer auth ( #204 )
2025-12-14 17:11:21 -05:00
Damien Retzinger
da59af27fa
feat(check-extension): add coding standard ( #203 )
2025-12-14 16:47:25 -05:00
Damien Retzinger
0c244f2f28
feat(check-extension): add setup:di:compile test ( #202 )
2025-12-14 15:58:40 -05:00
Damien Retzinger
1ab0330f1f
feat(check-extension): add new check-extension workflow ( #201 )
2025-12-14 15:50:36 -05:00