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

Added expire functionality as core framework feature #1803

Merged
merged 10 commits into from
Nov 19, 2020

Commits on Nov 8, 2020

  1. added expire functionality

    Signed-off-by: Kai Kreuzer <kai@openhab.org>
    kaikreuzer committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    798dabe View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2020

  1. added unit tests

    Signed-off-by: Kai Kreuzer <kai@openhab.org>
    kaikreuzer committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    c50ab78 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2020

  1. fixed spotless problem

    Signed-off-by: Kai Kreuzer <kai@openhab.org>
    kaikreuzer committed Nov 15, 2020
    Configuration menu
    Copy the full SHA
    0644e0d View commit details
    Browse the repository at this point in the history
  2. Allow NULL and UNDEF as strings

    Signed-off-by: Kai Kreuzer <kai@openhab.org>
    kaikreuzer committed Nov 15, 2020
    Configuration menu
    Copy the full SHA
    93a8510 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2020

  1. directly return when being disabled

    Signed-off-by: Kai Kreuzer <kai@openhab.org>
    kaikreuzer committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    d8a6a14 View commit details
    Browse the repository at this point in the history
  2. do not retry config parsing

    Signed-off-by: Kai Kreuzer <kai@openhab.org>
    kaikreuzer committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    79c256b View commit details
    Browse the repository at this point in the history
  3. fixed potential NPE when no metadata is available in cache

    Signed-off-by: Kai Kreuzer <kai@openhab.org>
    kaikreuzer committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    073a2e4 View commit details
    Browse the repository at this point in the history
  4. listen to changes in metadata registry

    Signed-off-by: Kai Kreuzer <kai@openhab.org>
    kaikreuzer committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    d7d71fb View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2020

  1. spotless fix

    Signed-off-by: Kai Kreuzer <kai@openhab.org>
    kaikreuzer committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    0570b84 View commit details
    Browse the repository at this point in the history
  2. addressed review comments

    Signed-off-by: Kai Kreuzer <kai@openhab.org>
    kaikreuzer committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    eb88b0e View commit details
    Browse the repository at this point in the history