This is an automated email from the ASF dual-hosted git repository.
sergeykamov pushed a change to branch NLPCRAFT-376
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git.
from 3268c58 WIP.
new aea0733 WIP.
add 4564f42 WIP.
add 6921b14 Merge branch 'master' into NLPCRAFT-371
add 60f2786 WIP.
add f5d938a WIP.
add d4a7dbc WIP.
add 86cfff4 WIP.
add 57f2469 WIP on NLPCRAFT-371
add 69ee467 WIP.
add c57db77 WIP on code review & fixes for NLPCRAFT-371.
add 019ac6f WIP on NLPCRAFT-371.
add e8fe512 WIP on NLPCRAFT-371.
add 616deb4 Update NCCliCommands.scala
add 7af50af WIP.
add e6af296 WIP on NLPCRAFT-379.
add e66facf WIP on NLPCRAFT-379
add 25e2e36 WIP on NLPCRAFT-379
new 4b98215 Merge branch 'master' into NLPCRAFT-376
The 2 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:
.../apache/nlpcraft/examples/sql/SqlModel.scala | 2 +-
.../org/apache/nlpcraft/common/util/NCUtils.scala | 4 +
.../org/apache/nlpcraft/model/NCModelView.java | 5 +
.../nlpcraft/model/tools/cmdline/NCCli.scala | 114 +++++++++-
.../nlpcraft/model/tools/cmdline/NCCliBase.scala | 9 +-
.../model/tools/cmdline/NCCliCommands.scala | 150 ++++++++++----
.../model/tools/cmdline/NCCliRestSpec.scala | 19 ++
.../nlpcraft/probe/mgrs/cmd/NCCommandManager.scala | 230 ++++++++++++++++++---
.../probe/mgrs/conn/NCConnectionManager.scala | 4 +-
.../probe/mgrs/deploy/NCDeployManager.scala | 8 +-
.../mgrs/nlp/enrichers/model/NCModelEnricher.scala | 18 +-
.../nlpcraft/server/mdo/NCProbeModelMdo.scala | 3 +-
.../opencensus/NCOpenCensusServerStats.scala | 7 +-
.../nlpcraft/server/probe/NCProbeManager.scala | 162 +++++++++++++--
.../nlpcraft/server/rest/NCBasicRestApi.scala | 229 +++++++++++++++-----
.../server/sugsyn/NCSuggestSynonymManager.scala | 38 ++--
.../scala/org/apache/nlpcraft/NCTestElement.scala | 20 +-
.../models/stm/NCStmIndexesTestModelSpec.scala | 4 +-
.../nlpcraft/server/rest/NCRestModelSpec.scala | 75 ++++++-
.../apache/nlpcraft/server/rest/NCRestSpec.scala | 1 -
.../nlpcraft/server/rest/RestTestModel.scala | 5 +-
openapi/nlpcraft_swagger.yml | 128 +++++++++++-
22 files changed, 1023 insertions(+), 212 deletions(-)