Enable independent Core and DSP owner updates - #2
Merged
Conversation
dillonlille
marked this pull request as ready for review
September 12, 2026 19:22
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.
The directory-backed owner dashboard could not install the independently published Core and DSP releases. Add separate Core and DSP update pages backed by verified GitHub release discovery and a durable worker outside the replaceable Core service tree.
Validation: 110 unit tests, 132 integration tests, three desktop/mobile browser checks, source checks, dashboard build, workflow lint and public source review pass locally. GitHub Core checks pass for
b6b4cbab7462512570ed654203bf51755bcf0460(run), including the browser workflow. The native Linux/systemd acceptance test installs Paycom in a synthetic DSP, switches releases and verifies private-state rollback. The real published Core/DSP 0.0.1 feeds were verified and staged without activation.Deployment: this PR changes Core only. It does not publish or install a release. Core 0.0.1 predates the updater; the initial split deployment, permanent Dev selection and worker setup still require a separate installation rehearsal. Core lifecycle tests exercise real files/SQLite with injected service control; a full Core service swap must be rehearsed before live cutover. Setup, recovery and retention limits are documented in
core/updates/README.md.