parse-community / parse-php-sdk

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

Support for Aggregate Queries #355

Closed dplewis closed 6 years ago

dplewis commented 7 years ago

Support for distinct() and aggregate() queries.

Pending: https://github.com/parse-community/parse-server/pull/4207

montymxb commented 6 years ago

@dplewis you'll need to merge the latest master in to correct those 'Bad Request'/'invalid session token' errors (fixed in #374, bad test cleanup on me). Beyond that I think you will only have a pair of errors before this is good.

codecov[bot] commented 6 years ago

Codecov Report

Merging #355 into master will increase coverage by 0.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #355      +/-   ##
==========================================
+ Coverage      99%   99.01%   +0.01%     
==========================================
  Files          38       38              
  Lines        3522     3559      +37     
==========================================
+ Hits         3487     3524      +37     
  Misses         35       35
Impacted Files Coverage Δ
src/Parse/ParseQuery.php 99.48% <100%> (+0.05%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update af27c70...36abc00. Read the comment docs.

dplewis commented 6 years ago

@montymxb I noticed this issue as well https://github.com/parse-community/parse-server/pull/4351 Once thats merged I'll add a test case for it

sujitbaniya commented 6 years ago

Great feature to move on