- Notifications
You must be signed in to change notification settings - Fork673
fix: change tohttp_list
for some ProjectCommit methods#1809
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
codecov-commenter commentedJan 6, 2022 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Codecov Report
@@ Coverage Diff @@## main #1809 +/- ##======================================= Coverage 92.02% 92.02% ======================================= Files 76 76 Lines 4790 4791 +1 =======================================+ Hits 4408 4409 +1 Misses 382 382
Flags with carried forward coverage won't be shown.Click here to find out more.
|
9b3db93
to8b4f500
Compare@JohnVillalovos I'd say this is a proper fix and not a chore especially as it fixes that older issue as well, could you change the commit message so we can trigger a fix release? |
8b4f500
to497e860
Comparehttp_list
for some ProjectCommit methods
Done! |
Uh oh!
There was an error while loading.Please reload this page.
Fix the type-hints and use
http_list()
for the ProjectCommits methods:This will enable using the pagination support we have for lists.
Closes:#1805
Closes:#1231