You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nlpcraft.apache.org by se...@apache.org on 2020/04/04 12:20:43 UTC

[incubator-nlpcraft] branch NLPCRAFT-30 updated (dff470a -> 218e651)

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

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


    from dff470a  Merge remote-tracking branch 'origin/master' into sql-example-archive.
     add 1e544c3  WIP.
     add 3767b84  Fix for NLPCRAFT-31.
     add 4405417  Fix for NLPCRAFT-34.
     add 8101350  Fixes for Apache RAT report.
     new 218e651  Merge branch 'master' into NLPCRAFT-30

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:
 bin/prepare.sh                                     | 13 +++++++++----
 pom.xml                                            | 18 +++++++++---------
 .../scala/org/apache/nlpcraft/model/NCUser.java    | 22 +++++++++++++++-------
 .../org/apache/nlpcraft/probe/NCProbeBoot.scala    |  8 +++++++-
 .../probe/mgrs/conn/NCConnectionManager.scala      |  6 +++---
 .../probe/mgrs/deploy/NCDeployManager.scala        |  7 ++++---
 .../nlpcraft/probe/mgrs/model/NCModelManager.scala |  3 ++-
 .../probe/mgrs/nlp/NCProbeEnrichmentManager.scala  | 11 +++++++----
 .../server/nlp/core/NCNlpServerManager.scala       |  3 ++-
 .../nlp/core/google/NCGoogleNerEnricher.scala      | 17 +++++++++++++++++
 .../apache/nlpcraft/server/tx/NCTxManager.scala    |  3 ++-
 .../nlpcraft/model/intent/dsl/NCDslTestModel.scala |  2 +-
 12 files changed, 78 insertions(+), 35 deletions(-)


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

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

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

commit 218e6515bc090111286483edb13ffa7cb6095ba8
Merge: dff470a 8101350
Author: Sergey Kamov <se...@apache.org>
AuthorDate: Sat Apr 4 15:20:18 2020 +0300

    Merge branch 'master' into NLPCRAFT-30

 bin/prepare.sh                                     | 13 +++++++++----
 pom.xml                                            | 18 +++++++++---------
 .../scala/org/apache/nlpcraft/model/NCUser.java    | 22 +++++++++++++++-------
 .../org/apache/nlpcraft/probe/NCProbeBoot.scala    |  8 +++++++-
 .../probe/mgrs/conn/NCConnectionManager.scala      |  6 +++---
 .../probe/mgrs/deploy/NCDeployManager.scala        |  7 ++++---
 .../nlpcraft/probe/mgrs/model/NCModelManager.scala |  3 ++-
 .../probe/mgrs/nlp/NCProbeEnrichmentManager.scala  | 11 +++++++----
 .../server/nlp/core/NCNlpServerManager.scala       |  3 ++-
 .../nlp/core/google/NCGoogleNerEnricher.scala      | 17 +++++++++++++++++
 .../apache/nlpcraft/server/tx/NCTxManager.scala    |  3 ++-
 .../nlpcraft/model/intent/dsl/NCDslTestModel.scala |  2 +-
 12 files changed, 78 insertions(+), 35 deletions(-)