Andre Wanlin
Andre Wanlin
I'm pretty confident that all the patched versions of `1.30.x` - so `1.30.1`, `1.30.2`, and `1.30.3` have this issue though I have not tested with them. The root cause is...
Thanks for reporting this @emilte Source of the bad link is here: https://github.com/backstage/community-plugins/blob/c12fbdd65b86e6bfe9d8c016cd36890ef56f7332/workspaces/explore/plugins/explore/README.md?plain=1#L14 Correct location would be to here: https://github.com/backstage/community-plugins/tree/main/workspaces/explore/plugins/explore-backend Would you be willing to submit a PR to fix...
Hi @alexef, is this something that you would be willing to submit a PR for?
Thanks! Left a comment 👍
Hi @shubhangr, The Demo site uses [Lunr Search Engine](https://backstage.io/docs/features/search/search-engines), which is an in-memory index, for reasons we should resist. I just tested this with that repo using the more commonly...
Hi, I was looking into this today and wanted to share my findings. If I removed this `if` statement: https://github.com/backstage/backstage/blob/6ef06cc84e555de13910814a0dc6798d2805716e/packages/core-app-api/src/app/resolveRouteBindings.ts#L126 Then I see it get added to `disabledExternalRefs` but then...
Some updated steps to reproduce: 1. Create a new Backstage instance: `npx @backstage/create-app@latest` 2. Add this to the `app-config.yaml` under the `app` section: ```yaml routes: bindings: scaffolder.registerComponent: false ``` 3....
Hi @SocalNick, I don't this is something that will get moved on quickly. Changes like this take a fair amount of consideration. If you need this then I would follow...
Oh wow! Thanks for taking this on @darylgraham, really appreciate it. I was thinking this would go here: https://backstage.io/docs/integrations/azure/org#customizing-transformation. As another header that cover an end to end case. I'll...
Sorry, Friday ended up being a bit of a mess, following up now. I'd prefer to do this: "Move it to the azure/org page, ~~and link to it from the...