-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make blueprints accessible outside of "Create Instance" menu #3752
Conversation
Fix bug where the shared flow page was not loaded after refresh
…om the team library
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3752 +/- ##
==========================================
- Coverage 41.76% 41.71% -0.06%
==========================================
Files 647 650 +3
Lines 24768 24801 +33
Branches 6076 6084 +8
==========================================
Hits 10345 10345
- Misses 14423 14456 +33
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…t-accessibility # Conflicts: # frontend/src/pages/team/Library/TeamLibrary.vue
…t-accessibility # Conflicts: # frontend/src/pages/instance/Editor/index.vue
Turns out the above was my problem, the blueprints config just needs to be an empty object |
Description
Adds the ability to visualize existing blueprints and use them when creating instances.
Related Issue(s)
closes #3729
Checklist
I have read the contribution guidelinesDocumentation has been updatedUpgrade instructionsConfiguration detailsConceptsChangesflowforge.yml
?Issue/PR raised onFlowFuse/helm
to update ConfigMap TemplateIssue/PR raised onFlowFuse/CloudProject
to update values for Staging/ProductionLabels
Backport needed? -> add thebackport
labelIncludes a DB migration? -> add thearea:migration
label