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

[YAML] Allow explicitly including external provider lists. #31604

Merged
merged 5 commits into from
Jun 21, 2024

Commits on Jun 15, 2024

  1. [YAML] Allow explicitly including external provider lists.

    This can be more useful than jinja's {% include %} as it can refer
    to urls, does not have to assume perfect indentation of the included
    file, and avoids applying templitization to the included file.
    robertwb committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    00fb9ea View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. windows fix

    robertwb committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    4fdb105 View commit details
    Browse the repository at this point in the history
  2. lint

    robertwb committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    1673687 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

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