-
Notifications
You must be signed in to change notification settings - Fork 78
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
Add RemoveByTimestamp RPC #2158
Conversation
[CHATOPS:HELP] ChatOps commands.
|
Codecov ReportPatch coverage is 📢 Thoughts on this report? Let us know!. |
Deploying with Cloudflare Pages
|
2698fe2
to
6786ee9
Compare
@@ -366,6 +368,579 @@ func Test_server_Remove(t *testing.T) { | |||
} | |||
} | |||
|
|||
func Test_server_RemoveByTimestamp(t *testing.T) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [golangci] reported by reviewdog 🐶
Function name: Test_server_RemoveByTimestamp, Cyclomatic Complexity: 16, Halstead Volume: 5385.37, Maintainability Index: 19 (maintidx)
[FOSSA] The scan result will be available at https://app.fossa.com/projects/custom%2B21465%2Fvald/refs/branch/feature%2Flb%2Fdelete-with-timestamp/d66f6ed5c2ee969a1726b18db754e42014277814 |
Signed-off-by: hlts2 <[email protected]>
Signed-off-by: hlts2 <[email protected]>
2af923e
to
aaeac0b
Compare
Signed-off-by: hlts2 <[email protected]>
Description:
I have added a new RPC (
RemoveByTimestamp
) to remove vectors based on timestamp.The following conditions can be specified multiple times.
Related Issue:
Versions:
Checklist:
Special notes for your reviewer: