q-shift / backstage-plugins

Apache License 2.0
3 stars 7 forks source link

Add a devApp to play with the Quarkus console locally #52

Closed cmoulliard closed 8 months ago

cmoulliard commented 8 months ago
cmoulliard commented 8 months ago

We get the error when we execute:

cd plugins/quarkus-console
yarn start

as we got using yarn link !!

Screenshot 2024-03-14 at 14 23 57

I suspect that the issue is related to the fact that no component/entity has been imported from the catalog ...

Screenshot 2024-03-14 at 14 44 01

cmoulliard commented 8 months ago

To continue to develop the project, we should first look to what Tekton plugin did as they were able to mock the kubernetes service and Entity using fixtures : https://github.com/janus-idp/backstage-plugins/blob/main/plugins/tekton/dev/index.tsx