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 to include all pointers with `PFQuery.includeAll` #1734

Closed dplewis closed 1 year ago

dplewis commented 1 year ago

New Pull Request Checklist

Issue Description

Includes all pointers without having to use multiple include().

Ref: https://github.com/parse-community/parse-server/pull/4838

Closes: n/a

Approach

Same functionality to [query includeKey:@"*"]

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

Thanks for opening this pull request!

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 37.50% and project coverage change: -13.81 :warning:

Comparison is base (98e5faf) 78.17% compared to head (03cbfb0) 64.37%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1734 +/- ## =========================================== - Coverage 78.17% 64.37% -13.81% =========================================== Files 307 200 -107 Lines 36865 23136 -13729 =========================================== - Hits 28818 14893 -13925 - Misses 8047 8243 +196 ``` | [Impacted Files](https://app.codecov.io/gh/parse-community/Parse-SDK-iOS-OSX/pull/1734?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=parse-community) | Coverage Δ | | |---|---|---| | [Parse/Parse/Source/PFQuery.m](https://app.codecov.io/gh/parse-community/Parse-SDK-iOS-OSX/pull/1734?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=parse-community#diff-UGFyc2UvUGFyc2UvU291cmNlL1BGUXVlcnkubQ==) | `94.24% <0.00%> (-0.59%)` | :arrow_down: | | [...e/Parse/Internal/Query/State/PFMutableQueryState.m](https://app.codecov.io/gh/parse-community/Parse-SDK-iOS-OSX/pull/1734?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=parse-community#diff-UGFyc2UvUGFyc2UvSW50ZXJuYWwvUXVlcnkvU3RhdGUvUEZNdXRhYmxlUXVlcnlTdGF0ZS5t) | `96.36% <100.00%> (+0.10%)` | :arrow_up: | ... and [124 files with indirect coverage changes](https://app.codecov.io/gh/parse-community/Parse-SDK-iOS-OSX/pull/1734/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=parse-community)

: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.5.0