Open MaxBurgert opened 5 years ago
Attention: Patch coverage is 95.07042%
with 7 lines
in your changes missing coverage. Please review.
Project coverage is 94.05%. Comparing base (
b20fa88
) to head (df05345
). Report is 65 commits behind head on master.
Files | Patch % | Lines |
---|---|---|
pyup/providers/bitbucket_server.py | 95.07% | 7 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Small bump @Jwomers 😊
What is the status of this pull request? What prevents it from being merged?
any news on this?
Hi! We are revamping our tools, so it isn't merged yet because we want to make sure PyUp CLI features play nicely and makes sense with the other tools and features. For instance, Safety 2.0 is in the process of becoming stable (https://github.com/pyupio/safety/releases).
I'll take a look at this PR in the following weeks, and if it plays nicely with the plans for all our tools, I'll merge it.
We (@timko98 and I) would like to propose an additional provider to pyup. The provider implements support for Atlassian Bitbucket Server by using Stashy with additional functionality by us.
Some of our solutions differ in the concepts from the Github and Gitlab implementations since the python client for the Bitbucket Server API was limited to Stashy which resulted in some workarounds. Even though this provider may not fully comply with existing providers this might be a basis for future work.
If you have any additional requests, questions or remarks, feel free to contact us.
Example usage
pyup --provider bitbucket_server --repo <projectname>/<reponame> --user-token <username>@<user_token>@<host>