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

[REF-1885] Shard Substates when serializing to Redis #2574

Merged
merged 14 commits into from
Feb 21, 2024

Commits on Feb 16, 2024

  1. Move sharding internal to StateManager

    Avoid leaking sharding implementation details all over the State class and
    breaking the API
    masenf committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    0da630b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0536308 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f4774cc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9091fea View commit details
    Browse the repository at this point in the history
  5. state: when getting parent_state, set top_level=False

    ensure that we don't end up with a broken tree
    masenf committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    9c271eb View commit details
    Browse the repository at this point in the history
  6. test_app: get tests passing with redis by passing the correct token

    refactor upload tests to suck less
    masenf committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    f981b96 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1af51a8 View commit details
    Browse the repository at this point in the history
  8. state.py: pass static checks

    masenf committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    521291a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    658f540 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b130f6e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ac72ca3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b7e265e View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Configuration menu
    Copy the full SHA
    498153d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d2ea15 View commit details
    Browse the repository at this point in the history