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 3e32103 Merge remote-tracking branch 'origin/master' into NLPCRAFT-206
add a163982 NCElements - additional configuration properties added.
new 3cb9bbe Merge branch 'master' into NLPCRAFT-206
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:
.../nlpcraft/common/ascii/NCAsciiTable.scala | 1 -
.../org/apache/nlpcraft/common/util/NCUtils.scala | 12 +-
.../scala/org/apache/nlpcraft/model/NCElement.java | 64 ++++-
.../apache/nlpcraft/model/NCModelFileAdapter.java | 47 +++-
.../org/apache/nlpcraft/model/NCModelView.java | 173 +++++++++++-
.../scala/org/apache/nlpcraft/model/NCVariant.java | 2 +-
.../model/factories/basic/NCBasicModelFactory.java | 3 +-
.../apache/nlpcraft/model/impl/NCTokenImpl.scala | 10 +-
.../apache/nlpcraft/model/impl/NCTokenLogger.scala | 3 -
.../nlpcraft/model/impl/json/NCElementJson.java | 19 +-
.../nlpcraft/model/impl/json/NCModelJson.java | 7 +
.../nlpcraft/model/tools/cmdline/NCCli.scala | 7 +-
.../tools/sqlgen/impl/NCSqlSchemaBuilderImpl.scala | 2 -
.../probe/mgrs/deploy/NCDeployManager.scala | 115 +++++---
.../mgrs/nlp/enrichers/limit/NCLimitEnricher.scala | 12 +-
.../mgrs/nlp/enrichers/model/NCModelEnricher.scala | 35 ++-
.../enrichers/relation/NCRelationEnricher.scala | 6 +-
.../mgrs/nlp/enrichers/sort/NCSortEnricher.scala | 10 +-
.../nlpcraft/server/query/NCQueryManager.scala | 4 +-
.../nlpcraft/server/rest/NCBasicRestApi.scala | 5 +-
.../scala/org/apache/nlpcraft/NCTestContext.scala | 15 +
...ichersTestContext.scala => NCTestElement.scala} | 24 +-
.../nlpcraft/common/ascii/NCAsciiTableSpec.scala | 2 +-
.../nlpcraft/common/crypto/NCCipherSpec.scala | 4 +-
.../apache/nlpcraft/model/NCIntentDslSpec.scala | 12 +-
.../apache/nlpcraft/model/NCIntentDslSpec2.scala | 18 +-
.../nlpcraft/model/NCIntentPrioritiesSpec.scala | 6 +-
.../apache/nlpcraft/model/NCIntentSampleSpec.scala | 12 +-
.../model/abstract/NCAbstractTokensModel.scala | 30 +-
.../model/conversation/NCConversationSpec.scala | 14 +-
.../conversation/NCConversationTimeoutSpec.scala | 19 +-
.../nlpcraft/model/dialog/NCDialogSpec.scala | 5 +-
.../nlpcraft/model/intent/dsl/NCDslSpec.scala | 2 +-
.../model/properties/NCTokensPropertiesSpec.scala | 306 +++++++++++++++++++++
.../properties/NCTokensRestrictionsSpec.scala | 75 +++++
.../nlpcraft/models/stm/NCStmTestModel.scala | 13 +-
.../mgrs/nlp/enrichers/NCDefaultTestModel.scala | 27 +-
.../mgrs/nlp/enrichers/NCEnrichersTestBeans.scala | 7 +-
.../nlp/enrichers/limit/NCEnricherLimitSpec.scala | 2 +-
.../model/NCEnricherNestedModelSpec.scala | 27 +-
.../enrichers/date/tools/NCDateGeneratorSpec.scala | 5 +-
.../nlpcraft/server/rest/NCRestModelSpec.scala | 4 +-
.../apache/nlpcraft/server/rest/NCRestSpec.scala | 7 +-
43 files changed, 934 insertions(+), 239 deletions(-)
copy
nlpcraft/src/test/scala/org/apache/nlpcraft/{probe/mgrs/nlp/enrichers/NCEnrichersTestContext.scala
=> NCTestElement.scala} (63%)
create mode 100644
nlpcraft/src/test/scala/org/apache/nlpcraft/model/properties/NCTokensPropertiesSpec.scala
create mode 100644
nlpcraft/src/test/scala/org/apache/nlpcraft/model/properties/NCTokensRestrictionsSpec.scala