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

New cache interface proposal #718

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Jun 9, 2023

  1. Rework Cache interface to isolate it from streamState and make it mor…

    …e uniform between sotw and delta
    
    Signed-off-by: Valerian Roche <[email protected]>
    valerian-roche committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    c051daa View commit details
    Browse the repository at this point in the history
  2. Fix unittest update wrongly inverted an assert

    Signed-off-by: Valerian Roche <[email protected]>
    valerian-roche committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    06b24bf View commit details
    Browse the repository at this point in the history
  3. Reword comments on new ClientState and watch methods

    Signed-off-by: Valerian Roche <[email protected]>
    valerian-roche committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    4fe6c1a View commit details
    Browse the repository at this point in the history
  4. Rename ClientState to SubscriptionState. Ensure WatchesResources is a…

    …lso compatible with sotw
    
    Signed-off-by: Valerian Roche <[email protected]>
    valerian-roche committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    db72c18 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2023

  1. Propose new cache interface

    Signed-off-by: Valerian Roche <[email protected]>
    valerian-roche committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    f62d46a View commit details
    Browse the repository at this point in the history