-
Notifications
You must be signed in to change notification settings - Fork 103
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
feat(ecocredit/core): UpdateProjectAdmin/Metadata server impls #1010
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1010 +/- ##
===========================================
+ Coverage 49.19% 60.02% +10.83%
===========================================
Files 225 220 -5
Lines 23383 23492 +109
===========================================
+ Hits 11503 14101 +2598
+ Misses 10628 8055 -2573
- Partials 1252 1336 +84
Flags with carried forward coverage won't be shown. Click here to find out more. |
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.
Looks good to me. Just a few nits.
if err != nil { | ||
return nil, err | ||
} | ||
project, err := k.stateStore.ProjectInfoTable().GetByName(ctx, req.ProjectId) |
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.
Oof. This is a bit confusing. Should be sorted with #992.
Co-authored-by: Ryan Christoffersen <12519942+ryanchristo@users.noreply.github.com>
if err := k.stateStore.ProjectInfoTable().Update(ctx, project); err != nil { | ||
return nil, err | ||
} | ||
|
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.
It looks like we don't have any events defined.
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
ref: #979
Author Checklist
All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.
I have...
!
to the type prefix if API or client breaking changeCHANGELOG.md
Reviewers Checklist
All items are required. Please add a note if the item is not applicable and please add
your handle next to the items reviewed if you only reviewed selected items.
I have...
!
in the type prefix if API or client breaking change