atlassian-api / atlassian-python-api

Atlassian Python REST API wrapper
https://atlassian-python-api.readthedocs.io
Apache License 2.0
1.34k stars 661 forks source link

[Jira]: Migrate get all projects methods to use paginated endpoint for Jira Cloud. #1270

Closed marinone94 closed 11 months ago

marinone94 commented 11 months ago
gonchik commented 11 months ago

Hi @marinone94 , for the first iteration it sounds good.

Main idea, just make quite easy steps for understanding code by non-developers

codecov-commenter commented 11 months ago

Codecov Report

Attention: 22 lines in your changes are missing coverage. Please review.

Comparison is base (85f116f) 34.54% compared to head (be75b86) 34.48%.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1270 +/- ## ========================================== - Coverage 34.54% 34.48% -0.07% ========================================== Files 45 45 Lines 8148 8172 +24 Branches 1124 1131 +7 ========================================== + Hits 2815 2818 +3 - Misses 5219 5240 +21 Partials 114 114 ``` | [Files](https://app.codecov.io/gh/atlassian-api/atlassian-python-api/pull/1270?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | Coverage Δ | | |---|---|---| | [atlassian/jira.py](https://app.codecov.io/gh/atlassian-api/atlassian-python-api/pull/1270?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-YXRsYXNzaWFuL2ppcmEucHk=) | `19.52% <12.00%> (-0.10%)` | :arrow_down: |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

gonchik commented 11 months ago

How about wrap other methods?

marinone94 commented 11 months ago

What do you mean?

gonchik commented 11 months ago

@marinone94 i meant wrap other rest api requests