fix(dn42): fill Owner field from IPWhois instead of Whois#119
Merged
tsosunchia merged 1 commit intonxtrace:mainfrom Oct 20, 2025
Merged
fix(dn42): fill Owner field from IPWhois instead of Whois#119tsosunchia merged 1 commit intonxtrace:mainfrom
tsosunchia merged 1 commit intonxtrace:mainfrom
Conversation
So that it could be displayed correctly
概览在DN42数据处理模块中,修改了所有权信息的字段赋值逻辑。原先将地理来源所有者信息写入Whois字段,现已改为写入新增的Owner字段,其余逻辑保持不变。 变更
代码审查工作量评估🎯 1 (微小) | ⏱️ ~5 分钟 理由: 单一文件的简单字段重映射,无逻辑复杂度提升,无条件判断或错误处理变更,变更具有高度的一致性和重复性。 诗
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
🔇 Additional comments (1)
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 |
Member
|
请提供一下 修改前 修改后的对比截图,谢谢 我这边没有dn42的测试环境 |
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



So that it could be displayed correctly
Tested with https://github.com/Cryolitia/Next-Trace-DN42-Feeder
Summary by CodeRabbit