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/24 23:55:33 UTC

[incubator-nlpcraft] branch master updated (dc9a5bf -> c09b2af)

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

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


    from dc9a5bf  Merge pull request #11 from paulk-asert/nlpcraft92
     add 3500379  Update NCCli.scala
     add 6646199  WIP.
     add 85b6642  Merge branch 'master' into NLPCRAFT-224
     add 1499a8a  Update NCToken.java
     add 2642a5e  WIP.
     add a2b33ee  WIP.
     add 9208f36  WIP.
     add 2334aee  Update NCCli.scala
     add c09b2af  Update NCCliCommands.scala

No new revisions were added by this update.

Summary of changes:
 .../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/model/tools/cmdline/NCCliSpec.scala   |  32 -----
 11 files changed, 315 insertions(+), 214 deletions(-)
 delete mode 100644 nlpcraft/src/test/scala/org/apache/nlpcraft/model/tools/cmdline/NCCliSpec.scala