-
-
Notifications
You must be signed in to change notification settings - Fork 15.5k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5081a68a3ac2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 26afabaca211
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 4 commits
- 4 files changed
- 2 contributors
Commits on Apr 2, 2020
-
Some terraform providers were moved to the `hashicorp` organization, some are still in the `terraform-providers` organization. GitHub doesn't show moved repositories when querying via the API (only on the web interface). In addition, if there are more than 100 results (there still are), we'd need to implement paging, which is cubersome in curl. In addition to that, to look up tags, we used to creating a HTTP request for each and every provider, which caused us to easily get blocked by GitHubs rate-limiting. Instead of all that, let's use `hub` (which implements paging) and the GitHub's GraphQL endpoint to get a list all repositories for a given organization AND the latest tag for each of them. We post-process the output with `jq`. This also removes the providers.txt and folds the data into the script. The blacklist was becoming too annoying to handle as a config file. For the whitelist, we still need to individually fetch tags. Fixes #83215 Co-Authored-By: zimbatm <zimbatm@zimbatm.com>
Configuration menu - View commit details
-
Copy full SHA for 2e19bc7 - Browse repository at this point
Copy the full SHA 2e19bc7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e5149a - Browse repository at this point
Copy the full SHA 3e5149aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f270c6 - Browse repository at this point
Copy the full SHA 9f270c6View commit details -
Merge pull request #83279 from flokli/bump-terraform-providers
bump terraform providers
Configuration menu - View commit details
-
Copy full SHA for 26afaba - Browse repository at this point
Copy the full SHA 26afabaView commit details
There are no files selected for viewing