You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@predictionio.apache.org by do...@apache.org on 2018/09/13 22:39:31 UTC

[5/5] predictionio-sdk-php git commit: Merge branch 'develop'

Merge branch 'develop'


Project: http://git-wip-us.apache.org/repos/asf/predictionio-sdk-php/repo
Commit: http://git-wip-us.apache.org/repos/asf/predictionio-sdk-php/commit/de58c85b
Tree: http://git-wip-us.apache.org/repos/asf/predictionio-sdk-php/tree/de58c85b
Diff: http://git-wip-us.apache.org/repos/asf/predictionio-sdk-php/diff/de58c85b

Branch: refs/heads/master
Commit: de58c85bfcf07c82d1f57c33221fa7dae998a34c
Parents: b06a20c f1e33f3
Author: Donald Szeto <do...@apache.org>
Authored: Thu Sep 13 15:37:18 2018 -0700
Committer: Donald Szeto <do...@apache.org>
Committed: Thu Sep 13 15:37:18 2018 -0700

----------------------------------------------------------------------
 .gitignore                                |    1 -
 .travis.yml                               |   20 +-
 README.md                                 |   23 +-
 build.xml                                 |   27 +-
 composer.json                             |    9 +-
 composer.lock                             | 3767 ++++++++++++++++++++++++
 examples/ItemrankImport.php               |   39 +-
 examples/ItemrankQuery.php                |   22 +-
 examples/SampleEvent.php                  |  117 +-
 phpunit.xml.dist                          |   15 +
 src/predictionio/BaseClient.php           |  111 +-
 src/predictionio/EngineClient.php         |   56 +-
 src/predictionio/EventClient.php          |  509 ++--
 src/predictionio/Exporter.php             |   39 +-
 src/predictionio/FileExporter.php         |   30 +-
 src/predictionio/PredictionIOAPIError.php |   22 +-
 tests/Unit/EngineClientTest.php           |   79 +-
 tests/Unit/EventClientTest.php            |  581 ++--
 tests/Unit/ExporterTest.php               |   60 +-
 tests/Unit/FileExporterTest.php           |   47 +-
 20 files changed, 4843 insertions(+), 731 deletions(-)
----------------------------------------------------------------------