You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nlpcraft.apache.org by se...@apache.org on 2021/03/19 09:19:50 UTC

[incubator-nlpcraft] branch NLPCRAFT-206 updated (d7d6297 -> 15e69fb)

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

sergeykamov pushed a change to branch NLPCRAFT-206
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git.


    from d7d6297  WIP.
     add 5ec9a27  WIP.
     add 544bcb4  Merge branch 'NLPCRAFT-206' into NLPCRAFT-257
     add e8090b6  WIP.
     add b6b714c  Merge branch 'NLPCRAFT-206' into NLPCRAFT-257
     add 15e69fb  Merge branch 'NLPCRAFT-206' into NLPCRAFT-257

No new revisions were added by this update.

Summary of changes:
 nlpcraft/src/main/resources/sql/create_schema.sql  | 19 ++++--
 nlpcraft/src/main/resources/sql/drop_schema.sql    |  3 +-
 .../probe/mgrs/nlp/impl/NCRequestImpl.scala        | 14 ++--
 .../nlpcraft/server/company/NCCompanyManager.scala | 52 ++++++++++++---
 ...ropertyMdo.scala => NCCompanyPropertyMdo.scala} | 22 +++---
 .../nlpcraft/server/probe/NCProbeManager.scala     | 29 ++++----
 .../nlpcraft/server/query/NCQueryManager.scala     | 13 +++-
 .../nlpcraft/server/rest/NCBasicRestApi.scala      | 32 ++++++---
 .../apache/nlpcraft/server/sql/NCSqlManager.scala  | 78 +++++++++++++++++++---
 .../nlpcraft/server/user/NCUserManager.scala       |  3 +-
 .../nlpcraft/server/rest/NCRestCompanySpec.scala   | 67 ++++++++++++++-----
 openapi/nlpcraft_swagger.yml                       | 15 +++++
 sql/mysql/drop_schema.sql                          | 13 ++--
 sql/mysql/schema.sql                               | 14 ++++
 sql/oracle/drop_schema.sql                         |  8 +++
 sql/oracle/schema.sql                              | 19 +++++-
 sql/postgres/drop_schema.sql                       | 13 ++--
 sql/postgres/schema.sql                            | 15 +++++
 18 files changed, 334 insertions(+), 95 deletions(-)
 copy nlpcraft/src/main/scala/org/apache/nlpcraft/server/mdo/{NCUserPropertyMdo.scala => NCCompanyPropertyMdo.scala} (78%)