Uh oh!
There was an error while loading. Please reload this page.
Implement global security advisories API - #2993
Conversation
aebb733 to
0a04270Compare
gmlewis
left a comment
There was a problem hiding this comment.
Thanks, @cpanato. I'm going to stop my code review early here and ask you to remove as many new structs that you've added as possible, and to instead reuse SecurityAdvisory and other related structs as much as possible without all the duplication.
Also, every new exported struct that you add needs a full godoc string.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Signed-off-by: cpanato <ctadeu@gmail.com>
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@## master #2993 +/- ##
==========================================
- Coverage 97.93% 97.91% -0.02%
==========================================
Files 150 150 Lines 12952 12980 +28 ==========================================
+ Hits 12685 12710 +25 - Misses 190 192 +2 - Partials 77 78 +1 ☔ View full report in Codecov by Sentry. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Signed-off-by: cpanato <ctadeu@gmail.com>
cpanato
commented
Nov 19, 2023
@gmlewis thanks so much for your review and sorry about the force-push |
gmlewis
left a comment
There was a problem hiding this comment.
OK, two small nits, please, then we should be ready for a second LGTM+Approval from any other contributor to this repo before merging.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Signed-off-by: cpanato <ctadeu@gmail.com>
cpanato
commented
Nov 20, 2023
@gmlewis Thanks again for your review, PTAL |
Signed-off-by: cpanato <ctadeu@gmail.com>
Uh oh!
There was an error while loading. Please reload this page.
Signed-off-by: cpanato <ctadeu@gmail.com>
Signed-off-by: cpanato <ctadeu@gmail.com>
cpanato
commented
Nov 24, 2023
@gmlewis checking if you know how long this will take? :) |
gmlewis
commented
Nov 24, 2023
@cpanato - we rely on volunteers to help maintain this repo. I don't know when another contributor will be available to review this PR before merging. And yes, we should be able to make a new release soon as well. |
cpanato
commented
Nov 24, 2023
thank you @gmlewis, no worries just checking :) |
gmlewis
commented
Nov 29, 2023
Thank you, @valbeat ! |
cpanato
commented
Nov 29, 2023
thanks for all the support |
gmlewis
commented
Dec 1, 2023
Hi @cpanato - this is now released here: https://github.com/google/go-github/releases/tag/v57.0.0 |
cpanato
commented
Dec 2, 2023
No sorry is needed. Thank you for all the work you do here 🎉 and thanks for the release |
Fixes: #2851
cc @gmlewis