sync: update workflows and build files from MokoJoomGallery #11

Merged
jmiller merged 18 commits from dev into main 2026-05-26 04:31:31 +00:00

18 Commits

Author SHA1 Message Date
Jonathan Miller 81be6970f1 sync: merge main into dev, resolve conflicts keeping dev versions [skip ci] 2026-05-25 23:25:13 -05:00
jmiller 18807888a2 sync: update composer.json from MokoJoomGallery [skip ci] 2026-05-26 04:13:23 +00:00
jmiller 32fea2a7c6 sync: update phpstan.neon from MokoJoomGallery [skip ci] 2026-05-26 04:13:23 +00:00
jmiller 8c80907b3d sync: update Makefile from MokoJoomGallery [skip ci] 2026-05-26 04:13:23 +00:00
jmiller 2357aacc21 sync: update pre-release.yml from MokoJoomGallery [skip ci] 2026-05-26 04:13:22 +00:00
jmiller 60fbd66fee sync: update update-server.yml from MokoJoomGallery [skip ci] 2026-05-26 04:13:22 +00:00
jmiller 2d662d3453 sync: update repo-health.yml from MokoJoomGallery [skip ci] 2026-05-26 04:13:21 +00:00
jmiller cabb6940e0 sync: update pr-check.yml from MokoJoomGallery [skip ci] 2026-05-26 04:13:21 +00:00
jmiller 8c5c5365a3 sync: update ci-joomla.yml from MokoJoomGallery [skip ci] 2026-05-26 04:13:21 +00:00
jmiller 523362395b sync: update auto-release.yml from MokoJoomGallery [skip ci] 2026-05-26 04:13:20 +00:00
jmiller f2bf61fe2e sync: update security-audit.yml from MokoJoomGallery [skip ci] 2026-05-26 04:13:20 +00:00
jmiller 8c2b4d2f29 sync: update notify.yml from MokoJoomGallery [skip ci] 2026-05-26 04:13:19 +00:00
jmiller 052537360b sync: update gitleaks.yml from MokoJoomGallery [skip ci] 2026-05-26 04:13:19 +00:00
jmiller 2d40037a8c sync: update cleanup.yml from MokoJoomGallery [skip ci] 2026-05-26 04:13:19 +00:00
jmiller 22bc471960 sync: update cascade-dev.yml from MokoJoomGallery [skip ci] 2026-05-26 04:13:18 +00:00
Jonathan Miller 3e75939a9f chore: cascade main -> dev [skip ci] 2026-05-24 14:49:19 -05:00
Jonathan Miller da61899072 chore(ci): replace inline bash with moko-platform CLI calls
Replace ~400 lines of inline bash in auto-release.yml and pre-release.yml
with calls to moko-platform CLI scripts:
- version_bump.php, changelog_promote.php, badge_update.php
- updates_xml_build.php (with stability suffixes)
- package_build.php, release_manage.php, release_cascade.php
- version_set_platform.php (with --stability flag)

Authored-by: Moko Consulting
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-05-21 21:28:50 -05:00
Jonathan Miller 89b9f34dbf fix(ci): repair corrupted YAML in workflow files
Python replacement introduced control char (0x01) instead of
backreference (\1) in sed commands. Fixed both workflows.

Authored-by: Moko Consulting

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-05-21 21:00:56 -05:00