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

Add support for Keypath filtering in notifications #1547

Merged
merged 27 commits into from
Dec 1, 2023

Commits on Aug 14, 2023

  1. Backup

    Christian Melchior committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    b5c3a06 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. Merge branch 'main' into cm/keypath-notifications

    Christian Melchior committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    0c22cdb View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. Backup

    Christian Melchior committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    6885aa3 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Merge branch 'main' into cm/keypath-notifications

    Christian Melchior committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    d10e5ec View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. Actually getting something to work.

    Added handling of char** to String[]
    Christian Melchior committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    3a880cd View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2023

  1. Add first step of tests

    Christian Melchior committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    81bd939 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. Results tests

    Christian Melchior committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    0d48749 View commit details
    Browse the repository at this point in the history
  2. Add tests for sets and lists

    Christian Melchior committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    813aa34 View commit details
    Browse the repository at this point in the history
  3. Add map tests

    Christian Melchior committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    8dd8c3c View commit details
    Browse the repository at this point in the history
  4. Formatting

    Christian Melchior committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    94577bd View commit details
    Browse the repository at this point in the history
  5. Update core submodule

    Christian Melchior committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    caa4f38 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Merge branch 'main' into cm/keypath-notifications

    # Conflicts:
    #	packages/external/core
    #	packages/jni-swig-stub/realm.i
    #	packages/jni-swig-stub/src/main/jni/realm_api_helpers.cpp
    #	packages/jni-swig-stub/src/main/jni/realm_api_helpers.h
    Christian Melchior committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    d73ed88 View commit details
    Browse the repository at this point in the history
  2. More cleanup

    Christian Melchior committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    1ec7bd1 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. Merge branch 'main' into cm/keypath-notifications

    # Conflicts:
    #	packages/external/core
    Christian Melchior committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    e097810 View commit details
    Browse the repository at this point in the history
  2. Fix macOS implementation

    Christian Melchior committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    4c6f151 View commit details
    Browse the repository at this point in the history
  3. Add changelog

    Christian Melchior committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    078535e View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. Add support for keypaths on queries

    Christian Melchior committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    cdfd2de View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into cm/keypath-notifications

    # Conflicts:
    #	CHANGELOG.md
    Christian Melchior committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    a0015be View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. Merge branch 'main' into cm/keypath-notifications

    Christian Melchior committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    8abe065 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. Cleanup

    Christian Melchior committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    4f43141 View commit details
    Browse the repository at this point in the history
  2. Fix static analysis

    Christian Melchior committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    9ec94d0 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. PR feedback

    Christian Melchior committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    4a25622 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. Use correct commit from master.

    Christian Melchior committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    9314d70 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. PR feedback + add mention of wildcards to docs

    Christian Melchior committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    1422d2b View commit details
    Browse the repository at this point in the history
  2. Fix detekt

    Christian Melchior committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    438f72f View commit details
    Browse the repository at this point in the history
  3. PR feedback

    Christian Melchior committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    45b909c View commit details
    Browse the repository at this point in the history
  4. Fix test

    Christian Melchior committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    fa1de3c View commit details
    Browse the repository at this point in the history