Fredrik Adelöw
Fredrik Adelöw
https://discord.com/channels/687207715902193673/1187518197147111534 Our docs still say that the backend system is in alpha, months after we said it's production ready. - ~~Remove traces of alpha wording in docs~~ #21990 - Migrate...
Hopefully stops PRs like https://github.com/backstage/backstage/pull/23021 and https://github.com/backstage/backstage/pull/22964 from recurring
It's kinda informative to be able to see these, I feel. Some work to add initially, sure, but it also constitutes a test bed of things to try when we...
This is the first part of a big shift, where all of the `coreServices` will be declared directly in `@backstage/backend-plugin-api` and have default implementations on dedicated subpath exports in `@backstage/backend-defaults`....
Fixes #24530 This was limiting at the wrong level, so it became re-entrant. Also downgraded it to five concurrent requests; 10 is borderline rudeness.
This doesn't do much at this point, besides visibility and moving some code out of the catalog backend that arguably doesn't have to live there. There are no functional changes;...
When I made #23997, the build initially complained that I need to run repo fix. I gathered that this solution is safer than trying to put anything directly in the...
### 🔖 Feature description The incoming end of [the proxy-backend plugin](https://github.com/backstage/backstage/blob/ed83f855352307de4a67b878af97b6dbdb191d5f/plugins/proxy-backend) currently allows unauthenticated access. In the new backend system, we have the opportunity to improve this. ### 🎤 Context...
Had to try this out as part of reviewing #22648. See the changeset - this adds a `--require` flag to the `package start` CLI command. This is basically passed directly...