This is an automated email from the ASF dual-hosted git repository. sergeykamov pushed a commit to branch NLPCRAFT-121 in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git
commit 7e94d20a7541ef6343e6423ece030b7a4009e4df Merge: a991ab1 988f600 Author: Sergey Kamov <[email protected]> AuthorDate: Mon Sep 14 11:25:53 2020 +0300 Merge branch 'NLPCRAFT-41' into NLPCRAFT-121 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(-)
