container-registry / backstage-plugin-harbor

Backstage plugin to show you information about your docker images within Harbor.
MIT License
15 stars 26 forks source link

Forked to get things working #295

Open mikkeschiren opened 1 month ago

mikkeschiren commented 1 month ago

We (Digitalist Open Cloud) sort of had the functionality as a acute need to get this working on the latest Backstage release, so we forked both the plugins:

https://github.com/Digitalist-Open-Cloud/backstage-plugin-harbor https://github.com/Digitalist-Open-Cloud/backstage-plugin-harbor-backend

Published NPM packages:

https://www.npmjs.com/package/@digitalist-open-cloud/backstage-plugin-harbor https://www.npmjs.com/package/@digitalist-open-cloud/backstage-plugin-harbor-backend

The goal is to contribute back to this repo - but our case right now is not to be backwards compatible with older versions or the old backend system.

If that is fine, we are happy to create pull requests for the updates.

Vad1mo commented 1 month ago

Not backwards compatible to what version?

Vad1mo commented 1 month ago

Generally, I am open to PRs that move thigns forward.

mikkeschiren commented 1 month ago

We are focusing on the the new backend system, so I am not sure that our changes will work on the old one. We are running on Backstage v1.29.1.

mikkeschiren commented 1 month ago

I will create pull requests for the changes tomorrow or the day after, both for frontend and backend plugin.