fix: use metadata API for source-aware bumps instead of manifest.xml #32

Merged
jmiller merged 1 commits from fix/metadata-api-source-check into main 2026-06-23 22:25:56 +00:00
Owner

Summary

Replaces .mokogitea/manifest.xml file parsing with the MokoGitea first-class metadata API (GET /repos/{owner}/{repo}/manifest). Platform and entry_point are stored as database fields — no XML file needed.

What changed

  • auto-bump.yml: source-check step now calls metadata API
  • pre-release.yml: source-check step now calls metadata API

API used

GET /api/v1/repos/{owner}/{repo}/manifest
→ { "platform": "joomla", "entry_point": "source/", ... }
## Summary Replaces `.mokogitea/manifest.xml` file parsing with the MokoGitea first-class metadata API (`GET /repos/{owner}/{repo}/manifest`). Platform and entry_point are stored as database fields — no XML file needed. ## What changed - `auto-bump.yml`: source-check step now calls metadata API - `pre-release.yml`: source-check step now calls metadata API ## API used ``` GET /api/v1/repos/{owner}/{repo}/manifest → { "platform": "joomla", "entry_point": "source/", ... } ```
jmiller added 1 commit 2026-06-23 22:25:44 +00:00
fix: use first-class metadata API instead of manifest.xml for source checks
Universal: Pre-Release / Build Pre-Release (${{ inputs.stability || github.ref_name }}) (push) Successful in 4s
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) Failing after 2s
Joomla: Extension CI / Release Readiness Check (pull_request) Failing after 3s
Universal: PR Check / Validate PR (pull_request) Failing after 4s
Universal: PR Check / Secret Scan (pull_request) Successful in 5s
Generic: Repo Health / Site Health (pull_request) Has been skipped
Generic: Repo Health / Access control (pull_request) Successful in 1s
Joomla: Extension CI / Lint & Validate (pull_request) Failing after 9s
Branch Cleanup / Delete merged branch (pull_request) Successful in 1s
RC Revert / Rename rc/ back to dev/ (pull_request) Has been skipped
Universal: Workflow Sync Trigger / Sync workflows to live repos (pull_request) Successful in 16s
Joomla: Metadata Validation / Validate Joomla Metadata (pull_request) Failing after 42s
db2899b3b3
Replaces manifest.xml file parsing with the MokoGitea /manifest API
endpoint which stores platform and entry_point as database fields.

Authored-by: Moko Consulting
jmiller merged commit 3d8ec08abd into main 2026-06-23 22:25:56 +00:00
jmiller deleted branch fix/metadata-api-source-check 2026-06-23 22:25:57 +00:00
Sign in to join this conversation.