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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(datastore): Update outbox comparison logic to fix update versioning problems #12813

Merged
merged 3 commits into from
Jan 10, 2024

Commits on Jan 8, 2024

  1. Squashed commit of the following:

    commit 63507e6
    Author: Aaron S <stocaaro@stocad.com>
    Date:   Mon Jan 8 14:51:15 2024 -0600
    
        fix(datastore): Consecutive updates bug fix
    
    commit 5492d52
    Author: Aaron S <stocaaro@stocad.com>
    Date:   Mon Jan 8 13:45:32 2024 -0600
    
        Remove dead function
    
    commit 8af79b8
    Merge: 3fd5f7d 4763b55
    Author: Aaron S <94858815+stocaaro@users.noreply.github.com>
    Date:   Mon Jan 8 13:38:31 2024 -0600
    
        Merge branch 'main' into 04-consecutive-updates-take2
    
    commit 3fd5f7d
    Merge: fe33aa9 d0911f5
    Author: Aaron S <94858815+stocaaro@users.noreply.github.com>
    Date:   Mon Jan 8 12:58:07 2024 -0600
    
        Merge branch 'main' into 04-consecutive-updates-take2
    
    commit fe33aa9
    Author: Aaron S <stocaaro@stocad.com>
    Date:   Mon Jan 8 12:31:42 2024 -0600
    
        refactor: Test service fake, remove dead code
    
    commit 965c5b5
    Merge: 10ccded 483bf03
    Author: Aaron S <94858815+stocaaro@users.noreply.github.com>
    Date:   Fri Jan 5 16:39:30 2024 -0600
    
        Merge branch 'main' into 04-consecutive-updates-take2
    
    commit 10ccded
    Merge: 409f0ab dc4cf29
    Author: Aaron S <94858815+stocaaro@users.noreply.github.com>
    Date:   Fri Jan 5 10:45:07 2024 -0600
    
        Merge branch 'main' into 04-consecutive-updates-take2
    
    commit 409f0ab
    Author: Aaron S <94858815+stocaaro@users.noreply.github.com>
    Date:   Fri Jan 5 10:45:00 2024 -0600
    
        Update packages/datastore/__tests__/conflictResolutionBehavior.test.ts
    
        Co-authored-by: David McAfee <mcafd@amazon.com>
    
    commit 61dfff8
    Author: Aaron S <94858815+stocaaro@users.noreply.github.com>
    Date:   Fri Jan 5 10:44:49 2024 -0600
    
        Update packages/datastore/__tests__/helpers/fakes/graphqlService.ts
    
        Co-authored-by: David McAfee <mcafd@amazon.com>
    
    commit 105fe37
    Author: Aaron S <stocaaro@stocad.com>
    Date:   Thu Jan 4 12:17:54 2024 -0600
    
        Fix lint issues
    
    commit 5d59946
    Merge: 0972d0f 46038f7
    Author: Aaron S <94858815+stocaaro@users.noreply.github.com>
    Date:   Thu Jan 4 12:12:48 2024 -0600
    
        Merge branch 'main' into 04-consecutive-updates-take2
    
    commit 0972d0f
    Author: Aaron S <stocaaro@stocad.com>
    Date:   Thu Jan 4 11:59:48 2024 -0600
    
        Update OCC tests so all external updates succeed
    
    commit b669961
    Merge: 23b2ac0 44fdfe8
    Author: Aaron S <94858815+stocaaro@users.noreply.github.com>
    Date:   Thu Jan 4 11:27:42 2024 -0600
    
        Merge branch 'main' into 04-consecutive-updates-take2
    
    commit 23b2ac0
    Author: Aaron S <stocaaro@stocad.com>
    Date:   Thu Jan 4 11:13:20 2024 -0600
    
        Disambiguate names
    
    commit 08e60d5
    Author: Aaron S <stocaaro@stocad.com>
    Date:   Thu Jan 4 11:10:21 2024 -0600
    
        merge
    
    commit 520b8fe
    Author: Aaron S <stocaaro@stocad.com>
    Date:   Thu Jan 4 11:09:12 2024 -0600
    
        merge
    
    commit 1ec13d7
    Author: Aaron S <stocaaro@stocad.com>
    Date:   Thu Jan 4 11:02:38 2024 -0600
    
        Refactor to align events with sample app and clarify fake service count interface
    
    commit f1f883b
    Author: Aaron S <stocaaro@stocad.com>
    Date:   Thu Dec 21 16:39:25 2023 -0600
    
        Updates from comments
    
    commit f197d77
    Author: Aaron S <stocaaro@stocad.com>
    Date:   Wed Jan 3 11:04:17 2024 -0600
    
        test(datastore): Refactor test names and make subscriptions more latent / realistic
    
    commit 354ab21
    Author: Aaron S <stocaaro@stocad.com>
    Date:   Wed Jan 3 11:03:06 2024 -0600
    
        Update packages/datastore/__tests__/helpers/UpdateSequenceHarness.ts
    
        Co-authored-by: David McAfee <mcafd@amazon.com>
    
    commit 876181e
    Author: Aaron S <stocaaro@stocad.com>
    Date:   Wed Jan 3 11:02:10 2024 -0600
    
        Updates from comments
    
    commit 318549d
    Author: Aaron S <stocaaro@stocad.com>
    Date:   Wed Dec 20 12:05:44 2023 -0600
    
        Improve comments and get rid of unused features
    stocaaro committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    1c1d216 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

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