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 2020/09/14 07:42:00 UTC

[incubator-nlpcraft] branch NLPCRAFT-41 updated (ee965cb -> c5528e7)

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

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


    from ee965cb  WIP.
     add 27f7778  WIP.
     add abfc4ad  Initial fix for NLPCRAFT-122.
     new c5528e7  Merge branch 'NLPCRAFT-122' into NLPCRAFT-41

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:
 .../main/scala/org/apache/nlpcraft/NCStart.scala   | 23 +++----
 .../org/apache/nlpcraft/common/NCService.scala     |  7 +-
 .../apache/nlpcraft/common/ansi/NCAnsiColor.scala  | 78 ++++++++++++++++++++++
 .../nlpcraft/common/ascii/NCAsciiTable.scala       | 65 +++++++++++++-----
 .../apache/nlpcraft/common/util/NCIdGenerator.java | 19 +-----
 .../org/apache/nlpcraft/common/util/NCUtils.scala  | 17 ++++-
 .../nlpcraft/examples/weather/weather_model.json   |  2 +
 .../org/apache/nlpcraft/probe/NCProbeBoot.scala    | 29 ++++----
 .../probe/mgrs/deploy/NCDeployManager.scala        |  2 +-
 .../org/apache/nlpcraft/server/NCServer.scala      | 24 +++----
 10 files changed, 182 insertions(+), 84 deletions(-)
 create mode 100644 nlpcraft/src/main/scala/org/apache/nlpcraft/common/ansi/NCAnsiColor.scala


[incubator-nlpcraft] 01/01: Merge branch 'NLPCRAFT-122' into NLPCRAFT-41

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

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

commit c5528e7f8ba4b091f61bb39c8c26f0a578b530f3
Merge: ee965cb abfc4ad
Author: Aaron Radzinski <ar...@datalingvo.com>
AuthorDate: Mon Sep 14 00:41:49 2020 -0700

    Merge branch 'NLPCRAFT-122' into NLPCRAFT-41

 .../main/scala/org/apache/nlpcraft/NCStart.scala   | 23 +++----
 .../org/apache/nlpcraft/common/NCService.scala     |  7 +-
 .../apache/nlpcraft/common/ansi/NCAnsiColor.scala  | 78 ++++++++++++++++++++++
 .../nlpcraft/common/ascii/NCAsciiTable.scala       | 65 +++++++++++++-----
 .../apache/nlpcraft/common/util/NCIdGenerator.java | 19 +-----
 .../org/apache/nlpcraft/common/util/NCUtils.scala  | 17 ++++-
 .../nlpcraft/examples/weather/weather_model.json   |  2 +
 .../org/apache/nlpcraft/probe/NCProbeBoot.scala    | 29 ++++----
 .../probe/mgrs/deploy/NCDeployManager.scala        |  2 +-
 .../org/apache/nlpcraft/server/NCServer.scala      | 24 +++----
 10 files changed, 182 insertions(+), 84 deletions(-)