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

Bitbucket Server: Add boostMatches query parameter to get_branches #1214

Closed noorul closed 1 year ago

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage has no change and project coverage change: -0.01% :warning:

Comparison is base (a779dcc) 34.73% compared to head (1851f37) 34.72%. Report is 3 commits behind head on master.

: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 #1214 +/- ## ========================================== - Coverage 34.73% 34.72% -0.01% ========================================== Files 44 44 Lines 7975 7976 +1 Branches 1083 1083 ========================================== Hits 2770 2770 - Misses 5093 5094 +1 Partials 112 112 ``` | [Files Changed](https://app.codecov.io/gh/atlassian-api/atlassian-python-api/pull/1214?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | Coverage Δ | | |---|---|---| | [atlassian/bitbucket/\_\_init\_\_.py](https://app.codecov.io/gh/atlassian-api/atlassian-python-api/pull/1214?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-YXRsYXNzaWFuL2JpdGJ1Y2tldC9fX2luaXRfXy5weQ==) | `29.29% <0.00%> (-0.03%)` | :arrow_down: | ... and [1 file with indirect coverage changes](https://app.codecov.io/gh/atlassian-api/atlassian-python-api/pull/1214/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None)

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

gonchik commented 1 year ago

@noorul could you add that parameter into documentation?

noorul commented 1 year ago

@gonchik which documentation?

gonchik commented 1 year ago

@noorul https://github.com/atlassian-api/atlassian-python-api/blob/master/docs/bitbucket.rst

it will reflect to https://atlassian-python-api.readthedocs.io/

noorul commented 1 year ago

@gonchik Got it! Updated!