FLPATH-4770 - bump control-plane and add check-website-fixtures workflow - #31
Draft
testetson22 wants to merge 2 commits into
Draft
FLPATH-4770 - bump control-plane and add check-website-fixtures workflow#31testetson22 wants to merge 2 commits into
testetson22 wants to merge 2 commits into
Conversation
Update the control-plane dependency and add a `check-fixtures` target that runs the website fixture validation script. Signed-off-by: Thomas Stetson <tstetson@redhat.com>
3 tasks
Signed-off-by: Thomas Stetson <tstetson@redhat.com>
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.
FLPATH-4770: The CLI's
go.modpinnedcontrol-planeto a commit predating the multi-resource schema change (FLPATH-4384). This causedparseInputFileAsto silently drop thespec.resourcesfield during YAML → JSON serialization, making it impossible to create catalog items viadcm catalog item create.check-website-fixtures action is expected to fail until the dcm-project.github.io PR is merged.
Changes
github.com/dcm-project/control-planeto latestmainso the CLI's generated types include theResourcesfield required by the multi-resource catalog item schematestdata/website/fixtures mirroring the Getting Started tutorial exampleshack/check-website-fixtures.shscript + CI workflow to detect drift between local fixtures and the upstream website repoDepends on
dcm-project/dcm-project.github.iobranchFLPATH-4770-fix-user-journey)Test plan
go test ./...passes (151 specs including 2 new contract tests)hack/check-website-fixtures.shcorrectly detects drift (verified locally)hugo --minifyconfirms companion website changes render correctlyRelated