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 2020/09/14 08:20:30 UTC

[incubator-nlpcraft] branch NLPCRAFT-113 updated (103029f -> b1afc36)

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

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


    from 103029f  WIP.
     add 27f7778  WIP.
     add abfc4ad  Initial fix for NLPCRAFT-122.
     add c5528e7  Merge branch 'NLPCRAFT-122' into NLPCRAFT-41
     add 988f600  Fixing error log.
     new b1afc36  Merge branch 'NLPCRAFT-41' into NLPCRAFT-113

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../main/scala/org/apache/nlpcraft/NCStart.scala   | 23 +++----
 .../org/apache/nlpcraft/common/NCService.scala     |  7 +-
 .../apache/nlpcraft/common/ansi/NCAnsiColor.scala  | 78 ++++++++++++++++++++++
 .../nlpcraft/common/ascii/NCAsciiTable.scala       | 65 +++++++++++++-----
 .../apache/nlpcraft/common/util/NCIdGenerator.java | 19 +-----
 .../org/apache/nlpcraft/common/util/NCUtils.scala  | 21 +++++-
 .../nlpcraft/examples/weather/weather_model.json   |  2 +
 .../org/apache/nlpcraft/probe/NCProbeBoot.scala    | 29 ++++----
 .../nlpcraft/probe/mgrs/cmd/NCCommandManager.scala |  6 +-
 .../probe/mgrs/conn/NCConnectionManager.scala      |  2 +-
 .../probe/mgrs/deploy/NCDeployManager.scala        |  2 +-
 .../probe/mgrs/nlp/NCProbeEnrichmentManager.scala  |  2 +-
 .../org/apache/nlpcraft/server/NCServer.scala      | 24 +++----
 .../nlpcraft/server/company/NCCompanyManager.scala |  6 +-
 .../server/ignite/NCIgniteExceptions.scala         |  2 +-
 .../nlpcraft/server/probe/NCProbeManager.scala     |  9 ++-
 .../nlpcraft/server/query/NCQueryManager.scala     |  2 +-
 .../nlpcraft/server/rest/NCBasicRestApi.scala      |  4 +-
 18 files changed, 205 insertions(+), 98 deletions(-)
 create mode 100644 nlpcraft/src/main/scala/org/apache/nlpcraft/common/ansi/NCAnsiColor.scala


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

Posted by se...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit b1afc36386f531eda7685cc3cc77a3681fb5cbc0
Merge: 103029f 988f600
Author: Sergey Kamov <se...@apache.org>
AuthorDate: Mon Sep 14 11:20:17 2020 +0300

    Merge branch 'NLPCRAFT-41' into NLPCRAFT-113

 .../main/scala/org/apache/nlpcraft/NCStart.scala   | 23 +++----
 .../org/apache/nlpcraft/common/NCService.scala     |  7 +-
 .../apache/nlpcraft/common/ansi/NCAnsiColor.scala  | 78 ++++++++++++++++++++++
 .../nlpcraft/common/ascii/NCAsciiTable.scala       | 65 +++++++++++++-----
 .../apache/nlpcraft/common/util/NCIdGenerator.java | 19 +-----
 .../org/apache/nlpcraft/common/util/NCUtils.scala  | 21 +++++-
 .../nlpcraft/examples/weather/weather_model.json   |  2 +
 .../org/apache/nlpcraft/probe/NCProbeBoot.scala    | 29 ++++----
 .../nlpcraft/probe/mgrs/cmd/NCCommandManager.scala |  6 +-
 .../probe/mgrs/conn/NCConnectionManager.scala      |  2 +-
 .../probe/mgrs/deploy/NCDeployManager.scala        |  2 +-
 .../probe/mgrs/nlp/NCProbeEnrichmentManager.scala  |  2 +-
 .../org/apache/nlpcraft/server/NCServer.scala      | 24 +++----
 .../nlpcraft/server/company/NCCompanyManager.scala |  6 +-
 .../server/ignite/NCIgniteExceptions.scala         |  2 +-
 .../nlpcraft/server/probe/NCProbeManager.scala     |  9 ++-
 .../nlpcraft/server/query/NCQueryManager.scala     |  2 +-
 .../nlpcraft/server/rest/NCBasicRestApi.scala      |  4 +-
 18 files changed, 205 insertions(+), 98 deletions(-)