Skip to content

feat: new submodule JSON to Xatkit DSL parser #45

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 25 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
13bcc04
fix: project setup
joszamama Feb 6, 2023
7e19bd8
fix: correct chatbot creation
joszamama Feb 6, 2023
e29e64d
Removed submodule
joszamama Feb 6, 2023
47b0280
fix: added submodule parser
joszamama Feb 6, 2023
21dd175
Create LICENSE.md
joszamama Feb 7, 2023
45e228a
Merge pull request #1 from joszamama/add-license-1
joszamama Feb 7, 2023
fec9fb7
Delete LICENSE.md
joszamama Feb 7, 2023
a1d8efc
Update pom.xml
joszamama Feb 7, 2023
97d5121
fix: delete old dependencies from pom
joszamama Feb 7, 2023
4181eca
Merge pull request #2 from joszamama/pom
joszamama Feb 7, 2023
6cbeba7
fix: add vscode entry in gitignore
joszamama Feb 7, 2023
b8eba34
Merge branch 'main' of https://github.com/joszamama/xatkit-main
joszamama Feb 7, 2023
63c654a
feat: create GreetingsBot dockerfile
joszamama Feb 7, 2023
87ae9f9
parametrizacion del nombre del bot en dockerfile
joszamama Feb 8, 2023
14503df
fix: updated submodule refs
joszamama Feb 8, 2023
fc7d50c
fix: new parser version
joszamama Feb 8, 2023
5d7c634
feat: repo refactor, delete old unused files
joszamama Feb 8, 2023
a395ce1
fix: new docs for parser repo
joszamama Feb 8, 2023
c15e3bd
feat: add EPL-2.0 license
joszamama Feb 8, 2023
d00229d
fix: edit typo in readme
joszamama Feb 10, 2023
4aeee1e
feat: update parser to NLP new version
joszamama Mar 29, 2023
c9cb248
fix: remove old example submodule
joszamama Mar 29, 2023
d195fa2
feat: add new example submodule
joszamama Mar 29, 2023
37e61fb
feat: add network to docker
joszamama Mar 29, 2023
927a60b
fix: add schema validation
joszamama Mar 29, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
build/
.vscode
9 changes: 6 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
[submodule "xatkit-metamodels"]
path = xatkit-metamodels
url = https://github.com/xatkit-bot-platform/xatkit-metamodels.git
[submodule "xatkit-examples"]
path = xatkit-examples
url = https://github.com/xatkit-bot-platform/xatkit-examples.git
[submodule "platforms/xatkit-chat-platform"]
path = platforms/xatkit-chat-platform
url = https://github.com/xatkit-bot-platform/xatkit-chat-platform.git
Expand Down Expand Up @@ -37,3 +34,9 @@
[submodule "monitoring/xatkit-logs-postgres"]
path = monitoring/xatkit-logs-postgres
url = https://github.com/xatkit-bot-platform/xatkit-logs-postgres.git
[submodule "xatkit-spl-parser"]
path = xatkit-spl-parser
url = https://github.com/joszamama/xatkit-spl-parser.git
[submodule "xatkit-examples"]
path = xatkit-examples
url = https://github.com/joszamama/xatkit-examples
1 change: 1 addition & 0 deletions xatkit-spl-parser
Submodule xatkit-spl-parser added at ce8aeb