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

query using pointers in deep sub-documents #7426

Closed
wants to merge 25 commits into from

Commits on Jun 9, 2021

  1. test and code

    oallouch committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    a7fd0ea View commit details
    Browse the repository at this point in the history
  2. start of changelog update

    oallouch committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    3973c5f View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2021

  1. Configuration menu
    Copy the full SHA
    bea4707 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61affe2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bfdb6a9 View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump normalize-url from 4.5.0 to 4.5.1 (parse-community#…

    …7428)
    
    Bumps [normalize-url](https://github.com/sindresorhus/normalize-url) from 4.5.0 to 4.5.1.
    - [Release notes](https://github.com/sindresorhus/normalize-url/releases)
    - [Commits](https://github.com/sindresorhus/normalize-url/commits)
    
    ---
    updated-dependencies:
    - dependency-name: normalize-url
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    0638e5e View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2021

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

Commits on Jun 12, 2021

  1. restriction to mongo testing

    oallouch committed Jun 12, 2021
    Configuration menu
    Copy the full SHA
    6deb7ec View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2021

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

Commits on Jun 20, 2021

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

Commits on Jun 21, 2021

  1. Add check for property (parse-community#7421)

    * Add check for property
    
    * updated changelog
    
    * Fixed logic returning false positive
    
    * Added test case
    
    * update change log
    Jason Posthuma committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    d8dc524 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2021

  1. Configuration menu
    Copy the full SHA
    770e36f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7df6c02 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4e5eba6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c36588e View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2021

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

Commits on Jun 30, 2021

  1. Configuration menu
    Copy the full SHA
    d36a53b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    682f1bf View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2021

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

Commits on Jul 12, 2021

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

Commits on Jul 13, 2021

  1. test and code

    oallouch committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    6a39cfe View commit details
    Browse the repository at this point in the history
  2. fix changelog message

    oallouch committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    3efe6f6 View commit details
    Browse the repository at this point in the history
  3. restriction to mongo testing

    oallouch committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    5b82047 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'deep-nested-pointers' of https://github.com/oallouch/pa…

    …rse-server into deep-nested-pointers
    
    # Conflicts:
    #	CHANGELOG.md
    oallouch committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    2ea03da View commit details
    Browse the repository at this point in the history
  5. unnecessary comments removal

    oallouch committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    0e215ea View commit details
    Browse the repository at this point in the history