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:17 UTC

[incubator-nlpcraft] branch NLPCRAFT-211 updated (79ad8cf -> 861373f)

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

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


    from 79ad8cf  WIP.
     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
     add ee0b160  Update NCCliCommands.scala
     add 9077ce6  Sql generator tool test added.
     new 861373f  Merge branch 'master' into NLPCRAFT-211

The 1 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:
 .../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(-)
 create mode 100644 nlpcraft/src/test/scala/org/apache/nlpcraft/examples/sql/NCSqlGeneratorSpec.scala
 delete mode 100644 nlpcraft/src/test/scala/org/apache/nlpcraft/model/tools/cmdline/NCCliSpec.scala


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

Posted by ar...@apache.org.
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(-)