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

Add resource github_app_installation_repositories #1376

Merged
merged 5 commits into from
Dec 5, 2022

Commits on Nov 21, 2022

  1. Add resource github_app_installation_repositories

    This resource allows multiple repositories to be passed in; which greatly improves the performance of the resource compared to the single repository version
    when needing to control state of multiple app installations with multiple repos, required in larger organisations.
    
    The optimisation occurs as only a single call to get the list of repos is required per installation per read, regardless of the number of respositories being added.
    
    - Add resource_github_app_installation_repositories
    - Add tests
    david-bain committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    3451082 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2022

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

Commits on Dec 1, 2022

  1. Update docs and link

    david-bain committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    52cab92 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2022

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

Commits on Dec 5, 2022

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