christianspecht / scm-backup

Makes offline backups of your cloud hosted source code repositories
https://scm-backup.org/
GNU General Public License v3.0
61 stars 20 forks source link

Bitbucket API: replace username by uuid until April 29!! #32

Closed christianspecht closed 5 years ago

christianspecht commented 5 years ago

Bitbucket implements breaking changes in its API: from April 29th, the API won't recognize usernames anymore because of privacy/GPDR.

This includes /2.0/repositories/{username}:

Request query parameter changes

For repositories owned by individual users rather than teams, replace usernamewith either uuidor account_id.

...which we're using here.

Probably it's enough to just replace the username in the config, but this needs to be tested and the docs need to be updated.