feat(manifest): version prefix + platform dropdown fix #570

Merged
jmiller merged 1 commits from feat/manifest-version-prefix into dev 2026-06-07 17:13:21 +00:00
Owner

Summary

  • Add version_prefix field to repo manifest for fork versioning (e.g., v1.26.1-moko. for MokoGitea)
  • Fix platform dropdown: changed from programming languages (go, php, node) to deployment targets (joomla, dolibarr, wordpress, generic) so template repos can be mapped to platforms
  • New migration v352 adds version_prefix column to repo_manifest table
  • Field exposed in settings UI, REST API (GET/PUT), and manifest.xml parser
## Summary - Add `version_prefix` field to repo manifest for fork versioning (e.g., `v1.26.1-moko.` for MokoGitea) - Fix platform dropdown: changed from programming languages (go, php, node) to deployment targets (joomla, dolibarr, wordpress, generic) so template repos can be mapped to platforms - New migration v352 adds `version_prefix` column to `repo_manifest` table - Field exposed in settings UI, REST API (GET/PUT), and manifest.xml parser
jmiller added 1 commit 2026-06-07 17:13:07 +00:00
feat(manifest): add version prefix + fix platform dropdown values
Generic: Repo Health / Scripts governance (push) Blocked by required conditions
Generic: Repo Health / Repository health (push) Blocked by required conditions
Generic: Repo Health / Report Issues (push) 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 / Site Health (push) Has been skipped
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
Generic: Repo Health / Access control (push) Successful in 1s
Branch Policy Check / Verify merge target (pull_request) Successful in 1s
Generic: Repo Health / Site Health (pull_request) Has been skipped
Universal: PR Check / Branch Policy (pull_request) Successful in 2s
Generic: Repo Health / Access control (pull_request) Successful in 2s
PR RC Release / Build RC Release (pull_request) Successful in 3s
Universal: PR Check / Validate PR (pull_request) Failing after 8s
Branch Cleanup / Delete merged branch (pull_request) Failing after 1s
33ebcd7726
- Add version_prefix field for fork versioning (e.g., v1.26.1-moko.)
- Change platform dropdown from programming languages to deployment
  targets (Joomla, Dolibarr, WordPress, Generic, etc.) so template
  repos can be mapped to platforms
- Available in settings UI and REST API
jmiller force-pushed feat/manifest-version-prefix from ebfeefd2d6 to 33ebcd7726 2026-06-07 17:13:07 +00:00 Compare
jmiller merged commit d274aabb4f into dev 2026-06-07 17:13:21 +00:00
jmiller deleted branch feat/manifest-version-prefix 2026-06-07 17:13:21 +00:00
Sign in to join this conversation.