You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pkgs/applications/networking/cluster/terraform-providers/update-all is a bash script querying GitHub's API manually via curl.
GitHub requires clients to support pagination, the script currently doesn't, but only queries the "first 100 repositories", meaning it doesn't discover (and update) all of them.
Maybe it's time to rewrite this script in something that can make use some higher-level GitHub API bindings, like Python.
The text was updated successfully, but these errors were encountered:
the terraform-providers GitHub org now has more than 100 repos
This also removes the proviers.txt and folds the data into the script.
The blacklist was becoming too annoying to handle as a config file.
FixesNixOS#83215
pkgs/applications/networking/cluster/terraform-providers/update-all
is a bash script querying GitHub's API manually viacurl
.GitHub requires clients to support pagination, the script currently doesn't, but only queries the "first 100 repositories", meaning it doesn't discover (and update) all of them.
Maybe it's time to rewrite this script in something that can make use some higher-level GitHub API bindings, like Python.
The text was updated successfully, but these errors were encountered: