Files
backstage/packages/integration
Patrick Jungermann 34af86517c feat(bitbucket): ensure apiBaseUrl, replace hardcoded cases
Ensure presence of apiBaseUrl for bitbucket
integrations for both cases Bitbucket Cloud and
Bitbucket Server by setting the default for
Bitbucket Server at the integration config, too.

Replace hardcoded uses of the default apiBaseUrl
with the use of the integration config's value.

Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com>
2022-02-25 15:18:17 +01:00
..
2022-02-18 11:30:15 +01:00
2021-12-28 10:29:53 -05:00
2022-02-17 10:38:59 +00:00

Integrations common functionality

Contains some common functionality of integrations.

This package will be imported both by the frontend and backend.