fix: LiveQuery regexTimeout default value not applied#10156
fix: LiveQuery regexTimeout default value not applied#10156mtrezza merged 1 commit intoparse-community:alphafrom
regexTimeout default value not applied#10156Conversation
|
🚀 Thanks for opening this pull request! We appreciate your effort in improving the project. Please let us know once your pull request is ready for review. Note Please respond to review comments from AI agents just like you would to comments from a human reviewer. Let the reviewer resolve their own comments, unless they have reviewed and accepted your commit, or agreed with your explanation for why the feedback was incorrect. Caution Pull requests must be written using an AI agent with human supervision. Pull requests written entirely by a human will likely be rejected, because of lower code quality, higher review effort and the higher risk of introducing bugs. Please note that AI review comments on this pull request alone do not satisfy this requirement. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThis PR adds LiveQuery configuration support to the Config class, introducing validation that applies a default regexTimeout value (100) when liveQuery is configured without an explicit timeout. A test case verifies this default behavior. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
## [9.5.2-alpha.14](9.5.2-alpha.13...9.5.2-alpha.14) (2026-03-09) ### Bug Fixes * LiveQuery `regexTimeout` default value not applied ([#10156](#10156)) ([416cfbc](416cfbc))
|
🎉 This change has been released in version 9.5.2-alpha.14 |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## alpha #10156 +/- ##
==========================================
- Coverage 92.58% 92.57% -0.01%
==========================================
Files 192 192
Lines 16192 16199 +7
Branches 183 183
==========================================
+ Hits 14991 14997 +6
- Misses 1189 1190 +1
Partials 12 12 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Pull Request
Issue
LiveQuery
regexTimeoutdefault value not applied.Tasks
Summary by CodeRabbit
Release Notes
New Features
Tests