parse-community / parse-php-sdk

The PHP SDK for Parse Platform
https://parseplatform.org/
Other
812 stars 346 forks source link

refactor: Remove ParseApp and tests #501

Closed dplewis closed 1 year ago

dplewis commented 1 year ago

New Pull Request Checklist

Issue Description

ParseApp was used in the old parse.com days and no longer works with open source parse server

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.59 :tada:

Comparison is base (1dace2e) 97.88% compared to head (e4df55e) 98.47%.

:exclamation: Current head e4df55e differs from pull request most recent head a1d343f. Consider uploading reports for the commit a1d343f to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #501 +/- ## ============================================ + Coverage 97.88% 98.47% +0.59% + Complexity 1066 1058 -8 ============================================ Files 39 38 -1 Lines 3262 3213 -49 ============================================ - Hits 3193 3164 -29 + Misses 69 49 -20 ``` | [Impacted Files](https://codecov.io/gh/parse-community/parse-php-sdk/pull/501?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=parse-community) | Coverage Δ | | |---|---|---| | [src/Parse/ParseCloud.php](https://codecov.io/gh/parse-community/parse-php-sdk/pull/501?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=parse-community#diff-c3JjL1BhcnNlL1BhcnNlQ2xvdWQucGhw) | `100.00% <ø> (ø)` | | | [src/Parse/ParseFile.php](https://codecov.io/gh/parse-community/parse-php-sdk/pull/501?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=parse-community#diff-c3JjL1BhcnNlL1BhcnNlRmlsZS5waHA=) | `100.00% <ø> (ø)` | | | [src/Parse/ParsePush.php](https://codecov.io/gh/parse-community/parse-php-sdk/pull/501?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=parse-community#diff-c3JjL1BhcnNlL1BhcnNlUHVzaC5waHA=) | `100.00% <ø> (ø)` | | | [src/Parse/ParseClient.php](https://codecov.io/gh/parse-community/parse-php-sdk/pull/501?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=parse-community#diff-c3JjL1BhcnNlL1BhcnNlQ2xpZW50LnBocA==) | `95.67% <100.00%> (-0.18%)` | :arrow_down: |

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

dplewis commented 1 year ago

parse.dashboard.com/apps you can get the apps listed in your dashboard through the SDK

parseplatformorg commented 1 year ago

🎉 This change has been released in version 2.1.0