-
Notifications
You must be signed in to change notification settings - Fork 92
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
feat: support custom pathToRegexpModule on app.options #290
Conversation
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
@coderabbitai 提一个 issue 跟进此功能会 pick 到 master 分支 |
@coderabbitai review |
✅ Actions performedReview triggered.
|
New dependencies detected. Learn more about Socket for GitHub ↗︎
|
Tip For best results, initiate chat on the files or code changes. @fengmk2 已创建 issue #291 来跟踪此任务。 🔗 Analysis chain@fengmk2 我已经创建了一个 issue 来跟踪这个功能移植到 master 分支的工作。 🏁 Scripts executedThe following scripts were executed for the analysis: Script:
Length of output: 563 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 5.x #290 +/- ##
=======================================
Coverage 99.76% 99.76%
=======================================
Files 19 19
Lines 2971 2991 +20
Branches 556 557 +1
=======================================
+ Hits 2964 2984 +20
Misses 7 7 ☔ View full report in Codecov by Sentry. |
[skip ci] ## [5.5.0](v5.4.1...v5.5.0) (2025-01-22) ### Features * support custom pathToRegexpModule on app.options ([#290](#290)) ([72ba3a8](72ba3a8))
part of eggjs/core#290 <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Dependencies** - Updated `egg-path-matching` to version 1.2.0 - Added `path-to-regexp-v8` dependency - **Middleware** - Enhanced multipart file upload middleware with additional application context configuration - **Testing** - Improved file upload test cases - Updated error message assertions for more flexible matching - Added new test scenarios for file upload endpoints - **Configuration** - Updated file upload handling configuration - Added new routing and controller logic for file uploads <!-- end of auto-generated comment: release notes by coderabbit.ai -->
part of eggjs/core#290 <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Dependencies** - Updated `egg-path-matching` to version 1.2.0 - Added `path-to-regexp-v8` dependency - **Security Enhancements** - Improved X-Frame-Options middleware configuration - Added support for custom path matching in security middleware - **Testing** - Added comprehensive test suite for X-Frame-Options header behavior - Introduced new test fixtures for path matching scenarios <!-- end of auto-generated comment: release notes by coderabbit.ai -->
deps on