This is an automated email from the ASF dual-hosted git repository.
aradzinski pushed a change to branch NLPCRAFT-206
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git.
from 2646005 WIP.
new da35884 WIP.
new cb26d87 WIP.
The 2 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 | 5 ++-
.../scala/org/apache/nlpcraft/common/package.scala | 2 +
.../scala/org/apache/nlpcraft/model/NCCompany.java | 2 +-
.../org/apache/nlpcraft/model/NCMetadata.java | 2 +-
.../scala/org/apache/nlpcraft/model/NCUser.java | 9 +----
.../apache/nlpcraft/model/impl/NCCompanyImpl.java | 7 +++-
.../apache/nlpcraft/model/impl/NCTokenImpl.scala | 12 +++---
.../apache/nlpcraft/model/impl/NCTokenLogger.scala | 2 +-
.../org/apache/nlpcraft/model/impl/NCUserImpl.java | 12 +++---
.../intent/impl/ver2/NCIntentDslCompiler.scala | 46 +++++++++++++++++++++-
.../model/intent/utils/ver2/NCDslIntent.scala | 18 +++++++++
.../sqlgen/impl/NCSqlModelGeneratorImpl.scala | 6 +--
.../mgrs/nlp/enrichers/model/NCModelEnricher.scala | 3 +-
.../probe/mgrs/nlp/impl/NCRequestImpl.scala | 6 ++-
.../nlpcraft/server/probe/NCProbeManager.scala | 10 ++---
.../model/intent/dsl/NCDslCompilerSpec.scala | 8 +++-
16 files changed, 109 insertions(+), 41 deletions(-)