Skip to content

refactor: update inner ip to local 127.0.0.1#650

Merged
horizon220222 merged 1 commit intoiflytek:mainfrom
Cloudx-xiao:docs/ip-change
Mar 18, 2026
Merged

refactor: update inner ip to local 127.0.0.1#650
horizon220222 merged 1 commit intoiflytek:mainfrom
Cloudx-xiao:docs/ip-change

Conversation

@Cloudx-xiao
Copy link
Copy Markdown
Contributor

@Cloudx-xiao Cloudx-xiao commented Mar 18, 2026

📝 Pull Request 描述 | Description

update inner ip to local 127.0.0.1

🎯 变更类型 | Change Type

  • ✨ 新功能 | New Feature
  • 🐛 Bug 修复 | Bug Fix
  • 📚 文档更新 | Documentation
  • 🎨 代码格式/样式 | Code Style
  • ♻️ 重构 | Refactoring
  • ⚡ 性能优化 | Performance
  • ✅ 测试相关 | Tests
  • 🔧 配置变更 | Configuration
  • 🔨 构建/CI | Build/CI
  • 🌐 国际化 | Internationalization
  • ⬆️ 依赖升级 | Dependencies Update

🔗 相关 Issue | Related Issues

  • Closes #
  • Related to #

📋 变更内容 | Changes Made

主要变更 | Main Changes

技术细节 | Technical Details


🧪 测试 | Testing

测试环境 | Test Environment

  • Windows 10/11
  • Linux
  • macOS
  • Docker

测试步骤 | Test Steps

测试结果 | Test Results


📸 截图/录屏 | Screenshots/Recordings

变更前 | Before

变更后 | After


⚠️ 破坏性变更 | Breaking Changes

  • 此 PR 包含破坏性变更 | This PR contains breaking changes
破坏性变更详情 | Breaking Changes Details

✅ 检查清单 | Checklist

代码质量 | Code Quality

  • 代码遵循项目的编码规范 | Code follows project coding standards
  • 已进行自我代码审查 | Self-reviewed the code
  • 代码有适当的注释(特别是复杂逻辑)| Code has appropriate comments (especially for complex logic)
  • 更新了相关文档 | Updated relevant documentation
  • 没有产生新的警告 | No new warnings generated

测试 | Testing

  • 添加了相应的测试用例 | Added corresponding test cases
  • 所有测试通过 | All tests pass
  • 手动测试验证通过 | Manual testing verification passed

文档 | Documentation

  • 更新了 README(如需要)| Updated README (if needed)
  • 更新了 API 文档(如需要)| Updated API documentation (if needed)
  • 更新了用户指南(如需要)| Updated user guide (if needed)
  • 更新了 CHANGELOG(如需要)| Updated CHANGELOG (if needed)

其他 | Others

  • 已与相关利益方沟通 | Communicated with relevant stakeholders
  • 不影响现有功能 | Does not affect existing functionality
  • 考虑了向后兼容性 | Considered backward compatibility
  • 考虑了性能影响 | Considered performance impact
  • 考虑了安全性 | Considered security

📌 额外说明 | Additional Notes


🙏 致谢 | Acknowledgements


📖 提示 | Tips:

  • 确保 PR 标题简洁明了,使用动词开头(例如:Add, Fix, Update, Remove)
  • Ensure PR title is concise and clear, starting with a verb (e.g., Add, Fix, Update, Remove)
  • 尽量保持 PR 的改动范围小而集中,便于审查
  • Try to keep PR changes small and focused for easier review
  • 遵循项目的分支管理策略
  • Follow the project's branch management strategy

/cc @maintainers

@CLAassistant
Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@gemini-code-assist
Copy link
Copy Markdown

Summary of Changes

Hello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request refactors several configuration and source files to update internal IP addresses. The change standardizes the use of 127.0.0.1 (localhost) for internal endpoints and remote addresses, improving consistency and local development setup.

Highlights

  • IP Address Refactoring: Updated various configuration and source files to change specific internal IP addresses (e.g., 172.29.231.250) to the localhost address (127.0.0.1), standardizing local development and internal endpoint references.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates a hardcoded internal IP address 172.29.231.250 to 127.0.0.1 in several configuration files, including docker/.env.example, frontend/packages/web-app/src/platform/utils-manager.ts, and resources/conf.yaml. This change makes the default configuration more generic and suitable for local development environments. The changes are consistent and appear correct within the context of the project's Docker-based setup. While this is a good step, I noticed other hardcoded IP addresses in files not modified by this PR, such as backend/rpa-auth/src/main/resources/application-uap.yml. Addressing these in a future pull request would further improve the project's portability.

@horizon220222 horizon220222 merged commit 9a7c575 into iflytek:main Mar 18, 2026
5 of 7 checks passed
horizon220222 added a commit that referenced this pull request Mar 31, 2026
* refactor: update inner ip to local 127.0.0.1 (#650)

* fix: add exception handling for Word/WPS process check

Add try-except block to handle potential exceptions when accessing
process information via psutil, preventing crashes during process
enumeration.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

---------

Co-authored-by: Cloudx <33547231+Cloudx-xiao@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
chunhuitang pushed a commit to chunhuitang/astron-rpa that referenced this pull request Apr 3, 2026
* refactor: update inner ip to local 127.0.0.1 (iflytek#650)

* fix: add exception handling for Word/WPS process check

Add try-except block to handle potential exceptions when accessing
process information via psutil, preventing crashes during process
enumeration.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

---------

Co-authored-by: Cloudx <33547231+Cloudx-xiao@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
chunhuitang pushed a commit to chunhuitang/astron-rpa that referenced this pull request Apr 7, 2026
* refactor: update inner ip to local 127.0.0.1 (iflytek#650)

* fix: add exception handling for Word/WPS process check

Add try-except block to handle potential exceptions when accessing
process information via psutil, preventing crashes during process
enumeration.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

---------

Co-authored-by: Cloudx <33547231+Cloudx-xiao@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Signed-off-by: chunhuitang <chunhui.tang.cn@gmail.com>

Signed-off-by: chunhuitang <chunhui.tang.cn@gmail.com>
chunhuitang pushed a commit to chunhuitang/astron-rpa that referenced this pull request Apr 7, 2026
* refactor: update inner ip to local 127.0.0.1 (iflytek#650)

* fix: add exception handling for Word/WPS process check

Add try-except block to handle potential exceptions when accessing
process information via psutil, preventing crashes during process
enumeration.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

---------

Co-authored-by: Cloudx <33547231+Cloudx-xiao@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Signed-off-by: chunhuitang <chunhui.tang.cn@gmail.com>
maomeideliu pushed a commit to maomeideliu/astron-rpa that referenced this pull request Apr 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants