Project and Repository permissions - error
mbaldelli opened this issue · 3 comments
mbaldelli commented
Hi there,
in stashy/permissions.py (lines 127 and 161), 'revoke' apis call http post when they're supposed to call http delete
Result: 405 not allowed is thrown by Stash / Bitbucket
cosmin commented
Should be an easy fix, do you want to take a stab at a pull request?
mbaldelli commented
Sure. I actually tried to push a branch with the fix (to open a pull request) but I got 403.
If you tell me you can add me to the repo permissions, I'll push my changes.
cosmin commented
Fork the repo on GitHub and push the branch to your mirror, then open the pull request from there.