Benjamin Janssens

Results 42 comments of Benjamin Janssens

I'm not sure where, but this weekend I read that the Tinfoil servers themselves were experiencing some issues on Saturday, so that might also be it. I'll try again later.

@fpschrisiom really? I hope that's coincidental because that would be a weird side-effect of adjusting the log level 😅

@a1ex4 exactly. I'll try it out next week and let you know if it's fixed!

Nice, thanks for letting us know! I didn't have the time to test it out yet.

In the meantime, I have found a solution that works for us by first retrieving all projects and then calling the endpoint for each project. This moves the limit from...

@benjdlambert if I'm understanding the code correctly, we're specifically searching for repositories that contain a `catalog-info.yaml` file, which also helps with creating the location of this file, so I'm not...

This specific issue has been fixed in #26873, so I guess it can be closed? @pjungermann @benjdlambert

Should have been resolved by #29887, but haven't had the time to test myself

We just applied the changes last week and it works as expected! 🥳

Hmm, this seems to be related to the usage of `convertLegacyAppRoot`. If I don't use `convertLegacyAppRoot`, it all works fine, but as soon as I start using `convertLegacyAppRoot` the plugins...