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

Extend the Profile class in profile_tool #12019

Merged

Commits on May 23, 2024

  1. Extend the Profile class in profile_tool

    I had to conduct some tests with variables in profiles and it became
    much easier when this class was expanded to also map variables instead of
    only rules. It was actually considered when the class was introduced but
    there was no concrete demand for this back in the time. Now there is a
    demand for assessment of profiles variables.
    marcusburghardt committed May 23, 2024
    Configuration menu
    Copy the full SHA
    d3d7cbc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b05f60 View commit details
    Browse the repository at this point in the history
  3. Convert list to dict

    It will improve the performance when interacting with profile variables.
    marcusburghardt committed May 23, 2024
    Configuration menu
    Copy the full SHA
    67365a7 View commit details
    Browse the repository at this point in the history