Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support plugins from private Pulumi repos #9185

Merged
merged 11 commits into from Mar 14, 2022
Merged

Commits on Mar 12, 2022

  1. Support plugins from private Pulumi repos

    This uses the same environment vars that we we're using for experimental private repos. That is GITHUB_TOKEN or GITHUB_ACTOR and GITHUB_PERSONAL_ACCESS_TOKEN.
    
    This allows us to develop plugins in private repos but continue to use our standard plugin flow.
    Frassle committed Mar 12, 2022
    Configuration menu
    Copy the full SHA
    7ccbd77 View commit details
    Browse the repository at this point in the history
  2. Add test

    Frassle committed Mar 12, 2022
    Configuration menu
    Copy the full SHA
    ebe552a View commit details
    Browse the repository at this point in the history
  3. Add to CHANGELOG

    Frassle committed Mar 12, 2022
    Configuration menu
    Copy the full SHA
    56f99b9 View commit details
    Browse the repository at this point in the history
  4. Only use GITHUB_TOKEN

    As described in https://docs.github.com/en/rest/overview/resources-in-the-rest-api#authentication we should be using the Authorization header.
    Frassle committed Mar 12, 2022
    Configuration menu
    Copy the full SHA
    f0c9887 View commit details
    Browse the repository at this point in the history
  5. Fix tests

    Frassle committed Mar 12, 2022
    Configuration menu
    Copy the full SHA
    84093eb View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2022

  1. Improve download tests

    Frassle committed Mar 13, 2022
    Configuration menu
    Copy the full SHA
    9918b8e View commit details
    Browse the repository at this point in the history
  2. lint

    Frassle committed Mar 13, 2022
    Configuration menu
    Copy the full SHA
    e5282da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2bb0b82 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    283965f View commit details
    Browse the repository at this point in the history
  5. Update CHANGELOG

    Frassle committed Mar 13, 2022
    Configuration menu
    Copy the full SHA
    b79a16f View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2022

  1. Configuration menu
    Copy the full SHA
    7ffe4bb View commit details
    Browse the repository at this point in the history