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

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


    from 5addd4b  Test added.
     add dac5cd1  REST logger fixed.
     new d6a4b46  Merge branch 'master' into NLPCRAFT-295

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:
 .../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(-)
 create mode 100644 
nlpcraft/src/test/scala/org/apache/nlpcraft/common/debug/NCLogSpec.scala
 copy nlpcraft/src/test/scala/org/apache/nlpcraft/model/meta/{NCMetaSpec.scala 
=> NCMetaSpecAdapter.scala} (56%)

Reply via email to