-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
fix: Warning logged when setting option databaseOptions.disableIndexFieldValidation
#9880
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
fix: Warning logged when setting option databaseOptions.disableIndexFieldValidation
#9880
Conversation
I will reformat the title to use the proper commit message syntax. |
🚀 Thanks for opening this pull request! ❌ Please fill out all fields with a placeholder |
📝 WalkthroughWalkthroughAdds a new DatabaseOptions flag disableIndexFieldValidation across definitions, docs, and tests; introduces corresponding environment variable and help text. Updates ParseServerOptions type for requestContextMiddleware. No runtime logic changes shown. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Suggested reviewers
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✨ 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. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## alpha #9880 +/- ##
==========================================
+ Coverage 93.00% 93.02% +0.01%
==========================================
Files 187 187
Lines 15158 15158
Branches 176 176
==========================================
+ Hits 14098 14100 +2
+ Misses 1048 1046 -2
Partials 12 12 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
What bug exactly does this change fix? You mentioned just a warning, but the change also adds a new option.
the optio was introduced in the disableIndexValidation PR, i missed to update the docs, here the doc to fix the warning when using the new option disableIndexValidation, introduced here #8137 |
databaseOptions.disableIndexFieldValidation
# [8.3.0-alpha.8](8.3.0-alpha.7...8.3.0-alpha.8) (2025-10-16) ### Bug Fixes * Warning logged when setting option `databaseOptions.disableIndexFieldValidation` ([#9880](#9880)) ([1815b01](1815b01))
🎉 This change has been released in version 8.3.0-alpha.8 |
Pull Request
Issue
Parse Server log a warning on the new option disableIndexFieldValidation
Closes: FILL_THIS_OUT
Approach
Tasks
Summary by CodeRabbit
New Features
Documentation
Tests
Developer Experience