Patrik Oldsberg

Results 332 comments of Patrik Oldsberg

Merged #10507 into this, which contained the additions to the routing system, even though it's not hooked up yet. Figured we finalize this in a single PR. See #10507 for...

#11173 was released in the most recent `next` release, give it a spin! 😁

@andresmonc how so, it's exactly what it does? You load in a local template into the editor, make changes, execute it, and view the results.

@andresmonc ah alright, do you think an option to either download or save the dry-run result to a different folder would do it?

Dunno about re-upload, seems a bit tricker for a lot of reasons. Download should be pretty straight forward I think. All the data is there already, so just need to...

Hmm, have you run `yarn install` and are you running that command from the repo root?

@tunkl Yep! See https://github.com/backstage/backstage/pull/12991#issuecomment-1214823932 Then we'll need to continue the conversation and figure out what kind of API we want to land on, and of make CI happy too

Reading through the original issue again it seem to me like what we really want to add here is a `defaultNamespace` option that works just like the kind one right?...

@tunkl perhaps, see https://github.com/backstage/backstage/pull/12991#discussion_r942543555

Discussed this a bit more today and settled on the `humanizeEntityRef(ref, { defaultNamespace: false })` approach. So let's add the `defaultNamespace` option as `string | false`. In case it's a...