-
Notifications
You must be signed in to change notification settings - Fork 807
2430 use mapnode #2462
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
2430 use mapnode #2462
Conversation
bc66f43
to
3dac362
Compare
timestamp = timestamp.substr(0, timestamp.indexOf('.')); | ||
let filename = res['monkey_label'].split(':').join('-') + ' - ' + timestamp + '.log'; | ||
let logContent = unescapeLog(res['log']); | ||
let logContent = unescapeLog(res); |
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.
Do we still need to do this?
Codecov ReportBase: 60.98% // Head: 60.98% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## develop #2462 +/- ##
========================================
Coverage 60.98% 60.98%
========================================
Files 547 547
Lines 14502 14502
========================================
Hits 8844 8844
Misses 5658 5658 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
What does this PR do?
Fixes part of #2430.
Updates the preview pane with details from the MapNode structure.
PR Checklist
Was the CHANGELOG.md updated to reflect the changes?Was the documentation framework updated to reflect the changes?Testing Checklist
Added relevant unit tests?