Jonathan Miller db7ed7fa59
Generic: Project CI / Tests (pull_request) Blocked by required conditions
Joomla: Extension CI / Tests (PHP 8.2) (pull_request) Blocked by required conditions
Joomla: Extension CI / Tests (PHP 8.3) (pull_request) Blocked by required conditions
Joomla: Extension CI / PHPStan Analysis (pull_request) Blocked by required conditions
Joomla: Extension CI / Build RC Pre-Release (pull_request) Blocked by required conditions
Universal: PR Check / Build RC Package (pull_request) Blocked by required conditions
Universal: PR Check / Report Issues (pull_request) Blocked by required conditions
Generic: Repo Health / Scripts governance (pull_request) Blocked by required conditions
Generic: Repo Health / Repository health (pull_request) Blocked by required conditions
Generic: Repo Health / Report Issues (pull_request) Blocked by required conditions
Universal: PR Check / Branch Policy (pull_request) Successful in 2s
Generic: Repo Health / Access control (pull_request) Successful in 1s
Joomla: Extension CI / Release Readiness Check (pull_request) Failing after 5s
Generic: Repo Health / Site Health (pull_request) Has been skipped
Universal: Secret Scanning / Gitleaks Secret Scan (pull_request) Successful in 7s
Universal: PR Check / Validate PR (pull_request) Failing after 8s
Universal: Pre-Release / Build Pre-Release (${{ inputs.stability || 'development' }}) (pull_request_target) Failing after 12s
Generic: Project CI / Lint & Validate (pull_request) Successful in 28s
Joomla: Extension CI / Lint & Validate (pull_request) Failing after 33s
Universal: Build & Release / Promote to RC (pull_request) Has been skipped
RC Revert / Rename rc/ back to dev/ (pull_request) Has been skipped
Branch Cleanup / Delete merged branch (pull_request) Failing after 1s
Universal: Workflow Sync Trigger / Sync workflows to live repos (pull_request) Failing after 1s
chore: remove deploy-manual.yml - Joomla deploys via update server
2026-06-18 12:57:35 -05:00

MokoStandards-Template-Joomla

Unified scaffolding templates for all Joomla extension types.

Structure

.gitea/workflows/     ← Standard 10-workflow CI/CD suite
types/
  plugin/             ← Joomla plugin scaffold
  template/           ← Joomla site template scaffold (full src/)
  module/             ← Joomla module scaffold
  component/          ← Joomla component scaffold
  package/            ← Joomla package scaffold
  library/            ← Joomla library scaffold

Usage

  1. Create a new repo from this template (or clone manually)
  2. Copy the relevant types/<type>/ content to your project root
  3. Customize the manifest XML, namespace, and source files
  4. Workflows are already configured — push to trigger CI

Shared Files

The root contains files shared by all extension types:

  • .gitea/workflows/ — CI/CD (auto-release, ci-joomla, pr-check, etc.)
  • .editorconfig, .gitignore, .gitattributes — editor/git config
  • composer.json, phpstan.neon, Makefile — build tooling
  • updates.xml — Joomla update server manifest template
  • LICENSE, SECURITY.md, CONTRIBUTING.md — standard docs

Workflow Suite (10 workflows)

Workflow Purpose
auto-release.yml Stable release on PR merge to main
pre-release.yml Manual dev/alpha/beta/rc builds
ci-joomla.yml PHP lint, PHPStan, coding standards
pr-check.yml PR gate: manifest + build validation
deploy-manual.yml Manual SFTP deploy
repo-health.yml Structure compliance checks
update-server.yml updates.xml validation
security-audit.yml Dependency vulnerability scanning
notify.yml ntfy notifications
cleanup.yml Merged branch + old run cleanup

Version Policy

  • Stable (PR merge to main): Minor bump (03.00.07 -> 03.01.00)
  • Pre-release (manual): Patch bump (03.00.07 -> 03.00.08)

Release Cascade

Higher releases auto-delete lower pre-release channels:

  • stable -> all | rc -> beta,alpha,dev | beta -> alpha,dev | alpha -> dev

Platform Type

.mokostandards platform: joomla-template or waas-component

Canonical Source

This repo is the single source of truth for Joomla workflows and scaffolding. Sync to production repos by copying .gitea/workflows/ from here.

License

GPL-3.0-or-later - Moko Consulting

S
Description
Unified Joomla extension scaffolding templates — plugin, template, module, component, package, library
Readme GPL-3.0
558 KiB
2026-06-18 17:46:15 +00:00
Languages
Markdown 46.8%
CSS 14.7%
PHP 11.9%
Shell 9.7%
Makefile 7.6%
Other 9.3%