This is an automated email from the ASF dual-hosted git repository.
ifropc pushed a change to branch NLPCRAFT-91
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git.
discard 81d87fd NLPCRAFT-91: Fixes for new syntax
discard 877264a NLPCRAFT-91: Add examples to MinecraftModel
discard 6460b74 NLPCRAFT-91: Finish fill command
discard 7a7765b NLPCRAFT-91: Small fixes for model
discard 36c4f49 NLPCRAFT-91: Support basic /fill command (different shapes
and static position)
discard fa190da Add copyright
discard cf37d1e NLPCRAFT-91: Replace usage of macros with stand-alone element
discard f41b781 Fix regex
discard 6c125cd NLPCRAFT-91: fill command draft
discard 4fc8cb2 Update README
discard 5926e03 NLPCRAFT-91: "Give" supports player target and quantity
discard 98a6d6b NLPCRAFT-91: Give intent support
discard 30cf99e Version bump
discard 6d81f4b NLPCRAFT-91: Add /time command support
discard 4ef00e3 NLPCRAFT-91: Settings support for mod and cleanup data files
discard f9b4e7c NLPCRAFT-91: Improve credentials handling
discard a680cab NLPCRAFT-91: Add README
discard 2aad006 NLPCRAFT-91: Add sign in to mod
discard d7c16b1 NLPCRAFT-91: Fix build after restructure
discard 08c36f8 NLPCRAFT-91: Add mod for Minecraft as example
discard 7276fbc NLPCRAFT-91: Fix minecraft model
discard a21a2a6 NLPCRAFT-91: Organize model files
discard d30cd2f NLPCRAFT-91: Initial model for weather command
discard 6fe5adf NLPCRAFT-91: Base stubs for Minecraft example
discard f385c84 NLPCRAFT-91: Initial files
add 60bedc3 Parts detection fixed.
add c999e3c Fix for NLPCRAFT-262.
new d603378 NLPCRAFT-91: Initial files
new a819544 NLPCRAFT-91: Base stubs for Minecraft example
new fa81e86 NLPCRAFT-91: Initial model for weather command
new 71a3574 NLPCRAFT-91: Organize model files
new 567282c NLPCRAFT-91: Fix minecraft model
new 0328dfc NLPCRAFT-91: Add mod for Minecraft as example
new 8bcbb29 NLPCRAFT-91: Fix build after restructure
new 69daa91 NLPCRAFT-91: Add sign in to mod
new 133789e NLPCRAFT-91: Add README
new c687773 NLPCRAFT-91: Improve credentials handling
new d96a89c NLPCRAFT-91: Settings support for mod and cleanup data files
new 4681a0c NLPCRAFT-91: Add /time command support
new 86dd15b Version bump
new a1fbd13 NLPCRAFT-91: Give intent support
new a8acaf2 NLPCRAFT-91: "Give" supports player target and quantity
new 75a4600 Update README
new cc37c2b NLPCRAFT-91: fill command draft
new 0bdf421 Fix regex
new 76c4101 NLPCRAFT-91: Replace usage of macros with stand-alone element
new 0cb9bdb Add copyright
new 9410185 NLPCRAFT-91: Support basic /fill command (different shapes
and static position)
new fd2595f NLPCRAFT-91: Small fixes for model
new 241aa8f NLPCRAFT-91: Finish fill command
new 01fc96e NLPCRAFT-91: Add examples to MinecraftModel
new 19e58c7 NLPCRAFT-91: Fixes for new syntax
new 24fb531 NLPCRAFT-91: Uncomment macros
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (81d87fd)
\
N -- N -- N refs/heads/NLPCRAFT-91 (24fb531)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 26 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:
.../src/main/resources/minecraft.yaml | 6 +--
.../nlpcraft/model/tools/cmdline/NCCli.scala | 17 ++++---
.../nlpcraft/probe/mgrs/NCProbeSynonym.scala | 24 ++++-----
.../probe/mgrs/deploy/NCDeployManager.scala | 2 +-
.../mgrs/nlp/enrichers/model/NCModelEnricher.scala | 59 +++++++++++-----------
.../abstract/NCAbstractTokensVariantsSpec.scala | 56 +++++++++++---------
.../model/properties/NCTokensPropertiesSpec.scala | 4 +-
7 files changed, 89 insertions(+), 79 deletions(-)