This is an automated email from the ASF dual-hosted git repository. sergeykamov pushed a commit to branch NLPCRAFT-383 in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git
commit 820ae2ef3cdffca99c9b0845f43b9f8d8113570c Merge: c4a08d3 4b80b1c Author: Sergey Kamov <[email protected]> AuthorDate: Sat Aug 7 10:47:14 2021 +0300 Merge branch 'master' into NLPCRAFT-383 .../lightswitch/LightSwitchGroovyModel.groovy | 36 ++++++++------ .../examples/lightswitch/LightSwitchJavaModel.java | 8 +++ .../examples/lightswitch/LightSwitchKotlinModel.kt | 36 ++++++++------ .../lightswitch/LightSwitchScalaModel.scala | 7 +++ .../src/main/resources/lightswitch_model.yaml | 9 ++-- .../nlpcraft/common/ascii/NCAsciiTable.scala | 47 +++++++++--------- .../scala/org/apache/nlpcraft/model/NCElement.java | 8 +-- .../org/apache/nlpcraft/model/NCModelView.java | 58 +++++++++++----------- .../nlpcraft/model/tools/cmdline/NCCli.scala | 19 +++++-- .../model/tools/cmdline/NCCliCommands.scala | 25 +++++++--- .../test/impl/NCTestAutoModelValidatorImpl.scala | 6 +-- .../org/apache/nlpcraft/probe/NCProbeBoot.scala | 2 +- .../apache/nlpcraft/probe/mgrs/NCProbeModel.scala | 8 +++ .../nlpcraft/probe/mgrs/cmd/NCCommandManager.scala | 57 ++++++++++++++------- .../probe/mgrs/deploy/NCDeployManager.scala | 58 ++++++++++++---------- .../nlpcraft/probe/mgrs/model/NCModelManager.scala | 37 ++++++++------ .../nlpcraft/server/probe/NCProbeManager.scala | 9 ++-- .../nlpcraft/server/rest/NCBasicRestApi.scala | 2 +- 18 files changed, 265 insertions(+), 167 deletions(-)
