You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current code/documentation for the backend devcontainers plugin is based on Backstage's previous backend system. But recently, they've rolled out a New Backend System
I don't think we'll actually need to make any changes to the processor class itself, but we do want to make sure that:
The class follows any new patterns for exports
The documentation is updated to walk somebody through adding the devcontainers plugin for the old/classic backend system, and the new one
The text was updated successfully, but these errors were encountered:
Parkreiner
changed the title
Devcontainers backend plugin: Update code/documentation to account for Backstage's New Backend System
Devcontainers backend plugin: update code/documentation to account for Backstage's 'New Backend System'
Mar 26, 2024
I've gotten started on testing out this migration. Importing the backend plugin was not too difficult following https://backstage.io/docs/backend-system/building-backends/migrating/. That was until I reached incompatible dependencies during build time. I'll continue on to see if I can figure out what's giving me issues during the build.
The current code/documentation for the backend devcontainers plugin is based on Backstage's previous backend system. But recently, they've rolled out a New Backend System
I don't think we'll actually need to make any changes to the processor class itself, but we do want to make sure that:
The text was updated successfully, but these errors were encountered: