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

Actor State TTL #1164

Merged
merged 20 commits into from
Jan 8, 2024
Merged

Actor State TTL #1164

merged 20 commits into from
Jan 8, 2024

Commits on Oct 12, 2023

  1. Actor state TTL support

    Signed-off-by: joshvanl <[email protected]>
    JoshVanL committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    de0a847 View commit details
    Browse the repository at this point in the history
  2. Updates Dapr version to 1.12.0

    Signed-off-by: joshvanl <[email protected]>
    JoshVanL committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    2f0cd2a View commit details
    Browse the repository at this point in the history
  3. Adds ttlInSeconds to example Dapr application

    Signed-off-by: joshvanl <[email protected]>
    JoshVanL committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    0718834 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. Configuration menu
    Copy the full SHA
    9e4ada7 View commit details
    Browse the repository at this point in the history
  2. Use DateTimeOffset? rather than DateTime?

    Signed-off-by: joshvanl <[email protected]>
    JoshVanL committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    f3866e7 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. Use TimeSpan instead of int seconds, and only expose TTLExpireTime in

    change metadata
    
    Signed-off-by: joshvanl <[email protected]>
    JoshVanL committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    ea9999b View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. Address feedback

    Signed-off-by: joshvanl <[email protected]>
    JoshVanL committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    df5a6c0 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Fix TestDaprInteractor

    Signed-off-by: joshvanl <[email protected]>
    JoshVanL committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    5922940 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. Revert github actions Dapr CI changes

    Signed-off-by: joshvanl <[email protected]>
    JoshVanL committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    982d100 View commit details
    Browse the repository at this point in the history
  2. Register StateActor in E2E

    Signed-off-by: joshvanl <[email protected]>
    JoshVanL committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    5bb19da View commit details
    Browse the repository at this point in the history
  3. Add State namespace

    Signed-off-by: joshvanl <[email protected]>
    JoshVanL committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    c4135c7 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Configuration menu
    Copy the full SHA
    f57b549 View commit details
    Browse the repository at this point in the history
  2. Fix Actor state test TTL exception check

    Signed-off-by: joshvanl <[email protected]>
    JoshVanL committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    cd58e97 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

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

Commits on Nov 16, 2023

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

Commits on Nov 17, 2023

  1. Fix-up actor ttl state bugs and add unit tests

    Signed-off-by: joshvanl <[email protected]>
    JoshVanL committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    6d5728d View commit details
    Browse the repository at this point in the history
  2. Return false in state provider if key is expired

    Signed-off-by: joshvanl <[email protected]>
    JoshVanL committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    ba7ab5e View commit details
    Browse the repository at this point in the history
  3. Ensure enough time has passed before checking key

    Signed-off-by: joshvanl <[email protected]>
    JoshVanL committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    2967d4a View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

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

Commits on Jan 8, 2024

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