-
Notifications
You must be signed in to change notification settings - Fork 329
Fit python nacos plugin #281
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
Merged
CodeCasterX
merged 15 commits into
ModelEngine-Group:main
from
mikeaaaaaa:fit-python-nacos-plugin
Sep 12, 2025
Merged
Changes from 10 commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
7c8db75
[fit] add python nacos plugin.
mikeaaaaaa c0756f9
[fit] Upgrade some plugin configurations to system configurations
mikeaaaaaa 76cd52d
[fit] 解决在同步函数中执行异步函数问题
mikeaaaaaa 5462b43
[fit] 修改代码bug
mikeaaaaaa 85fff1a
[fit] 重构插件公共类到fit_common_struct
mikeaaaaaa e92b613
[fit] 删除entity.py中的GenericableInfo和FitableInfo,保留core中的Genericable和Fi…
mikeaaaaaa a51c7f1
[fit] 格式修改
mikeaaaaaa b826482
[fit] 格式修改
mikeaaaaaa 6e45183
[fit] 代码重构
mikeaaaaaa c371638
[fit] 连接模式修改
mikeaaaaaa 68f3ea8
[fit] 增加entity.py中类的方法、修改默认注册中心地址
mikeaaaaaa 1dd7fe3
[fit] 修改小错误
mikeaaaaaa a9f653e
[fit] 修改小错误
mikeaaaaaa 4b443a7
[fit] 增加线程池清理函数
mikeaaaaaa 809d70b
[fit] 移动部分配置到插件内部
mikeaaaaaa File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
11 changes: 0 additions & 11 deletions
11
framework/fit/python/plugin/fit_py_http_client/conf/application.yml
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,11 +0,0 @@ | ||
| https: | ||
| client: | ||
| verify_enabled: false # 是否需要验证服务端身份 | ||
| ca_path: "plugin/fit_py_http_client/resources/ca.crt" | ||
| assert_host_name: false # 是否在校验时校验主机名,仅当 verify_enabled 为 true 时有意义 | ||
| cert_enabled: false # 是否服务端对自身身份校验 | ||
| crt_path: "plugin/fit_py_http_client/resources/global.crt" | ||
| key_path: "plugin/fit_py_http_client/resources/global.key" | ||
| key_file_encrypted: false # 私钥是否被加密,仅当 cert_enabled 为 true 时有意义 | ||
| key_file_password: "" # 私钥的密码,仅当 cert_enabled 和 key_file_encrypted 为 true 时有意义 | ||
| key_file_password_encrypted: false # 私钥的密码是否被加密,仅当 cert_enabled 和 key_file_encrypted 为 true 时有意义 | ||
Empty file.
2 changes: 2 additions & 0 deletions
2
framework/fit/python/plugin/fit_py_nacos_registry/conf/info.yml
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| category: "system" | ||
| level: 4 |
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.