-
Notifications
You must be signed in to change notification settings - Fork 77
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
Implement index with timestamp #1984
Conversation
Deploying with Cloudflare Pages
|
[CHATOPS:HELP] ChatOps commands.
|
pkg/agent/core/ngt/service/ngt.go
Outdated
n.fmap[k] = int64(id) | ||
} | ||
} | ||
for k, _:= range mt { |
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 🐶
File is not gofumpt
-ed (gofumpt)
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #1984 +/- ##
==========================================
- Coverage 29.49% 29.38% -0.11%
==========================================
Files 365 365
Lines 34436 34517 +81
==========================================
- Hits 10157 10143 -14
- Misses 23862 23955 +93
- Partials 417 419 +2
... and 4 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
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.
LGTM
181bc27
to
0d1e13c
Compare
@@ -32,18 +32,23 @@ type readOnlyOu struct { | |||
} | |||
|
|||
// skipcq: GSC-G103 | |||
var expungedOu = unsafe.Pointer(new(string)) | |||
var expungedOu = unsafe.Pointer(new(ValueStructOu)) |
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 🐶
G103: Use of unsafe calls should be audited (gosec)
var oldVal uint32 = 10000 | ||
var ( | ||
oldVal uint32 = 10000 | ||
oldTs int64 = 20000 |
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 🐶
ST1003: var oldTs should be oldTS (stylecheck)
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.
LGTM
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.
LGTM!
/rebase |
[REBASE] Rebase triggered by datelier for branch: feature/kvs/index-with-timestamp |
[REBASE] Failed to rebase. |
53659cb
to
3568a14
Compare
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.
LGTM
[REBASE] Failed to rebase. |
1c7f02a
to
7ff7ccd
Compare
Profile Report
|
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.
LGTM
7ff7ccd
to
3c2db9c
Compare
Profile Report
|
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.
LGTM
Description:
Add "index with timestamp" feature.
Related Issue:
Versions:
Checklist:
Special notes for your reviewer: