Public Access
3164f21ba9
Universal: PR Check / Branch Policy (pull_request) Successful in 1s
Generic: Repo Health / Access control (pull_request) Successful in 2s
Generic: Repo Health / Site Health (pull_request) Has been skipped
Universal: PR Check / Validate PR (pull_request) Successful in 9s
Universal: PR Check / Secret Scan (pull_request) Successful in 14s
Universal: Pre-Release / Build Pre-Release (${{ inputs.stability || github.ref_name }}) (push) Successful in 16s
Generic: Project CI / Lint & Validate (pull_request) Successful in 54s
Platform: mokocli CI / Gate 1: Code Quality (pull_request) Successful in 1m23s
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) Successful in 1s
Universal: Build & Release / Build & Release Pipeline (pull_request) Successful in 19s
Universal: Workflow Sync Trigger / Sync workflows to live repos (pull_request) Successful in 2m48s
Generic: Project CI / Tests (pull_request) Has been cancelled
Platform: mokocli CI / Gate 2: Unit Tests (8.1) (pull_request) Has been cancelled
Platform: mokocli CI / Gate 2: Unit Tests (8.2) (pull_request) Has been cancelled
Platform: mokocli CI / Gate 2: Unit Tests (8.3) (pull_request) Has been cancelled
Platform: mokocli CI / Gate 3: Self-Health Check (pull_request) Has been cancelled
Platform: mokocli CI / Gate 4: Governance (pull_request) Has been cancelled
Platform: mokocli CI / Gate 5: Template Integrity (pull_request) Has been cancelled
Platform: mokocli CI / CI Summary (pull_request) Has been cancelled
Universal: PR Check / Build RC Package (pull_request) Has been cancelled
Universal: PR Check / Report Issues (pull_request) Has been cancelled
Generic: Repo Health / Scripts governance (pull_request) Has been cancelled
Generic: Repo Health / Repository health (pull_request) Has been cancelled
Generic: Repo Health / Report: Scripts Governance (pull_request) Has been cancelled
Generic: Repo Health / Report: Repository Health (pull_request) Has been cancelled
1.9 KiB
1.9 KiB
Changelog
[Unreleased]
Fixed
- RecoverySuggestion.php: remove stray shebang and wrap an over-length line to satisfy PSR-12 (Gate 1 phpcs)
- phpstan-baseline.neon: baseline pre-existing PHPStan level-6 findings across
cli/,lib/, andvalidate/so Gate 1 static analysis passes (type-annotation debt tracked, not silently ignored) - client_provision.php: rename private
printSummary()(and its dispatch entry) toprintProvisioningSummary()to stop it colliding withCliFramework::printSummary()— a non-baselineable PHPStan override/covariance error
[09.41.00] --- 2026-07-04
[09.41.00] --- 2026-07-04
[09.41.00] --- 2026-07-04
[09.41.00] --- 2026-07-04
Fixed
- pr-check.yml branch policy: allow
fix/*→mainandpatch/*→main(were restricted to dev/rc), matching documented branch policy - pr-check.yml platform detection: read platform from the MokoGitea metadata API instead of
.mokogitea/manifest.xml(manifest.xml is no longer used); no longer aborts underset -ewhen the file is absent - CI Gate 1: drop references to the removed
automation/directory inphpcs/phpstan(ci-platform.yml, phpcs.xml, phpstan.neon, composer.json) so Code Quality no longer hard-fails on a missing path - sync-on-merge.yml: call
wrappers/bulk_sync.php(moved fromautomation/bulk_sync.php) so post-merge workflow sync works again - Remove dangling
mcp/servers/mokogitea_apiandmcp/servers/windows/mcp_windowssubmodule gitlinks (no.gitmodulesentries) that brokesubmodule update --initat checkout