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

Support MSC4222 state_after #4487

Open
wants to merge 32 commits into
base: develop
Choose a base branch
from
Open

Support MSC4222 state_after #4487

wants to merge 32 commits into from

Commits on Oct 30, 2024

  1. WIP support for state_after

    dbkr committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    6df4fc6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80905ad View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. Allow both state & state_after to be undefined

    Since it must have allowed state to be undefined previously: the test
    had it as such.
    dbkr committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    94ea7b5 View commit details
    Browse the repository at this point in the history
  2. Fix limited sync handling

    dbkr committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    542d95e View commit details
    Browse the repository at this point in the history
  3. Need to use state_after being undefined

    if state can be undefined anyway
    dbkr committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    648019b View commit details
    Browse the repository at this point in the history
  4. Make sliding sync sdk tests pass

    dbkr committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    08baeb8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    81665c7 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. Remove useless assignment

    hughns committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    53506b8 View commit details
    Browse the repository at this point in the history
  2. Use updates unstable prefix

    hughns committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    84c873c View commit details
    Browse the repository at this point in the history
  3. Clarify docs

    hughns committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    a514b1f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    82ba72b View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Configuration menu
    Copy the full SHA
    04f5a77 View commit details
    Browse the repository at this point in the history
  2. Update unstable prefixes

    hughns committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    4ed11ce View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Iterate

    Signed-off-by: Michael Telatynski <[email protected]>
    t3chguy committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    34f6613 View commit details
    Browse the repository at this point in the history
  2. Iterate

    Signed-off-by: Michael Telatynski <[email protected]>
    t3chguy committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    f499163 View commit details
    Browse the repository at this point in the history
  3. Fix test

    Signed-off-by: Michael Telatynski <[email protected]>
    t3chguy committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    6ce0087 View commit details
    Browse the repository at this point in the history
  4. Iterate

    Signed-off-by: Michael Telatynski <[email protected]>
    t3chguy committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    5ecc312 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d414222 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

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

    Signed-off-by: Michael Telatynski <[email protected]>
    t3chguy committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    f8574e9 View commit details
    Browse the repository at this point in the history
  3. Add test for MSC4222 behaviour

    Signed-off-by: Michael Telatynski <[email protected]>
    t3chguy committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    c387132 View commit details
    Browse the repository at this point in the history
  4. Improve coverage

    Signed-off-by: Michael Telatynski <[email protected]>
    t3chguy committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    9605132 View commit details
    Browse the repository at this point in the history
  5. Iterate

    Signed-off-by: Michael Telatynski <[email protected]>
    t3chguy committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    e1746c5 View commit details
    Browse the repository at this point in the history
  6. Fix tests

    Signed-off-by: Michael Telatynski <[email protected]>
    t3chguy committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    d61d16c View commit details
    Browse the repository at this point in the history
  7. Iterate

    Signed-off-by: Michael Telatynski <[email protected]>
    t3chguy committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    e4d5e6b View commit details
    Browse the repository at this point in the history
  8. Tidy

    Signed-off-by: Michael Telatynski <[email protected]>
    t3chguy committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    f10deb5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ad4f629 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. Configuration menu
    Copy the full SHA
    7c24d66 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03e690e View commit details
    Browse the repository at this point in the history
  3. Fix sync accumulator for state_after sync handling

    Signed-off-by: Michael Telatynski <[email protected]>
    t3chguy committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    58d0edd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a1e69b6 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. Add tests

    Signed-off-by: Michael Telatynski <[email protected]>
    t3chguy committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    d290bc4 View commit details
    Browse the repository at this point in the history