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

JSON serialization for collection in mixed #1520

Closed
wants to merge 48 commits into from

Commits on Jun 20, 2023

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

Commits on Jun 27, 2023

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

Commits on Jun 29, 2023

  1. Configuration menu
    Copy the full SHA
    b1f5b2d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65256b0 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

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

Commits on Jul 26, 2023

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

Commits on Aug 3, 2023

  1. Configuration menu
    Copy the full SHA
    f99a006 View commit details
    Browse the repository at this point in the history
  2. Update test

    rorbech committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    61ccde7 View commit details
    Browse the repository at this point in the history
  3. Notification test for set

    rorbech committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    8f422a6 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. Minor adjustments

    rorbech committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    ee01946 View commit details
    Browse the repository at this point in the history
  2. Additional tests

    rorbech committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    84c93a1 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Configuration menu
    Copy the full SHA
    8f98c22 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88b8c58 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

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

Commits on Aug 23, 2023

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

Commits on Aug 25, 2023

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

Commits on Aug 27, 2023

  1. More test fixes

    rorbech committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    6d0ab0f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01ee687 View commit details
    Browse the repository at this point in the history
  3. Linting

    rorbech committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    bd29c94 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Configuration menu
    Copy the full SHA
    4894d4a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36b6705 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b570421 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Merge branch 'main' into cr/collections-in-mixed

    # Conflicts:
    #	packages/cinterop/src/commonMain/kotlin/io/realm/kotlin/internal/interop/ErrorCode.kt
    #	packages/cinterop/src/nativeDarwin/kotlin/io/realm/kotlin/internal/interop/ErrorCode.kt
    #	packages/external/core
    rorbech committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    009dc2b View commit details
    Browse the repository at this point in the history
  2. Minor cleanup and docs

    rorbech committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    871819b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d28860 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Minor updates

    rorbech committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    620e2a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a69035 View commit details
    Browse the repository at this point in the history
  3. Comments

    rorbech committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    84e8c91 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bbf93f4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0bee4f1 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. Update CHANGELOG.md

    Co-authored-by: Christian Melchior <[email protected]>
    rorbech and cmelchior authored Sep 4, 2023
    Configuration menu
    Copy the full SHA
    6b3d872 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into cr/collection-in-mixed-serialization

    # Conflicts:
    #	packages/external/core
    rorbech committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    e9d4782 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    619d499 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a61e9e2 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Configuration menu
    Copy the full SHA
    1af3d75 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG

    rorbech committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    d7a30b7 View commit details
    Browse the repository at this point in the history
  3. Remove new line in CHANGELOG

    rorbech committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    7256bea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    554d236 View commit details
    Browse the repository at this point in the history
  5. More review feedback

    rorbech committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    a442cab View commit details
    Browse the repository at this point in the history
  6. Fix macos tests

    rorbech committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    14501d3 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

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

Commits on Sep 11, 2023

  1. Configuration menu
    Copy the full SHA
    37b5b0f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5883e3 View commit details
    Browse the repository at this point in the history
  3. More docs

    rorbech committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    0878d57 View commit details
    Browse the repository at this point in the history
  4. Fix test

    rorbech committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    4981609 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fb619c6 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Configuration menu
    Copy the full SHA
    801ff1d View commit details
    Browse the repository at this point in the history
  2. Remove unused imports

    rorbech committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    2023660 View commit details
    Browse the repository at this point in the history