-
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
bugfix agent vqueue & refactor tools/deps #1250
Conversation
Signed-off-by: kpango <kpango@vdaas.org>
[CHATOPS:HELP] ChatOps commands.
|
@@ -570,8 +570,7 @@ func (s *server) Insert(ctx context.Context, req *payload.Insert_Request) (res * | |||
ResourceType: ngtResourceType + "/ngt.Insert", | |||
ResourceName: s.ip, | |||
Owner: errdetails.ValdResourceOwner, | |||
Description: err.Error(), | |||
}) | |||
Description: err.Error()}) |
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 Report
@@ Coverage Diff @@
## master #1250 +/- ##
==========================================
+ Coverage 17.54% 18.05% +0.51%
==========================================
Files 498 501 +3
Lines 30845 31198 +353
==========================================
+ Hits 5411 5633 +222
- Misses 25155 25266 +111
- Partials 279 299 +20
Continue to review full report at Codecov.
|
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.
Thank you.
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
should we update patch version due to the fix? |
I think so I'll check other PR that we can include next release. |
Signed-off-by: kpango kpango@vdaas.org
Description:
Related Issue:
How Has This Been Tested?:
Environment:
Types of changes:
Changes to Core Features:
Checklist: