atlassian-api / atlassian-python-api

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

Bitbucket Cloud: Fixes for repository deployment environments. #1189

Closed djgoku closed 1 year ago

djgoku commented 1 year ago

I was having an issue using this on a large organization and found out there is an issue with this endpoint. After finding the jira issue I was able to build a solution to the problem. This fix has allowed me to run against our large organization.

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage: 16.66% and project coverage change: +0.01 :tada:

Comparison is base (d383531) 34.87% compared to head (c09d9a7) 34.88%.

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1189 +/- ## ========================================== + Coverage 34.87% 34.88% +0.01% ========================================== Files 44 44 Lines 7935 7932 -3 Branches 1075 1073 -2 ========================================== Hits 2767 2767 + Misses 5056 5053 -3 Partials 112 112 ``` | [Impacted Files](https://app.codecov.io/gh/atlassian-api/atlassian-python-api/pull/1189?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | Coverage Δ | | |---|---|---| | [...ucket/cloud/repositories/deploymentEnvironments.py](https://app.codecov.io/gh/atlassian-api/atlassian-python-api/pull/1189?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-YXRsYXNzaWFuL2JpdGJ1Y2tldC9jbG91ZC9yZXBvc2l0b3JpZXMvZGVwbG95bWVudEVudmlyb25tZW50cy5weQ==) | `53.09% <16.66%> (+1.37%)` | :arrow_up: |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.