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

Jrule when refactoring #61

Merged
merged 24 commits into from
Oct 25, 2022
Merged

Commits on Oct 5, 2022

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

Commits on Oct 8, 2022

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

Commits on Oct 11, 2022

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

Commits on Oct 13, 2022

  1. add addon action handler

    querdenker2k committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    36f1e89 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2022

  1. Merge remote-tracking branch 'origin/main' into jrule_when_refactoring

    # Conflicts:
    #	src/main/java/org/openhab/automation/jrule/internal/engine/JRuleEngine.java
    #	src/main/java/org/openhab/automation/jrule/internal/engine/JRuleExecutionContext.java
    #	src/main/java/org/openhab/automation/jrule/rules/JRuleWhenItemChange.java
    #	src/main/java/org/openhab/automation/jrule/rules/event/JRuleItemEvent.java
    querdenker2k committed Oct 15, 2022
    Configuration menu
    Copy the full SHA
    6eb1398 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a1dbaf1 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2022

  1. update

    querdenker2k committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    ce7f0e0 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2022

  1. update

    querdenker2k committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    a678061 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

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

Commits on Oct 20, 2022

  1. merge

    querdenker2k committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    24d6e91 View commit details
    Browse the repository at this point in the history
  2. merge

    querdenker2k committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    4e9413f View commit details
    Browse the repository at this point in the history
  3. update

    querdenker2k committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    ed49a07 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2022

  1. Configuration menu
    Copy the full SHA
    dc9a5c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28f64a0 View commit details
    Browse the repository at this point in the history
  3. bugfix

    querdenker2k committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    392ca51 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2022

  1. Configuration menu
    Copy the full SHA
    009afdc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be1bddf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0197233 View commit details
    Browse the repository at this point in the history
  4. Add some more checks on the rule methods. Renamed to() to command() i…

    …n JRuleWhenItemReceivedCommand annotation
    seime committed Oct 22, 2022
    Configuration menu
    Copy the full SHA
    6aca138 View commit details
    Browse the repository at this point in the history
  5. Dispose JRuleEngine on shutdown

    seime committed Oct 22, 2022
    Configuration menu
    Copy the full SHA
    531cc29 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ad302c3 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2022

  1. one small change

    querdenker2k committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    956aeaf View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

  1. removed unused triggers, unify constructor calls, allow using concret…

    …e JRuleXXXEvent as method parameters
    querdenker2k committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    d13888b View commit details
    Browse the repository at this point in the history
  2. add migration readme

    querdenker2k committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    a667107 View commit details
    Browse the repository at this point in the history