This is an automated email from the ASF dual-hosted git repository.
sergeykamov pushed a change to branch NLPCRAFT-121
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git.
from a991ab1 For for NLPCRAFT-121.
add c976538 WIP.
add 6bc84c2 Merge branch 'NLPCRAFT-41' into NLPCRAFT-116
add 6f5a361 Code review.
add ee965cb 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 7e94d20 Merge branch 'NLPCRAFT-41' into NLPCRAFT-121
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:
javadoc/stylesheet.css | 2 +-
nlpcraft/src/main/resources/nlpcraft.conf | 32 ++++-----
.../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 +++++++++++++-----
.../nlpcraft/common/config/NCConfigurable.scala | 17 +++--
.../apache/nlpcraft/common/util/NCIdGenerator.java | 19 +-----
.../org/apache/nlpcraft/common/util/NCUtils.scala | 21 +++++-
.../org/apache/nlpcraft/examples/alarm/README.md | 2 +-
.../org/apache/nlpcraft/examples/echo/README.md | 2 +-
.../apache/nlpcraft/examples/helloworld/README.md | 2 +-
.../apache/nlpcraft/examples/lightswitch/README.md | 2 +-
.../org/apache/nlpcraft/examples/phone/README.md | 5 +-
.../org/apache/nlpcraft/examples/sql/README.md | 2 +-
.../org/apache/nlpcraft/examples/time/README.md | 2 +-
.../org/apache/nlpcraft/examples/weather/README.md | 2 +-
.../nlpcraft/examples/weather/weather_model.json | 2 +
.../nlpcraft/model/tools/test/package-info.java | 4 +-
.../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 +-
30 files changed, 244 insertions(+), 133 deletions(-)
create mode 100644
nlpcraft/src/main/scala/org/apache/nlpcraft/common/ansi/NCAnsiColor.scala