Skip to content
Permalink

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
base: 5081a68a3ac2
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 26afabaca211
Choose a head ref
  • 4 commits
  • 4 files changed
  • 2 contributors

Commits on Apr 2, 2020

  1. terraform-providers: refactor

    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>
    flokli and zimbatm committed Apr 2, 2020
    Copy the full SHA
    2e19bc7 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    3e5149a View commit details
    Browse the repository at this point in the history
  3. terraform-providers: update

    flokli committed Apr 2, 2020
    Copy the full SHA
    9f270c6 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #83279 from flokli/bump-terraform-providers

    bump terraform providers
    flokli committed Apr 2, 2020
    Copy the full SHA
    26afaba View commit details
    Browse the repository at this point in the history