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 02:13:02 UTC

[incubator-nlpcraft] branch NLPCRAFT-226 updated (39e3e9e -> 4ccc5a0)

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

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


    from 39e3e9e  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
     new 4ccc5a0  Merge branch 'master' into NLPCRAFT-226

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/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


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

Posted by ar...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 4ccc5a0ef1a5d3616c44112ce05e2b13c99f131b
Merge: 39e3e9e ee0b160
Author: Aaron Radzinski <ar...@datalingvo.com>
AuthorDate: Sun Jan 24 18:12:46 2021 -0800

    Merge branch 'master' into NLPCRAFT-226

 .../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(-)