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/07/06 14:12:58 UTC

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

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

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

commit 2c80688928c3144988a9ca15697e73d809bbefa7
Merge: dfaf1b8 b2fdac6
Author: Sergey Kamov <sk...@gmail.com>
AuthorDate: Tue Jul 6 17:12:35 2021 +0300

    Merge branch 'master' into NLPCRAFT-70_NEW

 .../nlpcraft/common/antlr4/NCCompilerUtils.scala   |  52 +++
 .../nlpcraft/common/ascii/NCAsciiTable.scala       |   6 +-
 .../nlpcraft/common/makro/NCMacroCompiler.scala    |  16 +-
 .../org/apache/nlpcraft/common/util/NCUtils.scala  |  11 +-
 .../model/intent/compiler/NCIdlCompiler.scala      |  18 +-
 .../model/intent/compiler/NCIdlCompilerBase.scala  |   4 +-
 .../nlpcraft/model/tools/cmdline/NCCli.scala       | 359 ++++++++++++++++-----
 .../nlpcraft/model/tools/cmdline/NCCliBase.scala   |   8 +-
 .../model/tools/cmdline/NCCliCommands.scala        | 127 ++++++--
 .../tools/cmdline/NCCliFileNameCompleter.java      | 185 +++++++++++
 .../tools/cmdline/NCCliModelClassCompleter.java    | 110 +++++++
 .../model/tools/cmdline/NCCliProbeBeacon.scala     |   6 +-
 .../probe/mgrs/conn/NCConnectionManager.scala      |   2 +-
 .../probe/mgrs/deploy/NCDeployManager.scala        |   9 +-
 .../cmdline/NCCliModelClassCompleterTest.scala     |  48 +++
 pom.xml                                            |   4 +-
 16 files changed, 822 insertions(+), 143 deletions(-)