feat(manifest-v2): migrate to universal widget manifest#110
Merged
Conversation
Phase 2 of the v2 manifest rollout (hydra ADR-036). Bumps @conduction/nextcloud-vue to ^1.0.0-beta.58 and runs manifest-migrate to convert openbuilt's manifest from v1 to v2. Adds the 5-kind component registry. References: procest #512, mydash #206.
Contributor
Quality Report — ConductionNL/openbuilt @
|
| Check | PHP | Vue | Security | License | Tests |
|---|---|---|---|---|---|
| lint | ✅ | ||||
| phpcs | ✅ | ||||
| phpmd | ✅ | ||||
| psalm | ✅ | ||||
| phpstan | ✅ | ||||
| phpmetrics | ✅ | ||||
| eslint | ❌ | ||||
| stylelint | ❌ | ||||
| composer | ✅ | ✅ 100/100 | |||
| npm | ❌ | ❌ | |||
| PHPUnit | ⏭️ | ||||
| Newman | ⏭️ | ||||
| Playwright | ⏭️ |
Quality workflow — 2026-05-19 15:05 UTC
Download the full PDF report from the workflow artifacts.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Phase 2 of the v2 manifest rollout (hydra ADR-036). The v1 manifest is now v2: unified
widgets[]array, grid coordinates per widget, the 5-kind component registry, and (where applicable)_notefields on remainingtype: "custom"pages.What changed
@conduction/nextcloud-vue:^1.0.0-beta.40→^1.0.0-beta.58(Ajv CSP hotfix from nc-vue #259 included)src/manifest.json: codemod-migrated v1 → v2src/registry.js(new): 5-kind component registrysrc/main.js+src/App.vue:registryprop wired onCnAppRootalongside existingcustomComponentsReferences
Hydra labels
Not adding
ready-for-code-review/ready-for-security-review— Hydra is paused. Ready for manual review.Test plan
npm run buildcleanvalidateManifestV2(manifest)returns{ valid: true, errors: [] }