Files
backstage/packages/integration-react
Patrick Jungermann 1b4e1e2306 feat: split integrations.bitbucket -> bitbucketCloud / bitbucketServer
Split `integrations.bitbucket` into `integrations.bitbucketCloud`
and `integrations.bitbucketServer`
while staying backwards compatible for now
(== `BitbucketIntegration` loads from the new configs, too, if the old is not used).

Relates-to: #9923
Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com>
2022-04-19 19:20:55 +02:00
..
2022-02-01 09:02:32 +01:00
2022-04-19 14:28:08 +00:00
2022-04-19 14:28:08 +00:00

Integrations React-specific functionality

Exposes a frontend API for interacting with configured integrations (as added under the integrations root config key). Most of the actual code is in the @backstage/integration package.