cunymatthieu / tgenv

Terragrunt version manager
MIT License
223 stars 70 forks source link

use pagination where required #15

Open NixM0nk3y opened 4 years ago

NixM0nk3y commented 4 years ago

Githubs API now only returns 100 items from its API ( even when asking for 1000)

The number of terragrunt release now greatly exceeds the 100 (245/ 3 pages) which means older 0.17 era versions are no longer found by tgenv.

This commit intros pagination to allow all versions to be found

michaelpporter commented 3 years ago

This would fix #16

tsunamishaun commented 3 years ago

@michaelpporter any chance for a new release?

michaelpporter commented 3 years ago

@tsunamishaun I have no control over this repo.

ghost commented 3 years ago

Tested this on my tgenv as I was hitting the same issue when trying to install an old version (0.18.7). This fix works perfectly, excellent work by @NixM0nk3y - @cunymatthieu please can we get this merged into master?

fabiogermann commented 2 years ago

@cunymatthieu can we get this merged? would be important to be able to install older versions

ChrisLanks commented 1 year ago

Yes. This would have also helped us today to have this merged in

iokiwi commented 1 year ago

@fabiogermann @ChrisLanks this project has been abandoned for years. A few of us forked the project and fixed this issue in https://github.com/tgenv/tgenv/pull/2