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

realm open async #1369

Merged
merged 51 commits into from
Aug 14, 2023
Merged

realm open async #1369

merged 51 commits into from
Aug 14, 2023

Commits on Aug 4, 2023

  1. realm open async

    blagoev committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    bc7650c View commit details
    Browse the repository at this point in the history
  2. don't subscribe twice

    blagoev committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    d68effe View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

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

Commits on Aug 8, 2023

  1. filter tests on CI

    blagoev committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    97db98c View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. add changelog

    blagoev committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    b8c37ea View commit details
    Browse the repository at this point in the history
  2. fix native struct sizes

    enable multiplexing
    blagoev committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    3b85c77 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. revert test filter

    blagoev committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    4df83a5 View commit details
    Browse the repository at this point in the history
  2. remove null check

    blagoev committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    df11bdc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6ef613c View commit details
    Browse the repository at this point in the history
  4. don't use broadcast

    blagoev committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    7dd5ac1 View commit details
    Browse the repository at this point in the history
  5. check token isCancelled inside CancellableFuture callback

    use try finally for pgoress subscription cancelations
    Use CancellableCompleter for openRealmAsync. Core does not invoke the callback on cancellation.
    blagoev committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    94a81d1 View commit details
    Browse the repository at this point in the history
  6. force rebuild

    blagoev committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    897f971 View commit details
    Browse the repository at this point in the history
  7. revert cache.

    filter tests
    blagoev committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    15916eb View commit details
    Browse the repository at this point in the history
  8. force release

    blagoev committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    bc9f4f9 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. only linux ci

    blagoev committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    6c4b676 View commit details
    Browse the repository at this point in the history
  2. filter tests

    blagoev committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    3b71a48 View commit details
    Browse the repository at this point in the history
  3. only linux

    blagoev committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    8246a11 View commit details
    Browse the repository at this point in the history
  4. 1

    blagoev committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    c009104 View commit details
    Browse the repository at this point in the history
  5. only linux

    blagoev committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    abe4351 View commit details
    Browse the repository at this point in the history
  6. 2

    blagoev committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    7a97898 View commit details
    Browse the repository at this point in the history
  7. 3

    blagoev committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    6f23cd5 View commit details
    Browse the repository at this point in the history
  8. 3

    blagoev committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    53178ad View commit details
    Browse the repository at this point in the history
  9. 4

    blagoev committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    ae389bb View commit details
    Browse the repository at this point in the history
  10. 5

    blagoev committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    1eef8b8 View commit details
    Browse the repository at this point in the history
  11. 6

    blagoev committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    ab67fca View commit details
    Browse the repository at this point in the history
  12. 1

    blagoev committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    d9e46a7 View commit details
    Browse the repository at this point in the history
  13. 7

    blagoev committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    249beac View commit details
    Browse the repository at this point in the history
  14. 8

    blagoev committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    3bbb86a View commit details
    Browse the repository at this point in the history
  15. 9

    blagoev committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    986ce1c View commit details
    Browse the repository at this point in the history
  16. 10

    blagoev committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    64ddc2a View commit details
    Browse the repository at this point in the history
  17. 1

    blagoev committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    9647c2e View commit details
    Browse the repository at this point in the history
  18. 12

    blagoev committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    07b3289 View commit details
    Browse the repository at this point in the history
  19. 11

    blagoev committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    1c91f9a View commit details
    Browse the repository at this point in the history
  20. 124

    blagoev committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    0db6613 View commit details
    Browse the repository at this point in the history
  21. 1

    blagoev committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    ba1f6fd View commit details
    Browse the repository at this point in the history
  22. 12 + custom realm-core

    blagoev committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    a6902fc View commit details
    Browse the repository at this point in the history
  23. 23

    blagoev committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    1427472 View commit details
    Browse the repository at this point in the history
  24. 34564

    blagoev committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    c00b503 View commit details
    Browse the repository at this point in the history
  25. fixed core

    blagoev committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    3738379 View commit details
    Browse the repository at this point in the history
  26. 345

    blagoev committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    04d98c5 View commit details
    Browse the repository at this point in the history
  27. 334344

    blagoev committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    b960065 View commit details
    Browse the repository at this point in the history
  28. 23

    blagoev committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    3a0360f View commit details
    Browse the repository at this point in the history
  29. fix open asyn callback

    blagoev committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    eaf0d45 View commit details
    Browse the repository at this point in the history
  30. 3434

    blagoev committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    94d7fb0 View commit details
    Browse the repository at this point in the history
  31. 234234

    blagoev committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    c0e9465 View commit details
    Browse the repository at this point in the history
  32. await inside

    blagoev committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    51941d6 View commit details
    Browse the repository at this point in the history
  33. remove debug statements

    blagoev committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    1f55457 View commit details
    Browse the repository at this point in the history
  34. revert debug stms

    blagoev committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    3fc0e9a View commit details
    Browse the repository at this point in the history
  35. revert CI

    blagoev committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    1130bc2 View commit details
    Browse the repository at this point in the history
  36. revert CI

    blagoev committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    37c3732 View commit details
    Browse the repository at this point in the history
  37. revert Core

    blagoev committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    fee69be View commit details
    Browse the repository at this point in the history