-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Change ListRepos and ListUserRepos to return new ListRepositories struct with count #1794
Change ListRepos and ListUserRepos to return new ListRepositories struct with count #1794
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1794 +/- ##
==========================================
- Coverage 97.54% 97.54% -0.01%
==========================================
Files 98 98
Lines 6385 6383 -2
==========================================
- Hits 6228 6226 -2
Misses 85 85
Partials 72 72
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, @DarthBenro008 !
Just one minor comment addition, please, then we should be ready for a second LGTM before merging.
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, @DarthBenro008 !
LGTM.
Awaiting second LGTM before merging.
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 👌🏼
Thank you, @wesleimp ! |
go-github released the Go client library to [35.1.0][1] 3 days ago. The 33, 34, 35 versions don't bring a lot of breaking changes that would impact the provider. Only the [change][2] on ListRepo and ListUserRepos from release 34 seems to have an impact. To give some more context, I need this version to enhance the `github-ip-ranges` by adding the missing [IP ranges][3] (actions, web, etc...) I didn't run the full ACC tests so if someone can run them for me and communicate me any failing, I'll be more than happy to fix them. Fix integrations#766 [1]: https://github.com/google/go-github/releases/tag/v35.1.0 [2]: google/go-github#1794 [3]: https://docs.github.com/en/rest/reference/meta
* Update go-github to 35.1.0 go-github released the Go client library to [35.1.0][1] 3 days ago. The 33, 34, 35 versions don't bring a lot of breaking changes that would impact the provider. Only the [change][2] on ListRepo and ListUserRepos from release 34 seems to have an impact. To give some more context, I need this version to enhance the `github-ip-ranges` by adding the missing [IP ranges][3] (actions, web, etc...) I didn't run the full ACC tests so if someone can run them for me and communicate me any failing, I'll be more than happy to fix them. Fix #766 [1]: https://github.com/google/go-github/releases/tag/v35.1.0 [2]: google/go-github#1794 [3]: https://docs.github.com/en/rest/reference/meta * Fix Go file formats Co-authored-by: Jeremy Udit <jcudit@github.com>
* Update go-github to 35.1.0 go-github released the Go client library to [35.1.0][1] 3 days ago. The 33, 34, 35 versions don't bring a lot of breaking changes that would impact the provider. Only the [change][2] on ListRepo and ListUserRepos from release 34 seems to have an impact. To give some more context, I need this version to enhance the `github-ip-ranges` by adding the missing [IP ranges][3] (actions, web, etc...) I didn't run the full ACC tests so if someone can run them for me and communicate me any failing, I'll be more than happy to fix them. Fix integrations#766 [1]: https://github.com/google/go-github/releases/tag/v35.1.0 [2]: google/go-github#1794 [3]: https://docs.github.com/en/rest/reference/meta * Fix Go file formats Co-authored-by: Jeremy Udit <jcudit@github.com>
apps_installations_test.go