You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nlpcraft.apache.org by ar...@apache.org on 2020/09/16 05:42:57 UTC

[incubator-nlpcraft] 01/01: Merge branch 'NLPCRAFT-113' into NLPCRAFT-41

This is an automated email from the ASF dual-hosted git repository.

aradzinski pushed a commit to branch NLPCRAFT-41
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git

commit 64d89c9edf0b848c190e49aed3db5ed40b9e8d16
Merge: 127ff7b 44bcfd8
Author: Aaron Radzinski <ar...@datalingvo.com>
AuthorDate: Tue Sep 15 22:42:38 2020 -0700

    Merge branch 'NLPCRAFT-113' into NLPCRAFT-41

 nlpcraft/pom.xml                                   |   5 +
 .../model/intent/impl/NCIntentSolverEngine.scala   |  31 +-
 .../test/impl/NCTestAutoModelValidatorImpl.scala   |  18 +-
 .../org/apache/nlpcraft/probe/NCProbeBoot.scala    |   2 +-
 .../nlpcraft/server/company/NCCompanyManager.scala |  20 +-
 .../nlpcraft/server/query/NCQueryManager.scala     |   4 +-
 .../nlpcraft/server/rest/NCBasicRestApi.scala      | 407 ++++++++++---------
 .../apache/nlpcraft/server/sql/NCSqlManager.scala  |  18 +-
 .../nlpcraft/server/user/NCUserManager.scala       |  30 +-
 .../nlpcraft/examples/time/NCTimeModelSpec.scala   |  75 ++++
 .../nlpcraft/server/rest/NCRestAskSpec.scala       | 161 ++++++++
 .../nlpcraft/server/rest/NCRestClearSpec.scala     |  48 +++
 .../nlpcraft/server/rest/NCRestCompanySpec.scala   | 220 +++++++++++
 .../nlpcraft/server/rest/NCRestErrorsSpec.scala    | 437 +++++++++++++++++++++
 .../nlpcraft/server/rest/NCRestFeedbackSpec.scala  | 106 +++++
 .../nlpcraft/server/rest/NCRestModelSpec.scala     |  43 ++
 .../nlpcraft/server/rest/NCRestProbeSpec.scala     |  39 ++
 .../apache/nlpcraft/server/rest/NCRestSpec.scala   | 318 +++++++++++++++
 .../nlpcraft/server/rest/NCRestUserSpec.scala      | 155 ++++++++
 openapi/nlpcraft_swagger.yml                       |  10 +-
 pom.xml                                            |   6 +
 21 files changed, 1903 insertions(+), 250 deletions(-)