Config parser updates and notebook setup#2708
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2708 +/- ##
=======================================
Coverage 79.24% 79.25%
=======================================
Files 664 664
Lines 52825 52872 +47
Branches 734 734
=======================================
+ Hits 41860 41902 +42
- Misses 10885 10890 +5
Partials 80 80
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
jmthomas
left a comment
There was a problem hiding this comment.
Looks like you have a lot of failing tests
| getScreenValues: function () { | ||
| // Return a copy of the current screen values | ||
| return JSON.parse(JSON.stringify(this.screenValues)) | ||
| }, |
There was a problem hiding this comment.
This could be useful for the "download screeen values" ticket: #1258
openc3-cosmos-init/plugins/packages/openc3-js-common/src/services/configParser.js
Show resolved
Hide resolved
openc3-cosmos-init/plugins/packages/openc3-vue-common/src/components/ScreenEditor.vue
Show resolved
Hide resolved
openc3-cosmos-init/plugins/packages/openc3-vue-common/src/components/ScreenEditor.vue
Show resolved
Hide resolved
|
@jmthomas This is ready to merge as long as the tests pass. |
|
Did you have to make any other adjustments to Core to support the various bugs we were seeing in Enterprise for Notebooks? Specifically the filename thing where you couldn't transition from ruby to python in a script? |
Updates config parser to preserve white space when desired.
Other refactoring to support notebooks.