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

Implement distributed product properties without applying them #10648

Merged
merged 7 commits into from
May 29, 2023

Commits on May 29, 2023

  1. Allow product to update itself from directories

    ... in which jinja2-aware yaml files can be used to
    define new properties.
    matejak committed May 29, 2023
    Configuration menu
    Copy the full SHA
    0c6edbb View commit details
    Browse the repository at this point in the history
  2. Introduce input hierarchy to the product class

    Make sure that the original product attributes from product yaml
    are not overwritten by distributed product properties.
    matejak committed May 29, 2023
    Configuration menu
    Copy the full SHA
    d9be544 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    22d17c3 View commit details
    Browse the repository at this point in the history
  4. Document product properties

    matejak committed May 29, 2023
    Configuration menu
    Copy the full SHA
    396e349 View commit details
    Browse the repository at this point in the history
  5. Fix loading of product yaml to utilities

    ... that are unlikely to be able to use compiled product files.
    matejak committed May 29, 2023
    Configuration menu
    Copy the full SHA
    69652eb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5942a67 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    67d80f8 View commit details
    Browse the repository at this point in the history