Skip to content
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

Hotfix release master #7594

Conversation

guohelu
Copy link

@guohelu guohelu commented Oct 29, 2024

No description provided.

…ntBlueKing/bk-sops into hotfix_release_master

# Conflicts:
#	gcloud/tests/utils/cmdb/test_business_host_topo.py
#	gcloud/utils/cmdb.py
#	pipeline_plugins/cmdb_ip_picker/query.py
@@ -219,7 +219,10 @@ def cmdb_search_host(request, bk_biz_id, bk_supplier_account="", bk_supplier_id=
host_lock_status = host_lock_status_data.get(host_detail["bk_host_id"])
if host_lock_status is not None:
host_detail["bk_host_lock_status"] = host_lock_status
result = {"result": True, "code": NO_ERROR, "data": data}
if count:
result = {"result": True, "code": NO_ERROR, "data": {"data": data, "count": count}}
Copy link
Member

Choose a reason for hiding this comment

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

这里涉及返回两套协议,前端需要自己判断如何处理?

gcloud/utils/cmdb.py Outdated Show resolved Hide resolved
gcloud/utils/cmdb.py Outdated Show resolved Hide resolved
pipeline_plugins/cmdb_ip_picker/query.py Outdated Show resolved Hide resolved
gcloud/utils/cmdb.py Show resolved Hide resolved
gcloud/utils/cmdb.py Outdated Show resolved Hide resolved
gcloud/utils/cmdb.py Outdated Show resolved Hide resolved
gcloud/utils/cmdb.py Outdated Show resolved Hide resolved
gcloud/utils/cmdb.py Outdated Show resolved Hide resolved
gcloud/utils/cmdb.py Outdated Show resolved Hide resolved
@normal-wls normal-wls merged commit d0c7abd into TencentBlueKing:feature_ip_selector_master Oct 31, 2024
6 checks passed
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.

2 participants