cunymatthieu / tgenv

Terragrunt version manager
MIT License
223 stars 70 forks source link

Update tgenv-list-remote #25

Open NathanTindle opened 3 years ago

NathanTindle commented 3 years ago

It would be very helpful to update tgenv-list-remote to return more than 100 versions. This would assist me in a migration from older versions of terragrunt that do not show due to the limitation of github api having a max of 100 for per_page.

NathanTindle commented 3 years ago

I did not see there is already an open pull request for this same issue the other fix is probably better as I does not have the limitation of page numbers

sajidk1 commented 3 years ago

@NathanTindle unfortunately, you won't get any traction with this PR. See #19

NathanTindle commented 3 years ago

Thank you @sajid-khan-js you are probably right. I will just use my own fork for now. Just need it for a migration so will probably be removed sometime in the future

jpalomaki commented 3 years ago

@NathanTindle Have you tried using git ls-remote --tags https://github.com/gruntwork-io/terragrunt to fetch versions instead?

NathanTindle commented 3 years ago

@jpalomaki I had not seen this thank you for the info. I will take a look

iokiwi commented 1 year ago

@NathanTindle @weyderfs has forked and is trying to reboot this project over at https://github.com/tgent/tgenv (see https://github.com/cunymatthieu/tgenv/issues/45)

Consider raising your MR over there? Otherwise do you mind If I move this over?

iokiwi commented 1 year ago

@NathanTindle I've reimplemented this PR incorporating suggestions from the comments over at in https://github.com/tgenv/tgenv/pull/2