Files
backstage/.changeset/unlucky-stingrays-juggle.md
T
Patrick Jungermann 272106fdad fix: check for integrations.github without retrieving integrations
Support use without `integrations` or only integrations without frontend visible properties
(e.g., `bitbucketCloud`) being configured by checking `integrations.github` directly
without attempting to load `integrations`.

Previously, `integrations` was retrieved first and then the existence of the
key `github` was checked.

This could fail if there was no config below `integrations` which has `@visibility frontend`.

This happened if no integration or only non-Github integrations without
frontend visible properties like `integrations.bitbucketCloud` are used.

After this change, we will check `integrations.github` directly.

Closes: #11700
Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com>
2022-06-15 13:17:58 +02:00

271 B

@backstage/plugin-catalog-import
@backstage/plugin-catalog-import
patch

Support use without integrations or only integrations without frontend visible properties (e.g., bitbucketCloud) being configured by checking integrations.github directly without attempting to load integrations.