atlassian-api / atlassian-python-api

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

[BitBucket] Add webhooks to Cloud #1346

Closed mcintyre-ionic closed 3 months ago

mcintyre-ionic commented 3 months ago

Support CRUD operation of BitBucket Cloud repository webhooks based on the following endpoints:

Create webhook Get webhook Update webhook Delete webhook

codecov-commenter commented 3 months ago

Codecov Report

Attention: Patch coverage is 53.84615% with 18 lines in your changes are missing coverage. Please review.

Project coverage is 34.24%. Comparing base (e0a7c6f) to head (e45f551).

Files Patch % Lines
atlassian/bitbucket/cloud/repositories/hooks.py 50.00% 17 Missing :warning:
atlassian/bitbucket/cloud/repositories/__init__.py 80.00% 1 Missing :warning:

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1346 +/- ## ========================================== + Coverage 34.14% 34.24% +0.09% ========================================== Files 45 46 +1 Lines 8378 8417 +39 Branches 1177 1179 +2 ========================================== + Hits 2861 2882 +21 - Misses 5402 5420 +18 Partials 115 115 ```

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

gonchik commented 3 months ago

Thanks @mcintyre-ionic