Commit Graph

13 Commits

Author SHA1 Message Date
Patrick Jungermann 9e527c9200 fix(events,catalog,bitbucket-cloud)!: fix new backend system support; migrates to EventsService
- 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>
2024-02-26 12:29:37 +01:00
Fredrik Adelöw 9aac2b0d36 move cwd as the first argument to yarn
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2024-02-04 20:13:00 +01:00
Alex Crome 6fb909f011 More Backend Migration Docs
* 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>
2023-11-15 22:34:25 +00:00
John Kriter c814a3fbdd Update locations.md
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>
2023-10-18 14:24:21 -06:00
Brian Fletcher 386cfe0fc9 review comment
Signed-off-by: Brian Fletcher <brian@roadie.io>
2023-03-20 09:04:23 +00:00
Brian Fletcher 13960233e1 Merge branch 'master' of github.com:backstage/backstage into RoadieHQ-add-export-for-in-memory-broker-2 2023-03-10 13:55:44 +00:00
Brian Fletcher 1d9da597be move review comments
Signed-off-by: Brian Fletcher <brian@roadie.io>
2023-03-10 13:46:33 +00:00
Paul Schultz 040b54f7e5 clean up formatting
Signed-off-by: Paul Schultz <pschultz@pobox.com>
2023-03-08 10:13:38 -06:00
Paul Schultz 9c95f91c0a Add titles to codeblocks and switch from diff codeblock to language codeblock
Signed-off-by: Paul Schultz <pschultz@pobox.com>
2023-03-01 13:30:38 -06:00
Patrick Jungermann d089fbe7dc feat(events,catalog/bitbucketCloud): handle repo:push events
Relates-to: #10866
Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com>
2022-11-12 01:14:29 +01:00
Patrick Jungermann 7459574707 chore(docs): remove docs for deprecated bitbucket integration
Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com>
2022-10-21 10:26:07 +02:00
Patrick Jungermann f66e696e7b feat(catalog/bitbucketCloud): Add option to configure schedule via app-config.yaml
Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com>
2022-10-05 11:06:28 +02:00
Patrick Jungermann dfc4efcbf0 feat: add BitbucketCloudEntityProvider (new plugin)
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>
2022-05-30 12:02:46 +02:00