forked from milvus-io/birdwatcher
-
Notifications
You must be signed in to change notification settings - Fork 0
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
[pull] main from milvus-io:main #1
Open
pull
wants to merge
157
commits into
weiliu1031:main
Choose a base branch
from
milvus-io:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains 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
Signed-off-by: Congqi Xia <[email protected]>
Signed-off-by: Wei Liu <[email protected]>
Signed-off-by: Congqi Xia <[email protected]>
Signed-off-by: Congqi Xia <[email protected]>
Signed-off-by: Congqi Xia <[email protected]>
Signed-off-by: Jenny Li <[email protected]>
Signed-off-by: Congqi Xia <[email protected]> Signed-off-by: Congqi Xia <[email protected]>
Signed-off-by: Congqi Xia <[email protected]> Signed-off-by: Congqi Xia <[email protected]>
Signed-off-by: zhenshan.cao <[email protected]> Signed-off-by: zhenshan.cao <[email protected]>
Signed-off-by: zhenshan.cao <[email protected]> Signed-off-by: zhenshan.cao <[email protected]>
Signed-off-by: zhenshan.cao <[email protected]> Signed-off-by: zhenshan.cao <[email protected]>
Signed-off-by: Congqi Xia <[email protected]> Signed-off-by: Congqi Xia <[email protected]>
Signed-off-by: Congqi Xia <[email protected]> Signed-off-by: Congqi Xia <[email protected]>
Signed-off-by: Congqi Xia <[email protected]> Signed-off-by: Congqi Xia <[email protected]>
Signed-off-by: Congqi Xia <[email protected]> Signed-off-by: Congqi Xia <[email protected]>
Signed-off-by: zhenshan.cao <[email protected]> Signed-off-by: zhenshan.cao <[email protected]>
Signed-off-by: zhenshan.cao <[email protected]> Signed-off-by: zhenshan.cao <[email protected]>
Signed-off-by: bigsheeper <[email protected]> Signed-off-by: bigsheeper <[email protected]>
Signed-off-by: Congqi Xia <[email protected]> Signed-off-by: Congqi Xia <[email protected]>
Signed-off-by: zhenshan.cao <[email protected]> Signed-off-by: zhenshan.cao <[email protected]>
Signed-off-by: Congqi Xia <[email protected]> Signed-off-by: Congqi Xia <[email protected]>
Signed-off-by: Congqi Xia <[email protected]> Signed-off-by: Congqi Xia <[email protected]>
``` SegmentID: 436322439203913731 State: Flushed Index build ID: 436322441666756610, state: Finished Index build ID: 436322441666756612, state: Finished ``` Signed-off-by: Goose <[email protected]> Signed-off-by: Goose <[email protected]>
Signed-off-by: Congqi Xia <[email protected]> Signed-off-by: Congqi Xia <[email protected]>
Signed-off-by: Congqi Xia <[email protected]> Signed-off-by: Congqi Xia <[email protected]>
Signed-off-by: Congqi Xia <[email protected]> Signed-off-by: Congqi Xia <[email protected]>
Signed-off-by: Congqi Xia <[email protected]> Signed-off-by: Congqi Xia <[email protected]>
Signed-off-by: Congqi Xia <[email protected]> Signed-off-by: Congqi Xia <[email protected]>
Signed-off-by: Congqi Xia <[email protected]> Signed-off-by: Congqi Xia <[email protected]>
Signed-off-by: Congqi Xia <[email protected]> Signed-off-by: Congqi Xia <[email protected]>
Signed-off-by: Congqi Xia <[email protected]>
Signed-off-by: Congqi Xia <[email protected]>
Original authored by @zhuanxuhit Signed-off-by: Congqi Xia <[email protected]>
Signed-off-by: Congqi Xia <[email protected]>
/kind improvement Signed-off-by: MrPresent-Han <[email protected]>
…206) Signed-off-by: Congqi Xia <[email protected]>
Signed-off-by: Enwei Jiao <[email protected]>
Signed-off-by: yiwangdr <[email protected]>
Signed-off-by: bigsheeper <[email protected]>
Since `path.Join` will remove tailing slash, the newly added kv implementation will return some other kv values when prefix need this tailing slash. Add a util function to keep this tailing slash and replace all `path.Join` in kv impl with it Fix #213 Signed-off-by: Congqi Xia <[email protected]>
Signed-off-by: MrPresent-Han <[email protected]>
Signed-off-by: Enwei Jiao <[email protected]>
Signed-off-by: yiwangdr <[email protected]>
Signed-off-by: yiwangdr <[email protected]>
Signed-off-by: yiwangdr <[email protected]>
/kind improvement Signed-off-by: xige-16 <[email protected]>
This commit introduces a new GitHub Actions workflow designed to automate the Docker image building and pushing process for the MilvusDB/Birdwatcher project. The workflow triggers on new tags (formatted as 'v*') pushed to the repository and includes the following key steps: 1. Checkout the source code. 2. Generate Docker metadata including tags based on semantic versioning, and commit SHA. 3. Login to Docker Hub using secured credentials. 4. Build the Docker image from the current directory context and push it to Docker Hub, using the generated tags and labels. This automation ensures that every tagged commit is accompanied by a corresponding Docker image, simplifying deployment and testing processes. Signed-off-by: Sammy Huang <[email protected]>
We should allow deletions of non-exist keys, which is the behavior of old versions of birdwatcher. Let's keep the behavior consistent.
Signed-off-by: xiaofanluan <[email protected]>
1. add more logs for showing errors and 2. add a fix option to delete etcd meta
Signed-off-by: Sammy Huang <[email protected]>
Signed-off-by: longjiquan <[email protected]>
related: #234 Signed-off-by: zhenshan.cao <[email protected]>
Signed-off-by: Congqi Xia <[email protected]>
Signed-off-by: Congqi Xia <[email protected]>
Related to #314 Signed-off-by: Congqi Xia <[email protected]>
generic deduction does not work well in 1.18 upgrading go tool version to 1.21 releasing new code Signed-off-by: Congqi Xia <[email protected]>
Related to: - https://github.com/milvus-io/birdwatcher/security/dependabot/9 - https://github.com/milvus-io/birdwatcher/security/dependabot/10 - https://github.com/milvus-io/birdwatcher/security/dependabot/3 - https://github.com/milvus-io/birdwatcher/security/dependabot/7 - https://github.com/milvus-io/birdwatcher/security/dependabot/6 - https://github.com/milvus-io/birdwatcher/security/dependabot/2 --------- 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
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.
See Commits and Changes for more details.
Created by pull[bot]
Can you help keep this open source service alive? 💖 Please sponsor : )