fix: Add overlap status for duplicate HTTPRoutes#8373
Conversation
✅ Deploy Preview for cerulean-figolla-1f9435 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #8373 +/- ##
==========================================
+ Coverage 74.37% 74.43% +0.06%
==========================================
Files 246 246
Lines 39287 39443 +156
==========================================
+ Hits 29218 29359 +141
- Misses 8040 8050 +10
- Partials 2029 2034 +5 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
/retest |
|
Ignore above, it's fixed by #8186 |
Signed-off-by: jukie <isaac.wilson514@gmail.com>
Signed-off-by: jukie <isaac.wilson514@gmail.com>
|
/retest |
…rlaps Signed-off-by: jukie <10012479+Jukie@users.noreply.github.com>
|
/retest |
Signed-off-by: Isaac Wilson <isaac.wilson514@gmail.com>
|
@codex review |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: fe3d5bf7c4
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Signed-off-by: jukie <10012479+jukie@users.noreply.github.com>
What this PR does / why we need it:
The first route that gets applied will take precedence but subsequent routes don't show any indication that they're being ignored. This adds a an
Overlapstatus to ResolvedRefs to communicate this behavior to users.Fixes #8101
Release Notes: Yes