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 2021/04/16 19:01:12 UTC

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

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

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

commit d6a4b46c22218a4a3955125388ac7678f60a17fa
Merge: 5addd4b dac5cd1
Author: Sergey Kamov <sk...@gmail.com>
AuthorDate: Fri Apr 16 22:00:47 2021 +0300

    Merge branch 'master' into NLPCRAFT-295

 .../apache/nlpcraft/common/debug/NCLogHolder.scala |  17 ++-
 .../nlpcraft/probe/mgrs/cmd/NCCommandManager.scala |   2 +-
 .../probe/mgrs/nlp/NCProbeEnrichmentManager.scala  |  18 +--
 .../nlpcraft/server/mdo/NCQueryStateMdo.scala      |   2 +-
 .../nlpcraft/server/probe/NCProbeManager.scala     |  12 +-
 .../nlpcraft/server/query/NCQueryManager.scala     |  42 +++---
 .../nlpcraft/server/rest/NCBasicRestApi.scala      |   6 +-
 .../apache/nlpcraft/common/debug/NCLogSpec.scala   | 159 +++++++++++++++++++++
 .../apache/nlpcraft/model/meta/NCMetaSpec.scala    |  81 +----------
 .../{NCMetaSpec.scala => NCMetaSpecAdapter.scala}  |  74 ++--------
 .../apache/nlpcraft/server/rest/NCRestSpec.scala   |   2 +-
 11 files changed, 227 insertions(+), 188 deletions(-)