You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nlpcraft.apache.org by ar...@apache.org on 2021/01/25 18:35:18 UTC

[incubator-nlpcraft] 01/01: Merge branch 'master' into NLPCRAFT-211

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

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

commit 861373f74009407100be599903e16cf00d875bd5
Merge: 79ad8cf 9077ce6
Author: Aaron Radzinski <ar...@datalingvo.com>
AuthorDate: Mon Jan 25 10:34:40 2021 -0800

    Merge branch 'master' into NLPCRAFT-211

 .../org/apache/nlpcraft/common/util/NCUtils.scala  |  67 +++++++--
 .../nlpcraft/examples/sql/db/SqlServer.scala       |  11 +-
 .../scala/org/apache/nlpcraft/model/NCToken.java   |   2 +-
 .../model/factories/basic/NCBasicModelFactory.java |   3 +-
 .../nlpcraft/model/tools/cmdline/NCCli.scala       | 160 ++++++++++++++-------
 .../model/tools/cmdline/NCCliCommands.scala        | 109 +++++++++-----
 .../model/tools/sqlgen/NCSqlModelGenerator.java    |   7 +-
 .../sqlgen/impl/NCSqlModelGeneratorImpl.scala      | 128 ++++++++---------
 .../nlpcraft/server/probe/NCProbeManager.scala     |   2 +-
 .../apache/nlpcraft/common/util/NCUtilsSpec.scala  |   8 +-
 .../nlpcraft/examples/sql/NCSqlGeneratorSpec.scala |  70 +++++++++
 .../nlpcraft/model/tools/cmdline/NCCliSpec.scala   |  32 -----
 12 files changed, 385 insertions(+), 214 deletions(-)