This repository was archived by the owner on May 29, 2026. It is now read-only.
ci: install OpenRegister development (runtime-schema-API + lifecycle) — closes #29#30
Merged
Merged
Conversation
OpenBuilt's CI installs OpenRegister as an `additional-apps` dependency for the PHPUnit-on-NC-server + Newman jobs. It was pinned to OR `main`, which predates both the runtime-schema-API (auto-create a Register on an application-type configuration import — OR PR #1464) and the lifecycle engine (ObjectTransitionedEvent). Without the former, `InitializeSettings` can't create the `openbuilt` register on `app:enable`, so `SeedHelloWorld` / `SeedApplicationTemplates` fail and every Newman assertion fails; without the latter, the Newman publish step's transition call has no endpoint. Point it at OR `development`, which now has both (and the `Cannot redeclare Organisation::$mail` regression that was blocking its app-enable was fixed in OR #1499). Closes openbuilt#29.
Contributor
Quality Report — ConductionNL/openbuilt @
|
| Check | PHP | Vue | Security | License | Tests |
|---|---|---|---|---|---|
| lint | ✅ | ||||
| phpcs | ✅ | ||||
| phpmd | ✅ | ||||
| psalm | ✅ | ||||
| phpstan | ✅ | ||||
| phpmetrics | ✅ | ||||
| eslint | ✅ | ||||
| stylelint | ✅ | ||||
| composer | ✅ | ✅ 100/100 | |||
| npm | ✅ | ✅ 432/432 | |||
| PHPUnit | ✅ | ||||
| Newman | ❌ | ||||
| Playwright | ⏭️ |
Coverage: 0% (0/19 statements)
Quality workflow — 2026-05-12 12:27 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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Closes #29. OpenBuilt's CI installs OpenRegister as an
additional-appsdep for the PHPUnit-on-NC-server + Newman jobs; it was pinned to ORmain, which predates both the runtime-schema-API (auto-create a Register on an application-type config import — OR PR #1464) and the lifecycle engine (ObjectTransitionedEvent). Without the former,InitializeSettingscan't create theopenbuiltregister onapp:enable, soSeedHelloWorld/SeedApplicationTemplatesfail and every Newman assertion fails; without the latter, the Newman publish step's transition call has no endpoint. Points it at ORdevelopment(which now has both — and theCannot redeclare Organisation::$mailregression that was blocking ORdevelopment's app-enable was fixed in OpenRegister PR #1499).