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

fix: [GoSDK] Pass base64 passwd content instead of raw data #40268

Merged

Conversation

congqixia
Copy link
Contributor

Related to #40261

Also add some options for create collection options and refine some behavior

Related to milvus-io#40261

Also add some options for create collection options and refine some
behavior

Signed-off-by: Congqi Xia <[email protected]>
@sre-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: congqixia

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@sre-ci-robot sre-ci-robot added approved size/L Denotes a PR that changes 100-499 lines. labels Feb 28, 2025
@mergify mergify bot added dco-passed DCO check passed. kind/bug Issues or changes related a bug labels Feb 28, 2025
@dosubot dosubot bot added the component/gosdk issues & PRs related to GoSDK package label Feb 28, 2025
Copy link
Contributor

@ThreadDao ThreadDao left a comment

Choose a reason for hiding this comment

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

/lgtm

Copy link

codecov bot commented Feb 28, 2025

Codecov Report

Attention: Patch coverage is 66.66667% with 7 lines in your changes missing coverage. Please review.

Project coverage is 80.59%. Comparing base (0a4e7b5) to head (395fb12).
Report is 2 commits behind head on master.

Files with missing lines Patch % Lines
client/milvusclient/collection_options.go 66.66% 5 Missing ⚠️
client/index/index.go 33.33% 2 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           master   #40268       +/-   ##
===========================================
+ Coverage   69.92%   80.59%   +10.66%     
===========================================
  Files         309     1473     +1164     
  Lines       27638   206578   +178940     
===========================================
+ Hits        19326   166490   +147164     
- Misses       8312    34067    +25755     
- Partials        0     6021     +6021     
Components Coverage Δ
Client 79.21% <66.66%> (∅)
Core 69.92% <ø> (ø)
Go 82.38% <ø> (∅)
Files with missing lines Coverage Δ
client/milvusclient/rbac_options.go 100.00% <100.00%> (ø)
client/index/index.go 44.44% <33.33%> (ø)
client/milvusclient/collection_options.go 96.11% <66.66%> (ø)

... and 1161 files with indirect coverage changes

@mergify mergify bot added the ci-passed label Feb 28, 2025
@sre-ci-robot sre-ci-robot merged commit 0c74e40 into milvus-io:master Feb 28, 2025
19 of 20 checks passed
congqixia added a commit to congqixia/milvus that referenced this pull request Mar 6, 2025
…o#40268)

Related to milvus-io#40261

Also add some options for create collection options and refine some
behavior

Signed-off-by: Congqi Xia <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved ci-passed component/gosdk issues & PRs related to GoSDK package dco-passed DCO check passed. kind/bug Issues or changes related a bug lgtm size/L Denotes a PR that changes 100-499 lines.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants