parse-community / Parse-SDK-iOS-OSX

The Apple SDK for Parse Platform (iOS, macOS, watchOS, tvOS)
https://parseplatform.org
Other
2.81k stars 865 forks source link

feat: Add support for `PFQuery.containedBy` #1735

Closed dplewis closed 1 year ago

dplewis commented 1 year ago

New Pull Request Checklist

Issue Description

Adds PFQuery and LiveQuery support for $containedBy query

Ref: https://github.com/parse-community/parse-server/pull/4766 Closes: n/a

parse-github-assistant[bot] commented 1 year ago

Thanks for opening this pull request!

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.02 :tada:

Comparison is base (bd09fe4) 78.20% compared to head (d05971f) 78.22%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1735 +/- ## ========================================== + Coverage 78.20% 78.22% +0.02% ========================================== Files 307 307 Lines 36936 36981 +45 ========================================== + Hits 28884 28929 +45 Misses 8052 8052 ``` | [Impacted Files](https://app.codecov.io/gh/parse-community/Parse-SDK-iOS-OSX/pull/1735?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=parse-community) | Coverage Δ | | |---|---|---| | [...lDataStore/OfflineQueryLogic/PFOfflineQueryLogic.m](https://app.codecov.io/gh/parse-community/Parse-SDK-iOS-OSX/pull/1735?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=parse-community#diff-UGFyc2UvUGFyc2UvSW50ZXJuYWwvTG9jYWxEYXRhU3RvcmUvT2ZmbGluZVF1ZXJ5TG9naWMvUEZPZmZsaW5lUXVlcnlMb2dpYy5t) | `63.27% <100.00%> (+0.59%)` | :arrow_up: | | [Parse/Parse/Source/PFQuery.m](https://app.codecov.io/gh/parse-community/Parse-SDK-iOS-OSX/pull/1735?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=parse-community#diff-UGFyc2UvUGFyc2UvU291cmNlL1BGUXVlcnkubQ==) | `94.30% <100.00%> (+0.02%)` | :arrow_up: | | [Parse/Tests/Unit/OfflineQueryLogicUnitTests.m](https://app.codecov.io/gh/parse-community/Parse-SDK-iOS-OSX/pull/1735?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=parse-community#diff-UGFyc2UvVGVzdHMvVW5pdC9PZmZsaW5lUXVlcnlMb2dpY1VuaXRUZXN0cy5t) | `100.00% <100.00%> (ø)` | | | [Parse/Tests/Unit/QueryUnitTests.m](https://app.codecov.io/gh/parse-community/Parse-SDK-iOS-OSX/pull/1735?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=parse-community#diff-UGFyc2UvVGVzdHMvVW5pdC9RdWVyeVVuaXRUZXN0cy5t) | `98.78% <100.00%> (+<0.01%)` | :arrow_up: |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

parseplatformorg commented 1 year ago

🎉 This change has been released in version 2.7.0