8829e175f2
Currently, `integrations` is retrieved at catalog-import to check configured integrations. 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, at least `integrations` will always be visible to the frontend. Closes: #11700 Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com>
Integrations common functionality
Contains some common functionality of integrations.
This package will be imported both by the frontend and backend.