Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
📝 Description
As discussed in #12, following the documentation does not lead to a working instance of this plugin, when you use the latest version of Backstage. I've created this PR as a draft to hopefully start collaboration on working on a solution for this. I will document below a small list of steps I've done to get Backstage to load the plugin.
plugins/library-check-backend
directory into your Backstage'splugins/library-check-backend
packages/backend/src/index.ts
** THIS IS NOT A FULLY WORKING IMPLEMENTATION AT THIS POINT **
When I run backstage, and the "import" of all the library files starts, everything seems to fail.
A small excerpt of the logs that indicate failure:
⛳️ Current behavior
Supports old backend
🚀 New behavior
Supports new backend
💣 Is this a breaking change (Yes/No):
Not sure yet, probably yes.
📝 Additional Information
I would like some help on this. I'm unfamiliar with the changes that one needs to make to migrate a backstage plugin to the new backend. It's been a slow process of trial and error so far. I'd like to leverage other people's expertise on the matter and hopefully start of a discussion on how this should be done.
Checklist