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

fix(datastore): base sync when sync expression changes #2937

Open
wants to merge 19 commits into
base: main
Choose a base branch
from

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    9720a40 View commit details
    Browse the repository at this point in the history
  2. changed log before migration

    Edison Zhang committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    a28ad3e View commit details
    Browse the repository at this point in the history
  3. added AddSyncExpressionToLastSyncMetadata

    Edison Zhang committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    24a24c2 View commit details
    Browse the repository at this point in the history
  4. DB migration (MVP)

    Edison Zhang committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    6a3f061 View commit details
    Browse the repository at this point in the history
  5. add new field to LastSyncMetadata model (MVP: pre-deserialized Query …

    …Predicate)
    Edison Zhang committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    455f879 View commit details
    Browse the repository at this point in the history
  6. updated signature of saveLastDelta/BaseSyncTime and added TODO in Syn…

    …cTimeRegistry&SyncProcessor
    Edison Zhang committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    1fc5f09 View commit details
    Browse the repository at this point in the history
  7. use & save syncExpression (MVP)

    1. use serializedSyncExpression in lookupLastSyncTime
    2. save serializedSyncExpression along with lastSyncTime
    Edison Zhang committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    f409ad3 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. changed syncExpression in LastSyncMetadata from String to QueryPredic…

    …ate and modified related method call
    Edison Zhang committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    0daf143 View commit details
    Browse the repository at this point in the history
  2. Added NONE PredicateType for MatchNoneQueryPredicate in GsonPredicate…

    …Adapters
    Edison Zhang committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    552cd9e View commit details
    Browse the repository at this point in the history
  3. enabled objects assigned to concrete QueryPredicate classes to be ser…

    …ialized with QueryPredicateAdapter
    Edison Zhang committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    7975082 View commit details
    Browse the repository at this point in the history
  4. fix broken test cases

    Edison Zhang committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    7b03322 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ab1c7f2 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. fixed existing unit tests in SyncProcessorTest

    Edison Zhang committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    5e694e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9568719 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. [minor format fix]

    Edison Zhang committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    1e68d62 View commit details
    Browse the repository at this point in the history
  2. minor fixed to pass checkstyle

    Edison Zhang committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    4c85614 View commit details
    Browse the repository at this point in the history
  3. [minor] more fixes for checkstyles

    Edison Zhang committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    076a042 View commit details
    Browse the repository at this point in the history
  4. one last fix for checkstyle (hopefully)

    Edison Zhang committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    fc8d8a0 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

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