frontend: clean json parsing#270
Conversation
WalkthroughThis change removes the free-text structured-data auto-parsing functionality from the ManualAlertForm component. Free-text submissions now send data as-is without extraction logic, and related UI elements and parsing code are eliminated. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
🧪 Generate unit tests (beta)
No actionable comments were generated in the recent review. 🎉 🧹 Recent nitpick comments
Tip Issue Planner is now in beta. Read the docs and try it out! Share your feedback on Discord. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #270 +/- ##
==========================================
- Coverage 83.71% 83.71% -0.01%
==========================================
Files 143 143
Lines 13543 13543
==========================================
- Hits 11338 11337 -1
- Misses 2205 2206 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
74723cf
into
codeready-toolchain:master
Description
When manually submmiting an alert like this:
TARSy was not considering
Last Seen, since it was trying to parse it as JSON and the key does not consider spaces.This PR cleans JSON parsing, since we do not intend to support it
Summary by CodeRabbit