-
Notifications
You must be signed in to change notification settings - Fork 64
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
Frontend blueprint import export #4068
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4068 +/- ##
=======================================
Coverage 78.72% 78.72%
=======================================
Files 284 284
Lines 13009 13009
Branches 2897 2897
=======================================
Hits 10241 10241
Misses 2768 2768
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is just a quick sweep for now (need to try out in pre-staging)
frontend/src/pages/admin/FlowBlueprints/dialogs/ImportFlowBlueprintsDialog.vue
Show resolved
Hide resolved
… added a e2e download test
I'm still writing some e2e tests for this feature, I'll mark it as draft until then |
@cstns as this is marked a headline for release, what's the status? |
Implementation done, awaiting review! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code review good. Worked through a live demo on pre-staging imported/exported, deleted, re-imported. All functioning as expected.
Description
Adds a blueprint import dialog that allows users to import blueprints via copied text / file.
Adds an export blueprints button.
Related Issue(s)
closes #3993
Checklist
flowforge.yml
?FlowFuse/helm
to update ConfigMap TemplateFlowFuse/CloudProject
to update values for Staging/ProductionLabels
area:migration
label