Patrik Oldsberg

Results 401 comments of Patrik Oldsberg
trafficstars

@aramissennyeydd alright, thank you for the update 👍 Could let it sit for the time being if you want, I might poke around at this some more at some point...

Only one of #22332 and this should be open right? I posted an update over at https://github.com/backstage/backstage/pull/22332#pullrequestreview-1877492814

Hmm, seems kinda tricky to get this right with the proper NPM release tags as well as changelog communication. Could be something to explore though. I think the need for...

Added this to the new "Release Updates" milestone. Started collecting ideas for how we could improve our release process to potentially spend a bit of time on that in the...

Good idea! happy for any help we can get to have this implemented 🙏

@davidfestal yep! something like this: ```ts export default createBackendFeatureBundle({ // Dependencies, only supports root-scoped services deps: { config: coreServices.rootConfig, logger: coreServices.rootLogger, }, // This factory is called as soon as...

Tiny bit of history here too is that we used to have "shared environments" that could be installed in a backend instance, but [we decided to remove](https://github.com/backstage/backstage/pull/18834) those in favor...

@benjdlambert Hmm, thinking that's a bit too dangerous tbh, although at the same time quite sensible 😅 For example I specifically skipped the trimming of PEM format secrets just in...

Updated + added changeset for `backend-defaults`

@markjacksonfishing what's the GHA problem you're aiming to fix?