-
Notifications
You must be signed in to change notification settings - Fork 341
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for Bitbucket native uploads #943
Conversation
* Update bitbucket_cloud.js * Make it work * Fix error logic * Better yet
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would be nice to have a simple test like gitlab.
Nothing fancy
Co-authored-by: DavidGOrtega <[email protected]>
Too late! 😉 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 lgtm
test is not passing |
looks like responseBody.error is undefined |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Test is not passing
6e198f8
to
e68fe42
Compare
e68fe42
to
0de3ac0
Compare
Still broken, but now because of permissions. I have sent an internal request to grant write access to the test repository. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Optional chaining... lets go for it
👍
Bitbucket Downloads is more similar to GitHub Releases than to GitLab Uploads. Not sure if it's “the right way” of storing report images: images uploaded from the web interfaces use
https://bitbucket.org/xhr/:user/:project/image-upload
insteadPermissions
Refactored from an unmerged commit I wrote on 2021-09-25 (#930)