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

Stateengine Plugin: multiple updates and fixes #949

Merged
merged 19 commits into from
Jul 30, 2024

Commits on Jul 18, 2024

  1. Configuration menu
    Copy the full SHA
    16e217b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50b5652 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f43c6f4 View commit details
    Browse the repository at this point in the history
  4. stateengine plugin: fix web interface.. corrct handling of "force set…

    …", delay and conditions
    onkelandy committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    0f4dce3 View commit details
    Browse the repository at this point in the history
  5. stateengine plugin: fix condition handling, now it's working as OR, w…

    …as AND first by accident
    onkelandy committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    10a9b0b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    956ac7a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    35aca7d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3612b4c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    168e63f View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Configuration menu
    Copy the full SHA
    4a6309f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6634e68 View commit details
    Browse the repository at this point in the history
  3. stateengine plugin: attributes from items, structs, etc. referenced b…

    …y se_use are now evaluated correctly, even if they are defined as lists.
    onkelandy committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    d6f96ff View commit details
    Browse the repository at this point in the history
  4. stateengine plugin: don't expand item pathes at beginning so relative…

    … item attributes are correctly assigned when using structs and se_use
    onkelandy committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    7aeb57b View commit details
    Browse the repository at this point in the history
  5. stateengine plugin: improve se_use handling when searching for attrib…

    …utes (gets evaluated only once in the beginning)
    onkelandy committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    5b00ffe View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Configuration menu
    Copy the full SHA
    9a358f8 View commit details
    Browse the repository at this point in the history
  2. stateengine plugin: "set" function now also returns original value, n…

    …ecessary for optimal "se_use" handling
    onkelandy committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    cde3630 View commit details
    Browse the repository at this point in the history
  3. stateengine plugin: set_from_attribute function now takes an ignore l…

    …ist of entries that should not be checked
    onkelandy committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    88b91c6 View commit details
    Browse the repository at this point in the history
  4. stateengine plugin: massive update of se_use handling. Now the item c…

    …onfig gets correctly scanned and only at init. Multiple fixes, improvements and better issue handling
    onkelandy committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    8bc09e2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fb1ddc7 View commit details
    Browse the repository at this point in the history