feat(blueprints): add support for the new displayName property - #2939
Draft
rmnbrd wants to merge 2 commits into
Draft
feat(blueprints): add support for the new displayName property#2939rmnbrd wants to merge 2 commits into
rmnbrd wants to merge 2 commits into
Conversation
|
View your CI Pipeline Execution ↗ for commit cb405c4
💡 Verify your cache is correct by running tasks in a sandbox. Read docs ↗ ☁️ Nx Cloud last updated this comment at |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## staging #2939 +/- ##
===========================================
- Coverage 50.16% 48.06% -2.10%
===========================================
Files 864 511 -353
Lines 21614 13364 -8250
Branches 6580 4117 -2463
===========================================
- Hits 10843 6424 -4419
+ Misses 8904 5841 -3063
+ Partials 1867 1099 -768
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
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
Issue: QOV-2232
Updates the Blueprint creation experience to use the new Service Catalog metadata.
displayNamewhen provided by the catalog, with the existing name formatter as a fallback.primaryCategory.Screenshots / Recordings
Testing
yarn testoryarn test -u(if you need to regenerate snapshots)yarn formatyarn lintPR Checklist
.cursor/rules)feat(service): add new Terraform service) - required for semantic-releaseSummary by cubic
Blueprint UI now prefers the catalog's optional
displayNameover the formatted blueprint name and groups blueprint cards by primary category, falling back to the old label for entries without either.displayNamein blueprint cards, details panel, configuration view, and step summary.displayNameas the default service name in the creation flow.displayNamein catalog search matching.Written for commit cb405c4. Summary will update on new commits.