- Fixes the support for the new backend system that was broken entirely
(with and without events support).
- Migrates the `BitbucketCloudEntityProvider` to use the `EventsService`.
Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com>
* Added more documentation on migrating catalog modules to the new backend system. (A-Github)
* Tweaked a few existing documentation page to recommend schedules are set via
Signed-off-by: Alex Crome <afscrome@users.noreply.github.com>
The purpose of this change is to highlight the style of API access token required to enable the Bitbucket Cloud integration as it was not previously clear. The existing error will not distinguish between an Atlassian Account key(which wont work) and a Bitbucket App Password(which will.
Signed-off-by: John Kriter <john.r.kriter@accenture.com>
Add a new entity provider `BitbucketCloudEntityProvider`
as a new plugin `@backstage/plugin-catalog-backend-module-bitbucket-cloud`.
The new plugin utilizes `@backstage/plugin-bitbucket-cloud-common`
and it fully independent of `@backstage/plugin-catalog-backend-module-bitbucket`
which provides a catalog processors supporting Bitbucket Cloud and Bitbucket Server.
Relates-to: #9923
Relates-to: #10183
Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com>