chore: merge dev into main [skip ci] #17

Closed
jmiller wants to merge 0 commits from dev into main
Owner
No description provided.
jmiller added 143 commits 2026-05-16 14:16:09 +00:00
fix: remove tag_exists gate from auto-release Step 7
Update Joomla Update Server XML Feed / Update updates.xml (push) Successful in 11s
Repo Health / Access control (push) Failing after 2s
Changelog Validation / Validate CHANGELOG.md (pull_request) Failing after 3s
Joomla Extension CI / Release Readiness Check (pull_request) Successful in 3s
Repo Health / Access control (pull_request) Failing after 2s
Standards Compliance / Secret Scanning (pull_request) Failing after 3s
Standards Compliance / License Header Validation (pull_request) Successful in 3s
Standards Compliance / Repository Structure Validation (pull_request) Successful in 3s
Standards Compliance / Coding Standards Check (pull_request) Failing after 4s
Standards Compliance / Workflow Configuration Check (pull_request) Failing after 3s
Standards Compliance / Documentation Quality Check (pull_request) Successful in 3s
Standards Compliance / README Completeness Check (pull_request) Successful in 3s
Standards Compliance / Git Repository Hygiene (pull_request) Successful in 2s
Standards Compliance / Script Integrity Validation (pull_request) Successful in 4s
Standards Compliance / Line Length Check (pull_request) Failing after 3s
Standards Compliance / Insecure Code Pattern Detection (pull_request) Successful in 2s
Standards Compliance / File Naming Standards (pull_request) Successful in 2s
Standards Compliance / Version Consistency Check (pull_request) Successful in 47s
Standards Compliance / Dead Code Detection (pull_request) Successful in 4s
Standards Compliance / File Size Limits (pull_request) Successful in 2s
Joomla Extension CI / Lint & Validate (pull_request) Failing after 1m10s
Joomla Extension CI / Tests (PHP 8.2) (pull_request) Has been skipped
Joomla Extension CI / Tests (PHP 8.3) (pull_request) Has been skipped
Standards Compliance / Binary File Detection (pull_request) Successful in 4s
Standards Compliance / TODO/FIXME Tracking (pull_request) Successful in 3s
Standards Compliance / Code Complexity Analysis (pull_request) Successful in 54s
Standards Compliance / Broken Link Detection (pull_request) Successful in 3s
Standards Compliance / Code Duplication Detection (pull_request) Successful in 58s
Standards Compliance / API Documentation Coverage (pull_request) Successful in 3s
Standards Compliance / Accessibility Check (pull_request) Successful in 3s
Standards Compliance / Performance Metrics (pull_request) Successful in 3s
Standards Compliance / Dependency Vulnerability Scanning (pull_request) Successful in 58s
Standards Compliance / Unused Dependencies Check (pull_request) Successful in 1m0s
Standards Compliance / Terraform Configuration Validation (pull_request) Successful in 5s
Standards Compliance / Enterprise Readiness Check (pull_request) Failing after 50s
Standards Compliance / Repository Health Check (pull_request) Failing after 50s
Sync Version from README / Propagate README version (pull_request) Failing after 36s
Repo Health / Release configuration (push) Has been skipped
Repo Health / Scripts governance (push) Has been skipped
Repo Health / Repository health (push) Has been skipped
Repo Health / Release configuration (pull_request) Has been skipped
Repo Health / Scripts governance (pull_request) Has been skipped
Repo Health / Repository health (pull_request) Has been skipped
Standards Compliance / Compliance Summary (pull_request) Failing after 2s
9c49727018
Step 7 already handles create vs update internally — the tag_exists
gate was preventing patch releases from updating the Gitea release.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
chore: add TODO.md from MokoStandards
Repo Health / Access control (push) Failing after 2s
Repo Health / Release configuration (push) Has been skipped
Repo Health / Scripts governance (push) Has been skipped
Repo Health / Repository health (push) Has been skipped
9bec46c446
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
jmiller added 1 commit 2026-05-16 14:35:07 +00:00
jmiller added 1 commit 2026-05-16 18:58:35 +00:00
jmiller added 1 commit 2026-05-16 22:19:20 +00:00
jmiller added 1 commit 2026-05-16 22:19:50 +00:00
jmiller added 1 commit 2026-05-16 22:19:50 +00:00
jmiller added 1 commit 2026-05-16 22:19:51 +00:00
jmiller added 1 commit 2026-05-16 22:57:26 +00:00
jmiller added 1 commit 2026-05-16 22:57:26 +00:00
jmiller added 1 commit 2026-05-21 20:44:15 +00:00
Implements heartbeat telemetry for WaaS dashboard monitoring:
- JSON health endpoint at /?mokowaas=health with token auth
- Database, filesystem, cache, and extension health checks
- Auto-generated API token (separate from Joomla user tokens)
- Grafana Infinity datasource auto-provisioning via REST API
- Shared dashboard with endpoint dropdown variable
- Auto-provision on plugin install/update via script.php
- Grafana plugin install via API (replaces deprecated CLI)
- Deprovisioning on disable (datasource cleanup)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
jmiller added 1 commit 2026-05-21 20:53:09 +00:00
Synced from Template-Joomla: pre-release.yml and auto-release.yml now
handle Joomla package extensions (type="package" with sub-extensions).

Authored-by: Moko Consulting

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
jmiller added 1 commit 2026-05-21 20:54:13 +00:00
Renamed .gitea/ to .mokogitea/ for MokoConsulting convention.
Updated release workflows with Joomla package type support.

Authored-by: Moko Consulting

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
jmiller added 1 commit 2026-05-21 20:56:24 +00:00
- Create .mokogitea/.moko-platform with 'joomla' platform identifier
- Add || true to find|grep|head pipelines in Detect Platform step
  to prevent grep exit-code 1 from killing the step under bash -e -o pipefail

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
jmiller added 1 commit 2026-05-21 20:56:45 +00:00
jmiller added 1 commit 2026-05-21 21:00:04 +00:00
rsync is not available in all runner containers (exit 127).
cp -a is universally available and handles the directory copy.
Excluded files are removed in a separate rm step.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
jmiller added 1 commit 2026-05-21 21:00:31 +00:00
jmiller added 1 commit 2026-05-21 21:00:31 +00:00
jmiller added 1 commit 2026-05-21 22:09:32 +00:00
jmiller added 1 commit 2026-05-21 22:19:24 +00:00
Authored-by: Moko Consulting

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
jmiller closed this pull request 2026-05-21 22:23:31 +00:00

Pull request closed

Please reopen this pull request to perform a merge.
Sign in to join this conversation.
No Reviewers
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/MokoWaaS#17