Tharaka De Silva

Results 6 comments of Tharaka De Silva

We are also facing this issue, so I was looking at submitting a PR. The recommended options by @skycaptain were to either: 1) Allow a custom page limit 2) Disable...

Thank you, @rarkins, for the feedback! To highlight, with this approach, we are going to make three calls the first time: - /artifactory/v2/renovate/renovate/tags/list?n=10000 (200) - /artifactory/v2/renovate/renovate/tags/list?n=10000&last=32.32-slim (404) - /artifactory/v2/renovate/renovate/tags/list (200)...

Hi @rarkins, yes, we can do that. It's going to add a conditional on each iteration though. But, as I am typing this out, I feel it's probably not that...

Thanks @philwebb!! I've applied the workaround (1) that you recommended and it is working as expected, thank you.

Hi folks, any update on this?

@illicitonion Let me add our use case here as well. We have two separate rules_jvm_external trees for SpringBoot 2 and SpringBoot 3. We didn't have the capacity to do a...