Strider-CD / strider-bitbucket

Bitbucket git provider for Strider
17 stars 15 forks source link

Can't refresh Bitbucket Repo list anymore #49

Closed Norbz closed 3 weeks ago

Norbz commented 5 years ago

Hello,

This plugon is now broken due to the Bitbucket API being deprecated : https://developer.atlassian.com/cloud/bitbucket/deprecation-notice-v1-apis/

Trying to refresh the repo list with DEBUG=strider* gives the following error message :

0|strider  | Mon, 09 Sep 2019 13:16:17 GMT strider-bitbucket:webapp Listing repositories...
0|strider  | 2019-09-09T13:16:17.542Z strider:routes:projects { statusCode: 410,
0|strider  |   data: '{"type": "error", "error": {"message": "Resource removed", "detail": "This API is no longer supported.\\n\\nFor information about its removal, please refer to the deprecation notice at: https://developer.atlassian.com/cloud/bitbucket/deprecation-notice-v1-apis/"}}' }
0|strider  | 2019-09-09T13:16:17.572Z strider:routes:projects Saved repo cache

Can this be fixed ?

Thanks